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.

io.github.pilot-protocol/pilot-mcp

NPM · PILOTPROTOCOL-MCP · SCANNED AUG 12

Your agent's overlay network. 435 specialist agents + P2P A2A messaging on a 190k-node network.

Available components

82 Trust /100
Trust breakdown (6 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 →

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
  • 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to pilot-protocol/pilot-mcp). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability90
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2093 tokens (~77/item across 27 items; 21 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 94% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · pilotprotocol-mcp

# add to Claude Code
claude mcp add pilot-protocol-pilot-mcp -- npx -y pilotprotocol-mcp
# add to Codex CLI
codex mcp add pilot-protocol-pilot-mcp -- npx -y pilotprotocol-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pilot-protocol-pilot-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pilotprotocol-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pilot-protocol-pilot-mcp --command npx --arg -y --arg pilotprotocol-mcp
# ~/.hermes/config.yaml
mcp_servers:
  pilot-protocol-pilot-mcp:
    command: "npx"
    args: ["-y", "pilotprotocol-mcp"]
// mcp.json
{
  "mcpServers": {
    "pilot-protocol-pilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pilotprotocol-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.

  • 11 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 9 Aug 26 0
    • Security disclosure: fail → pass functional
  • 7 Aug 26 +35
    • Known CVEs: partial → unverified security
    • Known CVEs: partial → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 94 functional
    • Dependency health: partial → 0.85 functional
    • Package version: 0.2.7 → 0.2.13 functional
    • Package version: 0.2.7 → 0.2.12 functional
    • Package version: 0.2.7 → 0.2.11 functional
    • Package version: 0.2.7 → 0.2.10 functional
  • 6 Aug 26 46

    First indexed and scored.

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 12 Aug 2026 · Analysed npm/pilotprotocol-mcp@0.2.13

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 pilot-protocol/pilot-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/pilot-protocol/pilot-mcp/.github/workflows/publish.yml@refs/tags/v0.2.13
Rekor log index 2370496437
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:34288cf8a02ea31b3a11435846a4b634b9cbc9ea7adc2c35cb68c1c4c81d6be1a4ecf83ce983ebb70eca71564c606680b7ccbacce151104726263bea2
Dependencies 96 packages
Packages resolved 96
Stale 30
Tree resolution Complete
MCP tools · 21 exposed · ~1,926 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.

Tool Tokens
pilot_approve ~65

Approve a pending inbound handshake. Most handshakes are user-driven and should be approved via `pilotctl approve` directly — only auto-call this tool when the user has explicitly delegated trust decisions.

NameTypeReqDescription
targetstringyesPending peer hostname, node_id, or address.

No output schema declared.

No examples provided.

pilot_broadcast ~98

Broadcast a message to every peer in a Pilot network. Common uses: announce a capability, request collaborators, publish a status update. The default data-exchange network is "9". Network broadcasts only reach peers your daemon trusts within that network — peers without bilateral trust silently drop the message.

NameTypeReqDescription
messagestringyesBroadcast body.
network_idstringyesNetwork ID (e.g. "9" for the data-exchange network).

No output schema declared.

No examples provided.

pilot_find ~71

Look up a peer by hostname. Returns the pilot address if found. Note: this is DNS-like lookup — you must already know the hostname. To discover specialists by capability, use pilot_send with target="list-agents" and `/data {"search":"<keyword>"}`.

NameTypeReqDescription
hostnamestringyes

No output schema declared.

No examples provided.

pilot_handshake ~129

Initiate bilateral trust with a peer or specialist. Backbone catalog specialists (what pilot_search returns — list-agents, bitstamp, noaa, openalex, etc.) auto-approve. Human-operated peers require explicit approval on their side. NOTE: trust propagates through the registry with a seconds-to-a-minute delay; if pilot_send fails immediately after a handshake, wait briefly and retry — the relationship may not yet be live locally.

NameTypeReqDescription
reasonstringOptional human-readable reason shown to the recipient on approval.
targetstringyesHostname, node_id, or pilot address.

No output schema declared.

No examples provided.

pilot_help ~73

Fetch the /help schema for a specialist or peer. Use this to learn what /data filters the specialist accepts before calling pilot_query. The reply describes the supported commands and filter parameters.

NameTypeReqDescription
agentstringyesSpecialist hostname (e.g. "bitstamp", "noaa", "openalex") or peer hostname.

No output schema declared.

No examples provided.

pilot_inbox ~43

List recent messages received from peers and specialists. Use this to read async A2A replies.

NameTypeReqDescription
limitnumberMax messages to return. Default 10.

No output schema declared.

No examples provided.

pilot_lookup ~75

Registry lookup for a node — returns public key, listen address, hostname, last-seen timestamp, tags. More detailed than pilot_find. Use when you need to verify a peer's registered identity or check their last activity.

NameTypeReqDescription
targetstringyesNode id (e.g. "230204"), hostname, or pilot address.

No output schema declared.

No examples provided.

pilot_peers ~22

List currently connected peers with their tags and last-seen timestamps.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pilot_pending ~50

List inbound handshakes waiting on your approval. Pair with pilot_approve (accept) or pilot_reject (decline). Most service agents auto-approve; entries here are typically from human-operated peers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pilot_ping ~86

Round-trip ping a peer to confirm the tunnel is up. Returns RTT. Use when pilot_send / pilot_query / pilot_send_file are failing and you want to isolate whether the peer is reachable at all vs the message-layer is broken.

NameTypeReqDescription
countnumberNumber of pings.
targetstringyesHostname or pilot address.
timeout_secondsnumber

No output schema declared.

No examples provided.

pilot_publish ~119

Publish a message to a topic on a peer's pub/sub channel. Subscribers (pilot_subscribe) receive it asynchronously. Use for event-driven agent coordination — e.g. publish "build-complete" to a topic that peers monitor. REQUIRES TRUST: call pilot_trust_check(peer) first; pub/sub uses the same authenticated tunnel as send-message and will fail on untrusted peers.

NameTypeReqDescription
messagestringyesPublished payload.
peerstringyesPeer hostname or address hosting the topic.
topicstringyesTopic name.

No output schema declared.

No examples provided.

pilot_query ~131

Query a specialist for structured data using its /data command. Use pilot_help first to learn what filter parameters it accepts. Reply is JSON. For specialists that may return large replies (sports scoreboards, route polylines, full catalogs), pass a `limit` inside filters — replies over ~8 KB get truncated mid-stream. For digests of large datasets, use pilot_summary instead.

NameTypeReqDescription
agentstringyesSpecialist hostname.
filtersobjectFilter parameters as documented in the specialist's /help reply. Pass {} for the default query. Always include `limit` for specialists that return lists.

No output schema declared.

No examples provided.

pilot_received ~45

List files received from peers (~/.pilot/received/). Pair with pilot_send_file. Pass clear=true to purge after processing.

NameTypeReqDescription
clearbooleanPurge after listing.

No output schema declared.

No examples provided.

pilot_reject ~77

Reject a pending inbound handshake. The peer is notified with the reason (if provided). Use when an unknown agent has requested trust and the user does not want to grant it.

NameTypeReqDescription
reasonstringOptional human-readable reason sent to the peer.
targetstringyesNode id, hostname, or address of the pending peer.

No output schema declared.

No examples provided.

pilot_search ~138

Search the Pilot Protocol directory of 435+ specialist agents for ones matching a keyword. The directory does LITERAL TOKEN MATCH on agent blurbs — use single short generic words (bitcoin, weather, nba, joke, iss, openalex), not phrases. Returns a list of specialist hostnames + one-line descriptions. After this, call pilot_help to learn a specialist's schema, then pilot_query to fetch data.

NameTypeReqDescription
keywordstringyesSingle short keyword. If your first attempt returns nothing, try a synonym (specialists often have multiple terms in their blurb).
limitnumberMax matches to return. Default 10.

No output schema declared.

No examples provided.

pilot_send ~166

Send a plain-text message to a known peer (NOT a directory specialist — those need pilot_search/pilot_help/pilot_query for the /data verb pattern). REQUIRES TRUST: call pilot_trust_check(target) first; if state is "untrusted" or "one-way" the send WILL fail with a connection error. Use this for A2A messages to human-operated agents and bespoke peers. The peer's reply lands in pilot_inbox.

NameTypeReqDescription
messagestringyesMessage body. Plain prose is fine — peers expect natural language, not /data commands.
peerstringyesPeer hostname or pilot address.
wait_secondsnumberHow long to wait for a reply. 0 = fire and forget (read replies later via pilot_inbox).

No output schema declared.

No examples provided.

pilot_send_file ~88

Send a local file to a trusted peer over the Pilot overlay. Recipient finds it via pilot_received. Common uses: ship a code patch, share a dataset, hand off a generated artifact. The peer must trust you first (pilot_handshake then their pilot_approve).

NameTypeReqDescription
pathstringyesAbsolute local path to the file.
peerstringyesPeer hostname or pilot address.

No output schema declared.

No examples provided.

pilot_subscribe ~125

Subscribe to a topic on a peer's pub/sub channel and collect N published messages (or until timeout). Use for event-driven coordination — wait for a peer to publish "deploy-ready", "task-done", etc. Blocks until count is satisfied or timeout elapses. REQUIRES TRUST: call pilot_trust_check(peer) first.

NameTypeReqDescription
countnumberHow many messages to collect before returning.
peerstringyesPeer hostname or address hosting the topic.
timeout_secondsnumberMax wait time.
topicstringyesTopic name.

No output schema declared.

No examples provided.

pilot_summary ~106

Get an LLM-synthesized digest from a specialist instead of raw /data. Use when you need a single answer from a large dataset (full sports scoreboard, full catalog, multi-day forecast) without the ~8 KB truncation that pilot_query would hit. Returns prose; expect 10-30s latency; retry once on upstream timeout.

NameTypeReqDescription
agentstringyesSpecialist hostname.
questionstringOptional natural-language question to guide the synthesis (specialist-dependent).

No output schema declared.

No examples provided.

pilot_trust_check ~146

Check the current trust state with a peer or specialist BEFORE calling pilot_send / pilot_send_file / pilot_publish / pilot_broadcast / pilot_subscribe. Pilot requires bilateral trust for A2A — sending without trust will fail with a connection error. Backbone catalog specialists (list-agents, bitstamp, noaa, etc. — Network 0) auto-approve; human-operated peers need explicit handshake. Cheap and idempotent — call freely.

NameTypeReqDescription
targetstringyesPeer hostname, pilot address, or node id. Backbone catalog specialist names (e.g. "list-agents") are auto-approve and return "auto-approve" without needing a registry lookup.

No output schema declared.

No examples provided.

pilot_untrust ~73

Revoke an existing trust relationship with a peer. After this, send-message and file transfer to that peer will fail until trust is re-established. Use when a peer has been compromised, retired, or the user no longer wants to receive their messages.

NameTypeReqDescription
targetstringyesNode id, hostname, or address.

No output schema declared.

No examples provided.