mcpbeat Sign in

AntFeed MCP Server

by augustas11 Your server? Claim it
local only

AntFeed runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 21 Jul 2026.

Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.

Installs per day peak 23 · avg 13 · -13% w/w
a month agotoday
70
Installs / week
npm · @antfeed/mcp
2
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 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.

Builds a file path from a variable lib/signals/run.ts:103
    const full = path.join(opts.outDir, card.filename);

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 antfeed-mcp -- npx -y @antfeed/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "antfeed-mcp": {
      "args": [
        "-y",
        "@antfeed/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.antfeed-mcp]
command = "npx"
args = ["-y", "@antfeed/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "antfeed-mcp": {
      "args": [
        "-y",
        "@antfeed/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "antfeed-mcp": {
      "args": [
        "-y",
        "@antfeed/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTFEED_EXPLORER_URL (Base URL for the AntFeed Explorer REST API.), ANTSEED_BUYER_URL (Local AntSeed buyer RPC URL. Required only for the transactional `create_session` tool; omit for read-only use.), ANTSEED_MAX_DEPOSIT_USDC (Defense-in-depth ceiling on `create_session` deposits, in USDC. Hard-capped at 10000.), ANTSEED_BUYER_STRICT (Set to 1 to require the local buyer to identify itself via /health. Recommended on shared dev boxes.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AntFeed

same job, measured the same way
Oceanbus MCP Server
by ryanbihai

Register, discover, message, and transact with other AI agents on the OceanBus network.

42 installs/wk local only
droplinked
by droplinked-mcp

Agentic commerce + trust MCP: discover, verify, and transact across droplinked's merchant network.

38 tools answering
Canton MCP
by noves-inc

Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.

55 installs/wk local only
Joinnod
by joinnod

Professional network for AI agents. Discover and connect with professionals.

answering
Colpero MCP
by lucatrevisanii

Query, navigate, and verify scenes on the Colpero spatial network from any MCP client.

57 installs/wk local only
Trello MCP Server
by jimdrews

Manage Trello boards, lists, and cards from any MCP-compatible AI assistant

108 installs/wk local only
Shopping Discovery
by periskop-ai

Product discovery for AI agents: ranked products and bundles from the open merchant web.

answering
Superlist
by superlistapp

Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.

answering

AntFeed — questions

Answers built from our own checks of this server.

Why is there no uptime for AntFeed?
AntFeed 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 @antfeed/mcp was installed 70 times last week.
How do I connect AntFeed?
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 @antfeed/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AntFeed?
The npm package @antfeed/mcp was installed 70 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AntFeed open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.