API Tools
tayr.ma
Provides tools to query public reports on the Tayer platform, including report details, statistics, location-based search, and municipality performance.
ENDPOINT 1
https://tayr.ma/mcp
MCP server metadata
- Name
- tayr-mcp
- Version
- 1.0.0
Known tools 8
list_reportsقائمة التبليغات العامة على منصة طير مع إمكانية التصفية حسب الحالة والفئة والمدينة والتاريخ.
Inferred read-onlyget_reportتفاصيل تبليغ واحد بالكامل عبر المعرف — لا تُعرض أبداً بيانات المبلِّغ الشخصية (هاتف/بريد/اسم).
Inferred read-onlyget_statsإحصائيات عامة عن التبليغات: الإجمالي، حسب الحالة/الفئة/المدينة، متوسط زمن الحل، وهذا الأسبوع/الشهر.
Inferred read-onlysearch_reports_by_locationالبحث عن التبليغات ضمن نصف قطر معيّن (كم) حول إحداثيات معيّنة.
Inferred read-onlyget_municipality_performanceأداء البلديات: الإجمالي، التوزيع حسب الحالة، نسبة الحل، متوسط زمن الحل ومتوسط زمن أول استجابة، والفئة الأكثر شيوعاً — لكل مدينة (حقل المدينة المُطبَّع، مع الرجوع لحقل الموقع عند غيابه).
Inferred read-onlysearch_reportsبحث نصي كامل في عنوان ووصف التبليغات (غير حساس لحالة الأحرف، ومتوافق مع اختلافات الكتابة العربية الشائعة كالتشكيل وهمزات الألف).
Inferred read-onlyupdate_report_status[محمي — يتطلب Authorization: Bearer MCP_API_KEY] تحديث حالة تبليغ مع ملاحظة اختيارية.
Inferred read-onlyadd_official_response[محمي — يتطلب Authorization: Bearer MCP_API_KEY] إضافة رد رسمي إلى السجل الزمني للتبليغ.
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.tayr-mcp]
url = "https://tayr.ma/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tayr-mcp": {
"type": "http",
"url": "https://tayr.ma/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tayr-mcp
Remote MCP URL: https://tayr.ma/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": {
"tayr-mcp": {
"url": "https://tayr.ma/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tayr-mcp": {
"type": "http",
"url": "https://tayr.ma/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tayr-mcp",
"transport": "streamable-http",
"url": "https://tayr.ma/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.