← Registry

Data Collection

c0mm0.com

Enables searching and retrieving metadata, datasets, and APIs from European public data registers, including join key discovery.

1 endpoint8 known toolsFirst detected July 24, 2026Last detected September 3, 2026

ENDPOINT 1

https://c0mm0.com/mcp

No auth detected

MCP server metadata

Name
c0mm0-register
Version
1.0.0
Capabilities
tools
Server instructions

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_entries

Search the verified register of official European public-data APIs, datasets and portals.

Inferred read-only
get_entry

One 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-only
related_entries

An 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-only
find_joinable_sources

Every register source whose data carries a given join-key identifier (e.g.

Inferred read-only
plan_query

PLAN 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-only
run_query

RUN a query against a live-tier source and get real rows back, with the exact upstream request used.

Inferred read-only
cite_query

CITE a query: run it and persist an immutable evidence manifest (query spec, upstream request, retrieval time, result hash, license).

Inferred read-only
subscribe_to_changes

SUBSCRIBE to a source: returns its change-feed URL (RSS, no account needed) plus the recent change events — verification failures, schema changes, deprecation.

Inferred read-only

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

Trust status Neutral

c0mm0.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.