Card snapshot
comitelligence-mcp.onrender.com
·
2026-08-03 21:47:53 UTC
·
67f8e38dc8e4ea9ad0336729f28b520d939947c6e4be9fcffcdacb7d2ecceeac
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
]
}