← eczaneadresi.com

INDIVIDUAL MCP TOOL

search

Eczane adresi sitesinde eczane arar.

eczaneadresi.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • fetch — Bir eczanenin tam içeriğini ID ile getirir.
  • duty_summary_turkey — Türkiye genelinde bugün nöbetçi olan eczane sayısını ve il bazında dağılımı döner.
  • list_cities — Türkiye'deki 81 ilin slug + ad + plaka listesini döner.
  • city_duty_pharmacies — Bir ildeki bugün nöbetçi olan tüm eczaneleri döner.
  • district_duty_pharmacies — Bir ilin belirli ilçesindeki bugün nöbetçi olan eczaneleri döner.
  • nearest_duty_pharmacies — Verilen koordinata (lat, lng) en yakın nöbetçi eczaneleri sıralı olarak döner.
  • pharmacy_details — Bir eczanenin detaylarını döner.