UploadFIG MCP Server available at https://mcp.fhirpath-lab.com/sse Provides these tools: CanonicalFhirPath(expression) // Parse a fhirpath expression then reformat it into its canonical form. Expressions that are invalid with respect to the grammar will return an error. However validation should be done using ValidateFhirPath or ValidateFhirPathWithContext. ValidateFhirPath(expression) // Validates a fhirpath expression and return the expected datatype of the result. ValidateFhirPathWithContext(expression, context) // Validates a fhirpath `expression` given a `context` of either ResourceType (or ResourceType.path) and return the expected datatype of the result. ListAllFunctions() // Retrieve a list of all fhirpath function from the latest version of the specification given its name ReadFunctionDetails(functionName) // Provides a detailed definition of a fhirpath function from the latest version of the specification given its name