Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @seekdaseek/agentfeed-algo
MCP client config
{
"mcpServers": {
"agentfeed-on-algorand": {
"command": "npx",
"args": [
"-y",
"@seekdaseek/agentfeed-algo"
]
}
}
}