← navasartov.com

INDIVIDUAL MCP TOOL

find_service_area

Verify a city and optional service only against explicit published service-area content.

navasartov.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://navasartov.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_service_area 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

navasartov.com

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.navasartov-mcp]
url = "https://navasartov.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "navasartov-mcp": {
      "type": "http",
      "url": "https://navasartov.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: navasartov-mcp
Remote MCP URL: https://navasartov.com/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": {
    "navasartov-mcp": {
      "url": "https://navasartov.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "navasartov-mcp": {
      "type": "http",
      "url": "https://navasartov.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "navasartov-mcp",
  "transport": "streamable-http",
  "url": "https://navasartov.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_site — Search canonical public Navasartov content with weighted relevance.
  • get_page — Return clean primary content for one indexed canonical Navasartov URL.
  • find_service — Verify whether a service is explicitly supported by indexed canonical service content.
  • find_industry — Find services and content for industries explicitly represented on Navasartov.com.
  • find_article — Search published canonical blog articles by topic.
  • find_case_study — Search published case-study data by topic, industry, technology, service, problem, or solution without inferring clients or outcomes.
  • get_company_info — Return verified public company information and canonical source URLs.
  • get_site_overview — Compatibility alias returning the verified public company overview.