← mejordoc.com

INDIVIDUAL MCP TOOL

search_vendors

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

mejordoc.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

mejordoc.com

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-com]
url = "https://mejordoc.com/api/mcp/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mejordoc-com": {
      "type": "http",
      "url": "https://mejordoc.com/api/mcp/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mejordoc-com
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-com": {
      "url": "https://mejordoc.com/api/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mejordoc-com": {
      "type": "http",
      "url": "https://mejordoc.com/api/mcp/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mejordoc-com",
  "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.

Related tools

  • search_providers — Search healthcare providers by name, specialty, or location.
  • get_provider — Get detailed information about a single healthcare provider by their URL slug.
  • list_specialties — List all available medical specialties.
  • get_specialty — Get detailed information about a medical specialty by its slug, including common illnesses and services.
  • search_facilities — Search healthcare facilities (clinics, hospitals, offices).
  • get_vendor — Get detailed information about a vendor (pharmacy, imaging center, etc.) by its URL slug.
  • search_blogs — Search published blog posts.
  • 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.