Skip to main content
Glama

Medplum MCP Server

by rkirkendall

generalFhirSearch

Search healthcare data stored in Medplum FHIR servers using custom query parameters and specific resource types for precise and relevant results.

Instructions

Performs a generic FHIR search operation on any resource type with custom query parameters.

Input Schema

NameRequiredDescriptionDefault
queryParamsYesA record of query parameters, where keys are FHIR search parameters and values are their corresponding values.
resourceTypeYesThe FHIR resource type to search for (e.g., 'Patient', 'Observation').

Input Schema (JSON Schema)

{ "properties": { "queryParams": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "items": { "type": "string" }, "type": "array" } ] }, "description": "A record of query parameters, where keys are FHIR search parameters and values are their corresponding values.", "type": "object" }, "resourceType": { "description": "The FHIR resource type to search for (e.g., 'Patient', 'Observation').", "type": "string" } }, "required": [ "resourceType", "queryParams" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkirkendall/medplum-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server