databroker for Cursor
dev.mossforge/databroker
Pay-per-call UK MOT history, reliability analytics and identifier utilities. x402 USDC on Base.
client:Cursor
transport:stdio
runtime:npm
Install databroker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"databroker": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs