Data Collection
eczaneadresi.com
Provides information about pharmacies in Turkey, including duty schedules and locations.
ENDPOINT 1
https://eczaneadresi.com/api/public/mcp
MCP server metadata
- Name
- eczane-adresi-mcp
- Version
- 1.0.0
Türkiye'deki güncel nöbetçi eczane verilerine erişim sağlar. Kullanıcı bir konum, il veya ilçe söylediğinde uygun aracı kullan. İl ve ilçe slug'ları Türkçe karaktersiz lowercase'tir (ör. 'İstanbul' → 'istanbul', 'Şanlıurfa' → 'sanliurfa', 'Çankaya' → 'cankaya'). Konum bilgisi varsa nearest_duty_pharmacies aracını tercih et. Veri kaynağı: eczaneadresi.com — günlük 09:00 (Türkiye saati) otomatik senkronize edilir.
Known tools 8
duty_summary_turkeyTürkiye genelinde bugün nöbetçi olan eczane sayısını ve il bazında dağılımı döner.
Inferred read-onlydistrict_duty_pharmaciesBir ilin belirli ilçesindeki bugün nöbetçi olan eczaneleri döner.
Inferred read-onlynearest_duty_pharmaciesVerilen koordinata (lat, lng) en yakın nöbetçi eczaneleri sıralı olarak döner.
Inferred read-onlyCONNECT 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.eczane-adresi-mcp]
url = "https://eczaneadresi.com/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eczane-adresi-mcp": {
"type": "http",
"url": "https://eczaneadresi.com/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eczane-adresi-mcp
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": {
"eczane-adresi-mcp": {
"url": "https://eczaneadresi.com/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eczane-adresi-mcp": {
"type": "http",
"url": "https://eczaneadresi.com/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eczane-adresi-mcp",
"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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eczaneadresi.com was fetched 2026-08-01T04:57:58.971Z and is being refreshed.
eczaneadresi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.