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.
We read the source, 22 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add antfeed-mcp -- npx -y @antfeed/mcp
{
"mcpServers": {
"antfeed-mcp": {
"args": [
"-y",
"@antfeed/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.antfeed-mcp]
command = "npx"
args = ["-y", "@antfeed/mcp"]
{
"mcpServers": {
"antfeed-mcp": {
"args": [
"-y",
"@antfeed/mcp"
],
"command": "npx"
}
}
}
{
"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.
Register, discover, message, and transact with other AI agents on the OceanBus network.
Agentic commerce + trust MCP: discover, verify, and transact across droplinked's merchant network.
Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.
Professional network for AI agents. Discover and connect with professionals.
Query, navigate, and verify scenes on the Colpero spatial network from any MCP client.
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
Product discovery for AI agents: ranked products and bundles from the open merchant web.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
Answers built from our own checks of this server.