AgentBodega MCP for Cursor
io.github.agentbodegastore/agentbodega-mcp
Discover AgentBodega paid data tools, contracts, and x402/L402 HTTP payment handoff metadata.
client:Cursor
transport:stdio
runtime:npm
Install AgentBodega MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentbodega-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentbodega/mcp"
],
"env": {
"AGENTBODEGA_BASE_URL": "<AGENTBODEGA_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs