AIMarket Oracle Gateway for Cursor
io.github.alexar76/aimarket-oracle-gateway
Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install AIMarket Oracle Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aimarket-oracle-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"aimarket-oracle-gateway"
],
"env": {
"AIMARKET_HUB_URL": "<AIMARKET_HUB_URL>",
"AIMARKET_ORACLE_URL": "<AIMARKET_ORACLE_URL>",
"AIMARKET_MAX_PER_CALL_USD": "<AIMARKET_MAX_PER_CALL_USD>",
"AIMARKET_MAX_SPEND_USD": "<AIMARKET_MAX_SPEND_USD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs