AgentFeed on Algorand for Cursor
io.github.seekdaseek/agentfeed-algo
Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed.
client:Cursor
transport:stdio
runtime:npm
Install AgentFeed on Algorand in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentfeed-algo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seekdaseek/agentfeed-algo"
],
"env": {
"ALGO_PAYER_MNEMONIC": "<ALGO_PAYER_MNEMONIC>",
"AGENTFEED_ALGO_URL": "<AGENTFEED_ALGO_URL>",
"ALGO_NETWORK": "<ALGO_NETWORK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs