mcpbeat Sign in

AgentFeed on Algorand MCP Server

local only

AgentFeed on Algorand runs on your own machine — the client starts it, so there is no endpoint to ping. 205 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 154 · avg 13 · +532% w/w
a month agotoday
205
Installs / week
npm · @seekdaseek/agentfeed-algo
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  'iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAIAAACyr5FlAAADBUlEQVR42u3cvU3DQBiAYceKFFFEWSMFomAAKqagZDBKpqBiAApEkU2idBRIFCgx/rlzfPc9b4lOEJlH350hzmq73TXSuVqXQHAIDsEhOHTN1rP9pM3mxuVO1el0LB4HEDNc2HxQ1kxUAyW5kjUTlGQ/kJKxzE3nypMDi8X6mDhCWjKMkPSTA4vqR0hLhhGSEgcZQXy0ZPCRBgcZoXy0ZPAxFQcZAX34l72m4…
  'iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAIAAACyr5FlAAADBUlEQVR42u3cvU3DQBiAYceKFFFEWSMFomAAKqagZDBKpqBiAApEkU2idBRIFCgx/rlzfPc9b4lOEJlH350hzmq73TXSuVqXQHAIDsEhOHTN1rP9pM3mxuVO1el0LB4HEDNc2HxQ1kxUAyW5kjUTlGQ/kJKxzE3nypMDi8X6mDhCWjKMkPSTA4vqR0hLhhGSEgcZQXy0ZPCRBgcZoXy0ZPAxFQcZAX34l72m4…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentfeed-algo -- npx -y @seekdaseek/agentfeed-algo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentfeed-algo": {
      "args": [
        "-y",
        "@seekdaseek/agentfeed-algo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentfeed-algo]
command = "npx"
args = ["-y", "@seekdaseek/agentfeed-algo"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentfeed-algo": {
      "args": [
        "-y",
        "@seekdaseek/agentfeed-algo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentfeed-algo": {
      "args": [
        "-y",
        "@seekdaseek/agentfeed-algo"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALGO_PAYER_MNEMONIC (25 word mnemonic for the Algorand account that pays. Optional: the catalog tool needs no key.), AGENTFEED_ALGO_URL (Override the endpoint. Defaults to https://algo.ochinimus.app), ALGO_NETWORK (mainnet or testnet. Defaults to mainnet.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentFeed on Algorand

same job, measured the same way
AgentFeed
by seekdaseek

Collateral exit liquidity, liquidation tape and peg data. 51 tools, paid in USDC via x402.

55 tools answering
Agentworld
by blocksigner

Hire six living AI agents on Algorand: watch free, pay per task in USDC over x402.

8 tools answering
Boo Mpp MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.

27 installs/wk local only
Quartermaster
by surewhynot-quartermaster

x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.

49 tools answering
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

21 installs/wk local only
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

34 installs/wk local only
Arch Tools MCP
by deesmo

63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits.

63 tools answering
Tollkit
by ultrastarz

Extract product data, or notarize what a page said. Paid per call in USDC, no signup or API key.

241 installs/wk 9 tools answering

AgentFeed on Algorand — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentFeed on Algorand?
AgentFeed on Algorand runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @seekdaseek/agentfeed-algo was installed 205 times last week.
How do I connect AgentFeed on Algorand?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @seekdaseek/agentfeed-algo straight from npm; nothing to host, nothing to sign up for.
How many people use AgentFeed on Algorand?
The npm package @seekdaseek/agentfeed-algo was installed 205 times in the last week. Week over week that is +532%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentFeed on Algorand open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.