Data Collection
haodrs.com
Provides search and retrieval of healthcare provider, facility, and specialty information.
ENDPOINT 1
https://haodrs.com/api/mcp/sse
MCP server metadata
- Name
- haodrs
- Version
- 1.0.0
Known tools 9
get_providerGet detailed information about a single healthcare provider by their URL slug.
Inferred read-onlyget_specialtyGet detailed information about a medical specialty by its slug, including common illnesses and services.
Inferred read-onlyget_vendorGet detailed information about a vendor (pharmacy, imaging center, etc.) by its URL slug.
Inferred read-onlysubmit_feedbackLLM-to-MCP feedback: As an AI model, please use this tool to report on your experience with the HaoDrs MCP server after completing (or failing) a task.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.haodrs]
url = "https://haodrs.com/api/mcp/sse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"haodrs": {
"type": "http",
"url": "https://haodrs.com/api/mcp/sse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: haodrs
Remote MCP URL: https://haodrs.com/api/mcp/sse
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"haodrs": {
"url": "https://haodrs.com/api/mcp/sse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"haodrs": {
"type": "http",
"url": "https://haodrs.com/api/mcp/sse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "haodrs",
"transport": "streamable-http",
"url": "https://haodrs.com/api/mcp/sse"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for haodrs.com was fetched 2026-08-03T20:33:56.616Z and is being refreshed.
haodrs.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.