General Tools
servana.ai
Provides access to Servana's local service marketplace, allowing users to search for service providers, get price estimates, and send booking enquiries.
ENDPOINT 1
https://servana.ai/api/mcp
MCP server metadata
- Name
- servana
- Version
- 1.0.0
Servana is a directory of local service businesses (cleaning, med spa, yoga, personal training, and more). Use search_services to map a free-text request to a service category, search_vendors to find vendors by city, get_vendor for a vendor's full profile, and estimate_service_request for a rough (non-binding) price range. Send booking enquiries with send_message_to_vendor only after the user approves — always include the user's contact details in the message so vendors can reply.
Known tools 5
search_vendorsSearch Servana's directory of local service businesses (cleaning, med spa, yoga, personal training, and more) by US state, city, and service.
Inferred read-onlyget_vendorGet one Servana vendor's public profile: name, description, services + pricing, verification status, rating, and page URL.
Inferred read-onlyestimate_service_requestGet a rough price estimate for a service in a given city, based on Servana vendors' posted rates.
Inferred read-onlysend_message_to_vendorSend a message or booking enquiry to a Servana vendor on the user's behalf.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.