Data Collection
mejordoc.com
Searches and retrieves information about healthcare providers, specialties, and facilities.
ENDPOINT 1
https://mejordoc.com/api/mcp/sse
MCP server metadata
- Name
- mejordoc
- 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 MejorDoc 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.mejordoc]
url = "https://mejordoc.com/api/mcp/sse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mejordoc": {
"type": "http",
"url": "https://mejordoc.com/api/mcp/sse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mejordoc
Remote MCP URL: https://mejordoc.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": {
"mejordoc": {
"url": "https://mejordoc.com/api/mcp/sse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mejordoc": {
"type": "http",
"url": "https://mejordoc.com/api/mcp/sse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mejordoc",
"transport": "streamable-http",
"url": "https://mejordoc.com/api/mcp/sse"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.