← Registry

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.

1 endpoint5 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://servana.ai/api/mcp

No auth detected

MCP server metadata

Name
servana
Version
1.0.0
Capabilities
tools
Server instructions

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_services

Look up Servana's service categories by free-text description (e.

Inferred read-only
search_vendors

Search Servana's directory of local service businesses (cleaning, med spa, yoga, personal training, and more) by US state, city, and service.

Inferred read-only
get_vendor

Get one Servana vendor's public profile: name, description, services + pricing, verification status, rating, and page URL.

Inferred read-only
estimate_service_request

Get a rough price estimate for a service in a given city, based on Servana vendors' posted rates.

Inferred read-only
send_message_to_vendor

Send a message or booking enquiry to a Servana vendor on the user's behalf.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.