AntFeed
About
Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ANTFEED_EXPLORER_URL ANTSEED_BUYER_URL ANTSEED_MAX_DEPOSIT_USDC ANTSEED_BUYER_STRICTClaude Code
claude mcp add --env ANTFEED_EXPLORER_URL= --env ANTSEED_BUYER_URL= --env ANTSEED_MAX_DEPOSIT_USDC= --env ANTSEED_BUYER_STRICT= antfeed-mcp -- npx @antfeed/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"antfeed-mcp","command":"npx","args":["@antfeed/mcp"],"env":{"ANTFEED_EXPLORER_URL":"","ANTSEED_BUYER_URL":"","ANTSEED_MAX_DEPOSIT_USDC":"","ANTSEED_BUYER_STRICT":""}}'
JSON
{
"mcpServers": {
"antfeed-mcp": {
"command": "npx",
"args": [
"@antfeed/mcp"
],
"env": {
"ANTFEED_EXPLORER_URL": "",
"ANTSEED_BUYER_URL": "",
"ANTSEED_MAX_DEPOSIT_USDC": "",
"ANTSEED_BUYER_STRICT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.