← Index

AntFeed

io.github.Augustas11/antfeed-mcp·v0.2.3·Other
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "antfeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@antfeed/mcp"
      ],
      "env": {
        "ANTFEED_EXPLORER_URL": "https://antfeed.org",
        "ANTSEED_BUYER_URL": "http://localhost:8377",
        "ANTSEED_MAX_DEPOSIT_USDC": "10",
        "ANTSEED_BUYER_STRICT": "0"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "antfeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@antfeed/mcp"
      ],
      "env": {
        "ANTFEED_EXPLORER_URL": "https://antfeed.org",
        "ANTSEED_BUYER_URL": "http://localhost:8377",
        "ANTSEED_MAX_DEPOSIT_USDC": "10",
        "ANTSEED_BUYER_STRICT": "0"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @antfeed/mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other