← navmds.com

INDIVIDUAL MCP TOOL

get_community_thread

Fetch a complete NavMDs community thread by id (the id returned by search_community, or the trailing number of a community.

navmds.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.navmds.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_community_thread and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "navmds": {
      "type": "http",
      "url": "https://www.navmds.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: navmds
Remote MCP URL: https://www.navmds.com/api/mcp

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "navmds",
  "transport": "streamable-http",
  "url": "https://www.navmds.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_doctors — Find doctors by procedure/specialty, optionally filtered by US state and city.
  • find_local_specialists — Return NavMDs' curated city guide for a procedure: the ranked specialists (the city's OWN doctors first, then the nearest within an adaptive radius), the typical local price range, the average rating, the share offering free consultations, and the canonical navmds.
  • semantic_search_doctors — Search NavMDs' 7,400+ doctor directory with a natural-language query, e.
  • get_doctor — Fetch a doctor's complete NavMDs profile by slug (the id returned by the search tools, or the last path segment of a navmds.
  • get_doctor_reviews — Return published (moderation-approved) patient reviews for a doctor by slug.
  • get_procedure_costs — Aggregate what a procedure costs across NavMDs doctors — combining patient-reported costs and practice-website pricing.
  • list_procedures — List the procedures/specialties covered by NavMDs, with the number of doctors for each.
  • list_locations — List states/cities where NavMDs has doctors, with doctor counts.