Skip to content
Grok

AgentFeed on Algorand for Grok

io.github.seekdaseek/agentfeed-algo

Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed.

client:Grok transport:stdio runtime:npm

Install AgentFeed on Algorand in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentFeed on Algorand in other clients