Skip to main content
Glama

Medplum MCP Server

by rkirkendall

searchPractitioners

Locate healthcare practitioners by name, specialty, or identifier using Medplum MCP Server’s search functionality to streamline access to medical data.

Instructions

Searches for practitioners based on various criteria like name, specialty, or identifier.

Input Schema

NameRequiredDescriptionDefault
familyNoThe practitioner's family (last) name.
givenNoThe practitioner's given (first) name.
identifierNoAn identifier for the practitioner (e.g., NPI value).
nameNoA general name search string.
specialtyNoThe practitioner's specialty (e.g., cardiology).

Input Schema (JSON Schema)

{ "properties": { "family": { "description": "The practitioner's family (last) name.", "type": "string" }, "given": { "description": "The practitioner's given (first) name.", "type": "string" }, "identifier": { "description": "An identifier for the practitioner (e.g., NPI value).", "type": "string" }, "name": { "description": "A general name search string.", "type": "string" }, "specialty": { "description": "The practitioner's specialty (e.g., cardiology).", "type": "string" } }, "required": [], "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