Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Comitelligence — EU Comitology Register

io.github.left-handed-grannies/comitelligence

Agent-native search of EU comitology: committees, votes, dossiers, and implementing-act documents.

Uptime
100.0%
1 direct probes · 30d
Response
187ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

health

Server status and row counts for all tables.

search_committees

Search committees. Filter by DG (policy area) or active status.

get_committee

Committee details plus its most recent votes.

search_votes

Filter votes by outcome, committee, DG, or date range. Results ordered by vote_date descending.

get_vote

Full VoteObject including extracted text if available.

get_dossier

DossierBundle: all linked documents for one dossier, chronological.

get_document

Any document type. Returns stored text for votes; live-fetches text for agendas, summaries, measures, and others.

search_documents

Full-text search across vote texts and title search across all documents. Returns tiered results: FTS matches first, then title matches.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "comitelligence_—_eu_comitology_register": {
      "url": "https://comitelligence-mcp.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}