Data Collection
c0mm0.com
Enables searching and retrieving metadata, datasets, and APIs from European public data registers, including join key discovery.
ENDPOINT 1
https://c0mm0.com/mcp
MCP server metadata
- Name
- c0mm0-register
- Version
- 1.0.0
The continuously verified register of official European public data. Start with search_entries (filter access_level=direct for sources whose data is one call away). get_entry returns the Access Contract: ranked, runnable actions (downloads, verified requests). related_entries and find_joinable_sources traverse the register graph — two sources sharing a join key (SIRET, NUTS, GSS, …) can be joined on it.
Known tools 8
search_entriesSearch the verified register of official European public-data APIs, datasets and portals.
Inferred read-onlyget_entryOne entry's full record: metadata, license, verification state, and the Access Contract — a ranked list of actionable URLs (direct downloads, verified runnable requests, specs).
Inferred read-onlyrelated_entriesAn entry's graph neighborhood: containment relations (portal ⊃ dataset, service → dataset), same-publisher siblings, and the join-key identifiers its fields carry (with fan-out counts).
Inferred read-onlyfind_joinable_sourcesEvery register source whose data carries a given join-key identifier (e.g.
Inferred read-onlyplan_queryPLAN a query WITHOUT running it: which source it would hit, the exact upstream request, how many requests, roughly how long (from that source's own measured latency, or null when nothing has been measured — never a guess), which fields would NOT resolve, and which filters cannot be pushed upstream and would be applied locally over a bounded window.
Inferred read-onlyrun_queryRUN a query against a live-tier source and get real rows back, with the exact upstream request used.
Inferred read-onlycite_queryCITE a query: run it and persist an immutable evidence manifest (query spec, upstream request, retrieval time, result hash, license).
Inferred read-onlysubscribe_to_changesSUBSCRIBE to a source: returns its change-feed URL (RSS, no account needed) plus the recent change events — verification failures, schema changes, deprecation.
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.c0mm0-register]
url = "https://c0mm0.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"c0mm0-register": {
"type": "http",
"url": "https://c0mm0.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: c0mm0-register
Remote MCP URL: https://c0mm0.com/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": {
"c0mm0-register": {
"url": "https://c0mm0.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"c0mm0-register": {
"type": "http",
"url": "https://c0mm0.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "c0mm0-register",
"transport": "streamable-http",
"url": "https://c0mm0.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for c0mm0.com was fetched 2026-07-27T07:51:25.417Z and is being refreshed.
c0mm0.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.