Patient Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_patient_by_idA | Look up a single patient by their unique patient ID. Args: patient_id: The numeric ID of the patient (e.g. 1, 42, 200). Returns: The patient record, or a "not found" message. |
| list_patients_above_ageA | List all patients whose age is strictly greater than the given value. Args: age: The age threshold. Returns patients older than this number. Returns: A formatted list of matching patients, or a message if none match. |
| find_patients_by_diseaseA | Find all patients diagnosed with a specific disease. The search is case-insensitive. Args: disease: The disease name to search for (e.g. "Diabetes", "asthma"). Returns: A formatted list of matching patients. |
| list_all_diseasesA | List all unique diseases present in the patient dataset. Useful for discovering what diseases can be queried. Returns: A sorted list of disease names. |
| search_patients_by_nameA | Search for patients whose name contains the given text. The search is case-insensitive and supports partial matches. Args: name: Full or partial patient name to search for (e.g. "john", "Smith"). Returns: A formatted list of matching patients. |
| get_patient_statisticsA | Get summary statistics for the entire patient dataset. Includes total count, age statistics, gender breakdown, and disease distribution. Returns: A formatted statistical summary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/asanm11611622ubca006/First-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server