Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AntFeed

NPM · @ANTFEED/MCP · SCANNED SEP 21

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

Available components

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Augustas11/antseed-explorer). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 119 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1212 tokens (~151/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the AntFeed MCP server?

AntFeed runs locally as an npm package, launched with npx -y @antfeed/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @antfeed/mcp

# add to Claude Code
claude mcp add augustas11-antfeed-mcp -- npx -y @antfeed/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "augustas11-antfeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@antfeed/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "augustas11-antfeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@antfeed/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add augustas11-antfeed-mcp -- npx -y @antfeed/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "augustas11-antfeed-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@antfeed/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add augustas11-antfeed-mcp --command npx --arg -y --arg @antfeed/mcp
# ~/.hermes/config.yaml
mcp_servers:
  augustas11-antfeed-mcp:
    command: "npx"
    args: ["-y", "@antfeed/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "augustas11-antfeed-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@antfeed/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add augustas11-antfeed-mcp -t stdio -c npx -a -y @antfeed/mcp
// mcp.json
{
  "mcpServers": {
    "augustas11-antfeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@antfeed/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 16 Sept 26 −2
    • Security disclosure: fail → unverified functional
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 13 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@antfeed/mcp@0.2.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo Augustas11/antseed-explorer
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Augustas11/antseed-explorer/.github/workflows/publish-mcp.yml@refs/tags/mcp-v0.2.3
Rekor log index 1555421732
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:1646dabdc30998f17d163c36f5dd2746d0c780cdf1aed6d34fdfcafdbc077d74ee4c1b5553571b22b1eed4ef8a1874c326b6e617990e59cddaeba62b3

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~916 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
buyer_setup ~70

Diagnose missing local AntSeed buyer — registered instead of create_session when no buyer responded to /health at startup. Use this to tell the user how to install a buyer (CLI or AntStation Desktop). Returns the probed buyer URL and install instructions. For trading, install a buyer and restart the MCP server.

Input schema present but exposes no named parameters.

NameTypeReqDescription
messagestringyes
nextStepsstringyes
optionsarrayyes
probedAtstringyesURL the MCP probed for /health
statusstringyes
strictModebooleanyes

No examples provided.

dau_trend ~136

Get the daily active users series between two dates (UTC days). Use for growth/trend questions; use network_stats for today's single value. Returns per-day total DAU plus buyer/seller breakdown and new-user count. Default window: last 30 days. granularity: day (only value supported today).

NameTypeReqDescription
fromstringISO date YYYY-MM-DD (UTC). Default: today − 30 days.
granularitystringBucket size. Only 'day' is supported today; param is reserved for future expansion.
tostringISO date YYYY-MM-DD (UTC). Default: today.
NameTypeReqDescription
fromstringyes
granularitystringyes
seriesarrayyes
tostringyes

No examples provided.

get_buyer ~95

Look up a single buyer by 0x address. Use when you have an address; for browsing the directory of sellers use list_providers. Returns trust score breakdown (volume/consistency/diversity/reliability), aggregate session stats, the last 20 recent settled sessions, and the buyer's top sellers by spend.

NameTypeReqDescription
addressstringyesBuyer's on-chain address (0x + 40 hex chars)
NameTypeReqDescription
addressstringyes
qualifiedbooleanyesTrue when the buyer meets the network's Qualified threshold (≥3 unique sellers).
recentSessionsarrayyes
sessionsobjectyes
topSellersarrayyes
trustScoreobjectyes

No examples provided.

get_pricing ~126

Look up a single seller's advertised price for one service. Use for point lookups (peerId + service); use list_providers to browse. Returns input/output USDC per million tokens with status INDEXED | PROVIDER_NOT_INDEXED | SERVICE_NOT_OFFERED | PRICE_NOT_PUBLISHED. Refreshed hourly from network.antseed.com.

NameTypeReqDescription
peerIdstringyesSeller's on-chain address (0x + 40 hex chars)
servicestringyesService identifier (e.g. 'gpt-5.4', 'code-auditor')
NameTypeReqDescription
availableServicesarrayReturned only on SERVICE_NOT_OFFERED
currencystringyes
displayNamestring|null
inputUsdPerMillionnumber|nullyes
lastUpdatedstring|nullISO timestamp of directory refresh
messagestringHuman-readable explanation of the status
outputUsdPerMillionnumber|nullyes
peerIdstringyes
regionstring|null
servicestringyes
statusstringyes

No examples provided.

get_session_status ~110

Look up the on-chain status of one payment channel by channel_id. Use for 'is my session settled yet?' checks; use create_session to open one. Returns {sessionId, buyer, seller, status, channelBalance, settledAmountUsdc, settled, openedAt, closedAt}. v1 paginates /api/channels client-side because there is no per-channel endpoint yet.

NameTypeReqDescription
sessionIdstringyesChannel ID (bytes32 hex, e.g. 0xabc...)
NameTypeReqDescription
buyerstring|nullyes
channelBalancenumber|nullyesMax deposit, USDC
closedAtstring|nullyesISO timestamp; only when settled
eventCountintegeryes
openedAtstring|nullyesISO timestamp
sellerstring|nullyes
sessionIdstringyes
settledbooleanyes
settledAmountUsdcnumber|nullyes
statusstringyesChannel state (e.g. 'Open', 'Settled')
totalDeltaUsdcnumber|nullyes

No examples provided.

list_providers ~144

Browse the AntFeed provider directory page by page. Use to discover sellers; use lookup for substring search, get_pricing for a single (peerId, service) lookup. sort: score (USDC earned, default) | recent (last refresh). Returns up to limit providers per page, plus an opaque nextCursor for the next page.

NameTypeReqDescription
cursorstringOpaque pagination token returned by a previous call. Omit for the first page.
limitintegerMax providers per page (default 50, max 200).
sortstringscore = total USDC earned; recent = newest in directory (by last-refresh timestamp).
NameTypeReqDescription
nextCursorstringPass back as `cursor` to fetch the next page. Absent when no more results.
providersarrayyes
sortstringyes
totalintegeryesTotal providers across all pages

No examples provided.

lookup ~137

Substring-search the AntFeed provider directory by address, displayName, or service name (case-insensitive). Use for fuzzy discovery; use list_providers to browse, get_pricing for a single price. Returns matched providers with the same shape as list_providers, plus an opaque nextCursor for more matches.

NameTypeReqDescription
cursorstringOpaque pagination token returned by a previous call. Omit for the first page.
limitintegerMax matches per page (default 50, max 200).
querystringyesSubstring matched (case-insensitive) against address, displayName, or any service name
NameTypeReqDescription
explorerTotalintegeryesTotal providers in the directory
matchedintegeryesMatches returned on this page
matchesarrayyes
nextCursorstringPass back as `cursor` to fetch the next page of matches.
notestring
querystringyes
searchedOverintegeryesProviders scanned (top-by-volume window)
totalMatchedintegeryesTotal matches across all pages of the searched window
truncatedbooleanyesTrue when explorerTotal exceeds the scanned window

No examples provided.

network_stats ~98

Get a one-shot point-in-time snapshot of antfeed: settled revenue, today's DAU, indexer→profile drift, and Base gas price. Use this for 'state of the network right now' questions; use dau_trend for growth over time. Parallel fetches /api/stats, /api/gas, and /api/metrics/dau; any individual upstream failure degrades that field to null and is listed in partialFailures.

Input schema present but exposes no named parameters.

NameTypeReqDescription
asOfstringyesISO timestamp when the snapshot was assembled
dauinteger|nullyesDaily active users for today's UTC bucket. null when /api/metrics/dau failed or returned no rows.
driftnumber|nullyesUSDC drift between raw events and aggregated profiles. 0 = in sync; null when /api/stats failed.
gasGweinumber|nullyesCurrent Base estimated fee in gwei. null when fee estimation failed or /api/gas was unreachable.
partialFailuresarrayyesList of upstream endpoints that failed for this snapshot. Empty when all three succeeded.
revenueUsdcnumber|nullyesTotal settled USDC across the network. null when /api/stats failed.

No examples provided.

Common questions

What is the AntFeed MCP server?

AntFeed is an MCP server listed in the public MCP registry as io.github.Augustas11/antfeed-mcp. Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent. This page covers its npm package (@antfeed/mcp).

Is the AntFeed MCP server safe to use?

AntFeed scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the AntFeed MCP server expose?

AntFeed exposes 8 tools: lookup, list_providers, get_pricing, get_session_status, network_stats, and 3 more. Their descriptions and schemas cost roughly 916 tokens of context every time the server is loaded.

Is the AntFeed MCP server still maintained?

AntFeed is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the AntFeed MCP server under?

AntFeed declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.