Server Details
Semantic search over 5 US healthcare databases: NPI providers, PubMed literature, FDA adverse events (FAERS), clinical trials, and drug labels. ~1.8M vectors with real-time updates.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
6 toolsget_provider_details_toolInspect
Get full details for a provider by their 10-digit NPI number.
| Name | Required | Description | Default |
|---|---|---|---|
| npi_number | Yes |
search_drug_labels_toolInspect
Search FDA drug labels for indications, warnings, interactions, and dosing.
Examples: 'statin contraindications liver disease', 'ACE inhibitor pregnancy warnings', 'metformin dosing renal impairment'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| product_type | No |
search_drug_safety_toolInspect
Search FDA adverse event reports (FAERS) by drug name or reaction.
Examples: 'metformin lactic acidosis', 'warfarin bleeding elderly', 'statin myopathy rhabdomyolysis'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| serious_only | No |
search_literature_toolInspect
Search PubMed biomedical literature by natural language query.
Examples: 'SGLT2 inhibitors heart failure outcomes 2022', 'mRNA vaccine immunogenicity elderly', 'GLP-1 agonist weight loss meta-analysis'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| pub_year_from | No |
search_providers_toolInspect
Search NPI healthcare providers by natural language query.
Examples: 'cardiologist in Houston', 'pediatric oncologist Boston', 'dermatologist accepting Medicare Florida'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| state | No |
search_trials_toolInspect
Search ClinicalTrials.gov studies by natural language query.
Examples: 'pembrolizumab non-small cell lung cancer', 'CAR-T cell therapy B-cell lymphoma', 'GLP-1 receptor agonist obesity phase 3'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| phase | No | ||
| query | Yes | ||
| status | No |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!