minia2a mcp for Cursor
io.github.minia2a/minia2a-mcp
MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.
client:Cursor
transport:stdio
runtime:npm
Install minia2a mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"minia2a-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"minia2a-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs