← tayr.ma

INDIVIDUAL MCP TOOL

get_report

تفاصيل تبليغ واحد بالكامل عبر المعرف — لا تُعرض أبداً بيانات المبلِّغ الشخصية (هاتف/بريد/اسم).

tayr.manone authenticationAvailability not checked

LIVE ENDPOINT

https://tayr.ma/mcp

No auth detected

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

tayr.ma

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.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.

Related tools

  • list_reports — قائمة التبليغات العامة على منصة طير مع إمكانية التصفية حسب الحالة والفئة والمدينة والتاريخ.
  • get_stats — إحصائيات عامة عن التبليغات: الإجمالي، حسب الحالة/الفئة/المدينة، متوسط زمن الحل، وهذا الأسبوع/الشهر.
  • search_reports_by_location — البحث عن التبليغات ضمن نصف قطر معيّن (كم) حول إحداثيات معيّنة.
  • get_municipality_performance — أداء البلديات: الإجمالي، التوزيع حسب الحالة، نسبة الحل، متوسط زمن الحل ومتوسط زمن أول استجابة، والفئة الأكثر شيوعاً — لكل مدينة (حقل المدينة المُطبَّع، مع الرجوع لحقل الموقع عند غيابه).
  • search_reports — بحث نصي كامل في عنوان ووصف التبليغات (غير حساس لحالة الأحرف، ومتوافق مع اختلافات الكتابة العربية الشائعة كالتشكيل وهمزات الألف).
  • update_report_status — [محمي — يتطلب Authorization: Bearer MCP_API_KEY] تحديث حالة تبليغ مع ملاحظة اختيارية.
  • add_official_response — [محمي — يتطلب Authorization: Bearer MCP_API_KEY] إضافة رد رسمي إلى السجل الزمني للتبليغ.