← medspalistings.com
INDIVIDUAL MCP TOOL
medspa_get_treatment_categories
Get all treatment categories and their coverage areas.
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
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.medspalistings-com]
url = "https://medspalistings.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"medspalistings-com": {
"type": "http",
"url": "https://medspalistings.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: medspalistings-com
Remote MCP URL: https://medspalistings.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": {
"medspalistings-com": {
"url": "https://medspalistings.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"medspalistings-com": {
"type": "http",
"url": "https://medspalistings.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "medspalistings-com",
"transport": "streamable-http",
"url": "https://medspalistings.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
medspa_search_listings— Search medical spa listings by location, service, treatment, or keyword.medspa_get_listing— Get detailed information about a specific medical spa listing by slug or ID.medspa_get_treatments— Get medical spa treatment information including costs, FDA approval, side effects, downtime, and clinical evidence.medspa_get_states— Get all US states and territories with medical spa listing data.medspa_get_cities— Get cities with medical spa listings, optionally filtered by state.medspa_get_counties— Get counties with medical spa listings, optionally filtered by state.medspa_get_blog_posts— Get published blog posts about medical spa treatments, trends, and industry news.medspa_get_guides— Get treatment guides, business guides, how-to guides, and safety information for medical spa procedures.