← Registry

Data Collection

mejordoc.com

Searches and retrieves information about healthcare providers, specialties, and facilities.

1 endpoint9 known toolsFirst detected June 15, 2026Last detected August 25, 2026

ENDPOINT 1

https://mejordoc.com/api/mcp/sse

No auth detected

MCP server metadata

Name
mejordoc
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

search_providers

Search healthcare providers by name, specialty, or location.

Inferred read-only
get_provider

Get detailed information about a single healthcare provider by their URL slug.

Inferred read-only
list_specialties

List all available medical specialties.

Inferred read-only
get_specialty

Get detailed information about a medical specialty by its slug, including common illnesses and services.

Inferred read-only
search_facilities

Search healthcare facilities (clinics, hospitals, offices).

Inferred read-only
search_vendors

Search healthcare vendors (pharmacies, imaging centers, labs).

Inferred read-only
get_vendor

Get detailed information about a vendor (pharmacy, imaging center, etc.) by its URL slug.

Inferred read-only
search_blogs

Search published blog posts.

Inferred read-only
submit_feedback

LLM-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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.