Healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints.
MCPpedia last refreshed this data
io.fhirfly/mcp-server is an MCP server that healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 37/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"fhirfly": {
"env": {
"FHIRFLY_API_KEY": "ffly_live_your_key_here"
},
"args": [
"-y",
"@fhirfly-io/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP (Model Context Protocol) server for connecting Claude Desktop to FHIRfly healthcare reference data APIs.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / data
Manage Supabase projects — databases, auth, storage, and edge functions
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
DataForSEO API modelcontextprotocol server
An official Qdrant Model Context Protocol (MCP) server implementation
MCP Security Weekly
Get CVE alerts and security updates for io.fhirfly/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP (Model Context Protocol) server for connecting Claude Desktop to FHIRfly healthcare reference data APIs.
This package lets Claude Desktop look up real healthcare reference data including:
When you ask Claude about medications, providers, or clinical codes, it can look up accurate, current information instead of relying on training data.
ffly_)Find your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the FHIRfly server configuration:
{
"mcpServers": {
"fhirfly": {
"command": "npx",
"args": ["-y", "@fhirfly-io/mcp-server"],
"env": {
"FHIRFLY_API_KEY": "ffly_live_your_key_here"
}
}
}
}
Replace ffly_live_your_key_here with your actual API key.
Completely quit Claude Desktop and reopen it. The FHIRfly tools should now be available.
Try asking Claude:
Claude should use the FHIRfly tools to look up real data.
| Tool | Description |
|---|---|
ndc_get | Look up drug by NDC code |
ndc_search | Search drugs by name, ingredient, etc. |
npi_get | Look up provider by NPI number |
npi_search | Search providers by name, specialty, location |
rxnorm_get | Look up drug by RxCUI |
rxnorm_search | Search drug terminology |
loinc_get | Look up lab test by LOINC code |
loinc_search | Search lab codes |
icd10_get | Look up diagnosis/procedure code |
icd10_search | Search ICD-10 codes |
cvx_get | Look up vaccine by CVX code |
| `cvx |