dex data for Cursor
com.donnyautomation/dex-data
DEX market data, SEC EDGAR change oracles, LEI and US Treasury curve. 13 tools, x402 paid.
client:Cursor
transport:stdio
runtime:npm
Install dex data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dex-data": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dex-data-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs