Card snapshot
www.navmds.com
·
2026-05-28 01:56:07 UTC
·
e6fb493da5e4ca0b304c20db213dec58b5fd0b07099fe7492a20b4c4b8f2aebb
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "NavMDs Doctor Research Agent",
"description": "Research US doctors and specialists: search by procedure & location, natural-language search, full profiles, moderation-approved patient reviews, procedure pricing, and consultation fees. Covers 7,400+ providers with deep plastic-surgery / aesthetics coverage.",
"version": "1.0.0",
"url": "https://www.navmds.com/api/mcp",
"preferredTransport": "MCP",
"documentationUrl": "https://www.navmds.com/llms.txt",
"provider": {
"organization": "NavMDs",
"url": "https://www.navmds.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"text/markdown"
],
"additionalInterfaces": [
{
"transport": "MCP",
"url": "https://www.navmds.com/api/mcp"
},
{
"transport": "HTTP+JSON",
"url": "https://www.navmds.com/api/search/doctors"
},
{
"transport": "HTTP+JSON",
"url": "https://www.navmds.com/api/search/semantic"
}
],
"skills": [
{
"id": "search_doctors",
"name": "Search doctors",
"description": "Find doctors by procedure/specialty and US location, ranked by rating and review volume.",
"tags": [
"doctors",
"search",
"healthcare",
"directory"
],
"examples": [
"Find rhinoplasty surgeons in Miami",
"Best plastic surgeons in California"
]
},
{
"id": "semantic_search_doctors",
"name": "Natural-language doctor search",
"description": "Find doctors from a free-text description using vector similarity over full profiles.",
"tags": [
"doctors",
"semantic",
"vector",
"healthcare"
],
"examples": [
"Board-certified facelift surgeon in LA with great reviews and free consults"
]
},
{
"id": "get_doctor",
"name": "Get doctor profile",
"description": "Full profile: specialty, locations, ratings, overview, procedures, pricing, consultation fee, FAQ, verification.",
"tags": [
"doctors",
"profile",
"reviews",
"pricing"
],
"examples": [
"Tell me about Dr. Jane Smith on NavMDs"
]
},
{
"id": "get_procedure_costs",
"name": "Procedure pricing",
"description": "Aggregate patient-reported and practice-listed prices for a procedure, optionally by location.",
"tags": [
"pricing",
"cost",
"procedures"
],
"examples": [
"How much does a tummy tuck cost in Texas?"
]
}
],
"x-mcp": {
"endpoint": "https://www.navmds.com/api/mcp",
"transport": "streamable-http",
"auth": "none",
"tools": [
"search_doctors",
"semantic_search_doctors",
"get_doctor",
"get_doctor_reviews",
"get_procedure_costs",
"list_procedures",
"list_locations",
"search",
"fetch"
]
}
}