base price oracle mcp for Cursor
io.github.lordbasilaiassistant-sudo/base-price-oracle-mcp
MCP server for real-time token prices on Base from on-chain DEX pools.
client:Cursor
transport:stdio
runtime:npm
Install base price oracle mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"base-price-oracle-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base-price-oracle-mcp"
],
"env": {
"RPC_URL": "<RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs