INDIVIDUAL MCP TOOL
get_vendor
Get one Servana vendor's public profile: name, description, services + pricing, verification status, rating, and page URL.
LIVE ENDPOINT
https://servana.ai/api/mcp
Connect to this endpoint to inspect the live schema for get_vendor 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
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.servana]
url = "https://servana.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"servana": {
"type": "http",
"url": "https://servana.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: servana
Remote MCP URL: https://servana.ai/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": {
"servana": {
"url": "https://servana.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"servana": {
"type": "http",
"url": "https://servana.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "servana",
"transport": "streamable-http",
"url": "https://servana.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_services— Look up Servana's service categories by free-text description (e.search_vendors— Search Servana's directory of local service businesses (cleaning, med spa, yoga, personal training, and more) by US state, city, and service.estimate_service_request— Get a rough price estimate for a service in a given city, based on Servana vendors' posted rates.send_message_to_vendor— Send a message or booking enquiry to a Servana vendor on the user's behalf.