databroker for Claude Desktop
dev.mossforge/databroker
Pay-per-call UK MOT history, reliability analytics and identifier utilities. x402 USDC on Base.
client:Claude Desktop
transport:stdio
runtime:npm
Install databroker in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"databroker": {
"command": "npx",
"args": [
"-y",
"@mossforge/databroker-mcp"
],
"env": {
"DATABROKER_BASE_URL": "<DATABROKER_BASE_URL>",
"DATABROKER_SIGNER": "<DATABROKER_SIGNER>",
"DATABROKER_WALLET_KEY": "<DATABROKER_WALLET_KEY>",
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_SECRET": "<CDP_WALLET_SECRET>",
"DATABROKER_MAX_USDC": "<DATABROKER_MAX_USDC>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs