Odel
AgentFeed on Algorand

AgentFeed on Algorand

Local
@seekdaseekJavaScriptMITUpdated 3w ago

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).

npm@seekdaseek/agentfeed-algov0.1.1

Run

npx -y @seekdaseek/agentfeed-algo

MCP client config

{
  "mcpServers": {
    "agentfeed-on-algorand": {
      "command": "npx",
      "args": [
        "-y",
        "@seekdaseek/agentfeed-algo"
      ]
    }
  }
}