← servana.ai

INDIVIDUAL MCP TOOL

search_services

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

servana.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://servana.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_services and invoke it with your own arguments.

Indexed 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 server

servana.ai

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_vendors — Search Servana's directory of local service businesses (cleaning, med spa, yoga, personal training, and more) by US state, city, and service.
  • get_vendor — Get one Servana vendor's public profile: name, description, services + pricing, verification status, rating, and page URL.
  • 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.