← kahvetabela.com

INDIVIDUAL MCP TOOL

nearby_places

Return nearby public heritage places for a coordinate.

kahvetabela.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://kahvetabela.com/api/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "kahve-tabela": {
      "type": "http",
      "url": "https://kahvetabela.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "kahve-tabela",
  "transport": "streamable-http",
  "url": "https://kahvetabela.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_places — Search Kahve Tabela public heritage places.
  • get_place — Fetch one Kahve Tabela public heritage place by id.
  • get_page_markdown — Render a supported public Kahve Tabela path as compact markdown.
  • search_dishes — Search Yöre Sofrası public regional-food records.
  • get_dish — Fetch one Yöre Sofrası dish by slug.
  • search_mavi_koy — Search Mavi Koy public coastal atlas entries.
  • get_mavi_koy_place — Fetch one Mavi Koy coastal atlas entry by slug.