{
  "name": "Comitelligence",
  "description": "Agent-native retrieval over the EU Comitology Register: committees, votes, dossiers, and documents. Returns official structured objects; it does not interpret, summarise, or answer questions \u2014 that is the calling agent's job.",
  "version": "1.1.1",
  "provider": {
    "organization": "Left Handed Grannies",
    "url": "https://comitelligence.com"
  },
  "documentationUrl": "https://comitelligence.com",
  "url": "https://comitelligence-mcp.onrender.com/a2a/v1",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search-comitology",
      "name": "Search the EU Comitology Register",
      "description": "Find committees, votes, and documents by keyword, Directorate-General, date range, or vote outcome. Send a DataPart {\"tool\": <search_committees|search_votes|search_documents>, \"args\": {...}}.",
      "tags": [
        "eu",
        "comitology",
        "committees",
        "votes",
        "legislation",
        "regulation",
        "implementing-acts",
        "delegated-acts",
        "examination-procedure"
      ],
      "examples": [
        "Negative votes in DG Environment since 2024",
        "Search vote documents for 'titanium dioxide'"
      ]
    },
    {
      "id": "get-record",
      "name": "Fetch a specific comitology record",
      "description": "Retrieve a committee, vote, dossier, or document by its identifier, including extracted text where available. Send a DataPart {\"tool\": <get_committee|get_vote|get_dossier|get_document>, \"args\": {...}}.",
      "tags": [
        "eu",
        "comitology",
        "dossier",
        "document",
        "retrieval",
        "implementing-acts",
        "delegated-acts"
      ],
      "examples": [
        "Get the full dossier for a dossier id",
        "Get the extracted text of a vote document"
      ]
    }
  ]
}