mcpbeat

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. Last commit 5 Aug 2026.

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

Installs / week
npm · @seekdaseek/agentfeed-algo
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

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

Alternatives to AgentFeed on Algorand

same job, measured the same way
AgentFeed
by seekdaseek

AgentFeed: 47 tools — our own liquidation tape + tokenized-equity peg data, paid in USDC.

47 tools answering
Boo Mpp MCP
by lucle87

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

24 installs/wk local only
A
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.

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

25 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
Anchor X402
by hypeprinter007-stack

x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

176 installs/wk 18 tools answering
WebLens
by weblens

Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.

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