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.

Peer

REMOTE · MCP.PEER.XYZ · SCANNED SEP 15

Read Peer protocol, market, checkout, and Peer Cash data through one MCP server.

Available components

+3 this week 67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability54
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 5228 tokens (~53/item across 97 items; 97 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management46
  • Stability check failed: schema churn in the 14 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 97 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 97 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 Peer MCP server?

Peer is a hosted endpoint at https://mcp.peer.xyz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.peer.xyz

# add to Claude Code
claude mcp add --transport http zkp2p-peer 'https://mcp.peer.xyz/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "zkp2p-peer": {
      "url": "https://mcp.peer.xyz/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "zkp2p-peer": {
      "type": "http",
      "url": "https://mcp.peer.xyz/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.zkp2p-peer]
url = "https://mcp.peer.xyz/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zkp2p-peer": {
      "type": "remote",
      "url": "https://mcp.peer.xyz/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add zkp2p-peer --url 'https://mcp.peer.xyz/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  zkp2p-peer:
    url: "https://mcp.peer.xyz/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "zkp2p-peer": {
      "Transport": "http",
      "Url": "https://mcp.peer.xyz/mcp"
    }
  }
}
# add to Vellum
assistant mcp add zkp2p-peer -t streamable-http -u 'https://mcp.peer.xyz/mcp'
// mcp.json
{
  "mcpServers": {
    "zkp2p-peer": {
      "type": "http",
      "url": "https://mcp.peer.xyz/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 42 to 46.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 36 to 39.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 26 to 29.

  • 9 Sept 26 0
    • Tool “peer_config_platforms” rewrote its description, which is the text the model reads security
    • Server version: 0.3.1 → 0.4.0 functional
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 19 to 22.

  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 12 to 16.

  • 4 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 6 to 9.

  • 3 Sept 26 0
    • Stability: 0.03 → fail security
    • A breaking change shipped without a version bump: still 0.3.1 security
    • Tool “peer_stake_chargeback_enabled” was removed security
    • New tool “peer_stake_dispute_protection_enabled” functional
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 15 Sept 2026 · Probed https://mcp.peer.xyz/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.peer.xyz CN=YE2,O=Let's Encrypt,C=US 26 Aug 2026 24 Nov 2026 ECDSA 256 ECDSA-SHA384 58089c1ab9206dbe32433cc69d29c12c2d1
SANs: mcp.peer.xyz
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.peer.xyz. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
xyz. present 3599, 18130 8, 8 Verified
peer.xyz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.peer.xyz/mcp Verified 200
http (plaintext) http://mcp.peer.xyz/mcp HTTPS enforced 301 https://mcp.peer.xyz/mcp
MCP tools · 97 exposed · ~5,228 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
peer_market_explorer_address ~62

Look up a wallet address profile on Peerlytics.

NameTypeReqDescription
addressstringyesAddress.
limitnumberResult limit.
offsetnumberOffset.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_explorer_deposit ~62

Look up a deposit on Peerlytics.

NameTypeReqDescription
idstringyesDeposit ID.
limitnumberResult limit.
offsetnumberOffset.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_explorer_intent ~45

Look up an intent on Peerlytics.

NameTypeReqDescription
hashstringyesIntent hash.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_explorer_maker ~46

Look up a maker profile on Peerlytics.

NameTypeReqDescription
addressstringyesMaker address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_explorer_search ~51

Search across addresses, deposits, intents, and vaults on Peerlytics.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
querystringyesSearch query.

No output schema declared.

No examples provided.

peer_market_explorer_vault ~45

Look up a vault on Peerlytics.

NameTypeReqDescription
idstringyesVault ID.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_explorer_verifier ~47

Look up a verifier profile on Peerlytics.

NameTypeReqDescription
addressstringyesVerifier address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_intents ~88

Query intents from Peerlytics with filtering.

NameTypeReqDescription
depositIdstringDeposit IDs.
limitnumberResult limit.
offsetnumberOffset.
ownerstringOwner address.
paramsobjectOptional raw JSON params merged beneath typed fields.
recipientstringRecipient address.
statusstringIntent statuses.

No output schema declared.

No examples provided.

peer_market_leaderboard ~55

Fetch maker and taker leaderboard data from Peerlytics.

NameTypeReqDescription
limitnumberResult limit.
offsetnumberOffset.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_maker_history ~47

Fetch maker activity history for an address from Peerlytics.

NameTypeReqDescription
addressstringyesMaker address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_meta_currencies ~34

List supported currencies from Peerlytics.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_meta_platforms ~38

List supported payment platforms from Peerlytics with method hashes.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_orderbook ~66

Fetch the live P2P orderbook from Peerlytics.

NameTypeReqDescription
currencystringFiat currency.
minSizenumberMinimum size.
paramsobjectOptional raw JSON params merged beneath typed fields.
platformstringPayment platforms.

No output schema declared.

No examples provided.

peer_market_protocol_stats ~33

Fetch aggregate Peerlytics protocol statistics.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_spreads ~72

Fetch current market spreads from Peerlytics.

NameTypeReqDescription
currencystringFiat currencies.
includeRatesbooleanInclude rate entries.
limitnumberResult limit.
paramsobjectOptional raw JSON params merged beneath typed fields.
platformstringPayment platforms.

No output schema declared.

No examples provided.

peer_market_taker_history ~49

Fetch taker activity history for an address from Peerlytics.

NameTypeReqDescription
addressstringyesTaker address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_vaults ~50

Fetch Peerlytics vault analytics.

NameTypeReqDescription
limitnumberResult limit.
offsetnumberOffset.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_market_volume ~64

Fetch Peerlytics protocol volume and analytics for a time range.

NameTypeReqDescription
currencystringFiat currencies.
paramsobjectOptional raw JSON params merged beneath typed fields.
platformstringPayment platforms.
rangestringAnalytics range.

No output schema declared.

No examples provided.

peer_oracle_supports_inline ~49

Check whether the current escrow deployment supports inline oracle configs.

NameTypeReqDescription
escrowAddressstringEscrow address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_oracle_validate_feeds ~34

Validate bundled oracle feeds on-chain.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_payee_resolve_hash ~60

Resolve a payee hash from on-chain deposit data.

NameTypeReqDescription
depositIdstringyesDeposit ID.
paramsobjectOptional raw JSON params merged beneath typed fields.
paymentMethodHashstringyesPayment method hash.

No output schema declared.

No examples provided.

peer_pv_deposit_list_owner ~47

Fetch deposits for an owner directly from ProtocolViewer.

NameTypeReqDescription
ownerstringOwner address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_pv_deposit_show ~45

Fetch a deposit directly from ProtocolViewer.

NameTypeReqDescription
depositIdstringyesDeposit ID.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_pv_deposit_show_many ~45

Fetch multiple deposits directly from ProtocolViewer.

NameTypeReqDescription
idsstringDeposit IDs.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_pv_intent_list_owner ~47

Fetch intents for an owner directly from ProtocolViewer.

NameTypeReqDescription
ownerstringOwner address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_pv_intent_show ~46

Fetch a single intent directly from ProtocolViewer.

NameTypeReqDescription
intentHashstringyesIntent hash.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_quote ~121

Get fiat-to-USDC exchange quotes.

NameTypeReqDescription
amountnumberFiat or token amount.
destinationChainIdnumberDestination chain.
fromstringFiat currency code.
paramsobjectOptional raw JSON params merged beneath typed fields.
platformstringPayment platform.
quotesToReturnnumberQuote count.
recipientstringRecipient address.
tostringDestination token.
tokenAmountnumberExact token amount.
userstringUser address.

No output schema declared.

No examples provided.

peer_stake_admissions_paused ~38

Read whether chargebackable intent admissions are paused.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_stake_authorization ~58

Read whether a stake owner authorizes a taker.

NameTypeReqDescription
ownerstringyesStake owner address.
paramsobjectOptional raw JSON params merged beneath typed fields.
takerstringyesTaker address.

No output schema declared.

No examples provided.

peer_stake_balance ~43

Read total stake owned by an address.

NameTypeReqDescription
ownerstringyesStake owner address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_stake_claimable ~48

Read non-stake USDC claimable by a beneficiary.

NameTypeReqDescription
beneficiarystringyesClaim beneficiary address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_stake_dispute_protection_enabled ~73

Read whether a deposit has dispute protection enabled for a payment method.

NameTypeReqDescription
depositIdstringyesDeposit ID.
escrowstringyesEscrow address.
paramsobjectOptional raw JSON params merged beneath typed fields.
paymentMethodstringyesPayment method hash.

No output schema declared.

No examples provided.

peer_stake_free ~45

Read stake available for withdrawal or a new lock.

NameTypeReqDescription
ownerstringyesStake owner address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_stake_indexed_state ~54

Read indexed staking, authorization, claim, and risk-window state with freshness metadata.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
takerstringyesTaker address.

No output schema declared.

No examples provided.

peer_stake_locked ~44

Read stake locked behind active chargeback windows.

NameTypeReqDescription
ownerstringyesStake owner address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_stake_owner ~46

Resolve the effective stake owner backing a taker.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
takerstringyesTaker address.

No output schema declared.

No examples provided.

peer_stake_risk_window ~50

Read the minimum collateral lock window for a payment method.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
paymentMethodHashstringyesPayment method hash.

No output schema declared.

No examples provided.

peer_stake_selected_owner ~50

Read the stake owner selected by a taker before authorization checks.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
takerstringyesTaker address.

No output schema declared.

No examples provided.

peer_stake_state ~62

Read the authoritative StakeVault state for a staker and optional taker.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
stakerstringyesStake owner address.
takerstringTaker address.

No output schema declared.

No examples provided.

peer_vault_delegates ~71

List delegated deposits for a vault.

NameTypeReqDescription
limitnumberResult limit.
offsetnumberOffset.
paginationobjectPagination options.
paramsobjectOptional raw JSON params merged beneath typed fields.
rateManagerIdstringyesVault identifier.

No output schema declared.

No examples provided.

peer_vault_effective_rate ~75

Read the effective rate for a delegated deposit pair.

NameTypeReqDescription
currencystringFiat currency.
depositIdstringDeposit ID.
escrowstringEscrow address.
paramsobjectOptional raw JSON params merged beneath typed fields.
platformstringPayment method.

No output schema declared.

No examples provided.

peer_vault_list ~77

List vaults via the indexer.

NameTypeReqDescription
filterobjectFilter options.
limitnumberResult limit.
managerstringManager address.
offsetnumberOffset.
paginationobjectPagination options.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_vault_manager_fee ~56

Read the effective manager fee for a delegated deposit.

NameTypeReqDescription
depositIdstringDeposit ID.
escrowstringEscrow address.
paramsobjectOptional raw JSON params merged beneath typed fields.

No output schema declared.

No examples provided.

peer_vault_manual_rate_updates ~64

Fetch manual rate updates for a vault.

NameTypeReqDescription
limitnumberResult limit.
optionsobjectQuery options.
paramsobjectOptional raw JSON params merged beneath typed fields.
rateManagerIdstringyesVault identifier.

No output schema declared.

No examples provided.

peer_vault_oracle_config_updates ~65

Fetch oracle config updates for a vault.

NameTypeReqDescription
limitnumberResult limit.
optionsobjectQuery options.
paramsobjectOptional raw JSON params merged beneath typed fields.
rateManagerIdstringyesVault identifier.

No output schema declared.

No examples provided.

peer_vault_show ~44

Show vault details by rateManagerId.

NameTypeReqDescription
paramsobjectOptional raw JSON params merged beneath typed fields.
rateManagerIdstringyesVault identifier.

No output schema declared.

No examples provided.

peer_vault_snapshots ~62

Fetch daily snapshots for a vault.

NameTypeReqDescription
limitnumberResult limit.
optionsobjectSnapshot options.
paramsobjectOptional raw JSON params merged beneath typed fields.
rateManagerIdstringyesVault identifier.

No output schema declared.

No examples provided.

Common questions

What is the Peer MCP server?

Peer is an MCP server listed in the public MCP registry as io.github.zkp2p/peer. Read Peer protocol, market, checkout, and Peer Cash data through one MCP server. This page covers its hosted endpoint (https://mcp.peer.xyz/mcp).

Is the Peer MCP server safe to use?

Peer scores 67 out of 100 on VerifyMCP. 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 Peer MCP server expose?

Peer exposes 97 tools: peer_quote, peer_payee_resolve_hash, peer_deposit_list, peer_deposit_show, peer_deposit_show_many, and 92 more. Their descriptions and schemas cost roughly 5,228 tokens of context every time the server is loaded.

Does the Peer MCP server require authentication?

No. We connected to Peer without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Peer MCP server still maintained?

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