Databroker MCP server
Pay-per-call UK MOT history, reliability analytics and identifier utilities. x402 USDC on Base.
0 stars77 downloads/wk
Reviews
Write oneNobody has reviewed Databroker yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Databroker tools (6, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
databroker_batch_createwrite actiondatabroker_batch_statusPoll the status of a batch job created by databroker_batch_create. FREE call - no payment made (payment already happened at job creation). Returns per-key state: "complete" (data included inline), "pending" (still fetching - poll again shortly), or "not_found" (valid key, no record exists - this is a final result, not an error). Jobs expire 24 hours after creation. Args: - jobId (string): The job_
databroker_discoverList the currently enabled DataBroker datasets, their USDC prices, and descriptions. FREE call - no payment made. Always call this first if you don't know which dataset id to use, or what a call will cost. Each entry includes a "kind": "cached" (per-entity data backed by an ingestor/pipeline, e.g. "dvsa-mot" or "dvsa-mot-analytics"), "computed" (a pure deterministic function, no caching, never sta
databroker_fetchdatabroker_healthCheck whether the DataBroker API is up. FREE call - no payment made, always returns 200 when the service is healthy.
databroker_meta
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 22 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Install directly
Runs npx -y @mossforge/databroker-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add databroker -- npx -y @mossforge/databroker-mcp
Databroker: common questions
- Is Databroker MCP server safe?
- Mostly: it is graded B (82/100). Read the Databroker safety report
- How do I install Databroker?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Databroker need an API key?
- Yes. The registry entry asks for
DATABROKER_WALLET_KEY,CDP_API_KEY_ID,CDP_API_KEY_SECRET,CDP_WALLET_SECRET. - Is Databroker maintained?
- The last commit was 22 days ago (2026-08-30). The latest release is v0.5.0.