ENDPOINT 1
https://mcp.peer.xyz/mcp
MCP server metadata
- Name
- peer-cli
- Version
- 0.3.1
Known tools 97
peer_pv_deposit_list_ownerFetch deposits for an owner directly from ProtocolViewer.
Inferred read-onlypeer_indexer_deposits_list_relationsList deposits with related entities via the indexer.
Inferred read-onlypeer_indexer_deposits_by_ids_relationsFetch multiple deposits with relations by composite ID.
Inferred read-onlypeer_indexer_intents_by_deposit_idsFetch intents for multiple deposits via the indexer.
Inferred read-onlypeer_indexer_intents_fulfillment_and_paymentFetch fulfillment and payment records for an intent.
Potential side effectspeer_oracle_supports_inlineCheck whether the current escrow deployment supports inline oracle configs.
Inferred read-onlypeer_indexer_delegations_by_depositFetch the delegation record for a composite deposit ID via the indexer.
Inferred read-onlypeer_market_compareCompare live quote availability across platforms using the published SDK quote route.
Inferred read-onlypeer_market_volumeFetch Peerlytics protocol volume and analytics for a time range.
Inferred read-onlypeer_market_explorer_searchSearch across addresses, deposits, intents, and vaults on Peerlytics.
Inferred read-onlypeer_market_taker_historyFetch taker activity history for an address from Peerlytics.
Inferred read-onlypeer_market_maker_historyFetch maker activity history for an address from Peerlytics.
Inferred read-onlypeer_market_meta_platformsList supported payment platforms from Peerlytics with method hashes.
Potential side effectspeer_checkout_listList checkout sessions from the Pay API, with a local cache fallback.
Potential side effectspeer_stake_stateRead the authoritative StakeVault state for a staker and optional taker.
Inferred read-onlypeer_stake_indexed_stateRead indexed staking, authorization, claim, and risk-window state with freshness metadata.
Inferred read-onlypeer_stake_selected_ownerRead the stake owner selected by a taker before authorization checks.
Inferred read-onlypeer_stake_admissions_pausedRead whether chargebackable intent admissions are paused.
Inferred read-onlypeer_stake_risk_windowRead the minimum collateral lock window for a payment method.
Potential side effectspeer_stake_chargeback_enabledRead whether a deposit has chargeback coverage enabled.
Inferred read-onlypeer_guardian_availableCheck whether the selected environment has an IntentGuardian deployment.
Inferred read-onlypeer_guardian_quote_extensionQuote the authoritative on-chain cost to extend an intent.
Inferred read-onlypeer_guardian_payer_fundingRead payer token balance and allowance available to IntentGuardian.
Inferred read-onlypeer_cash_capabilitiesReturn live Base USDC destinations, payout platforms, fiat currencies, payee hints, amount bounds, and pricing.
Inferred read-onlypeer_cash_fill_statsReturn trailing 30-day fill counts and first-fill timing by payout platform and currency.
Inferred read-onlypeer_cash_source_capabilitiesReturn live Relay-supported EVM source chains and tokens that can route into Base USDC before a Peer Cash order.
Inferred read-onlypeer_cash_quote_sourceQuote a live Relay route from an EVM source asset into Base USDC.
Inferred read-onlypeer_cash_relay_statusTrack a previously submitted cross-chain source route by Relay request ID.
Inferred read-onlypeer_cash_estimateEstimate fiat received for Base USDC at the live Chainlink oracle rate.
Inferred read-onlypeer_cash_finalizeRead a confirmed Base createDeposit receipt and resolve the resumable Peer deposit id.
Inferred read-onlypeer_cash_buyerReturn protocol history for the buyer that matched an order so an automation can assess delivery context without trusting display identity.
Inferred read-onlypeer_cash_orderReturn one order state, amounts, fills, and next actions from its deposit id.
Inferred read-onlypeer_cash_ordersList orders owned by a maker wallet, optionally limited to orders that still need attention.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peer-cli]
url = "https://mcp.peer.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peer-cli": {
"type": "http",
"url": "https://mcp.peer.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peer-cli
Remote MCP URL: https://mcp.peer.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peer-cli": {
"url": "https://mcp.peer.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peer-cli": {
"type": "http",
"url": "https://mcp.peer.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peer-cli",
"transport": "streamable-http",
"url": "https://mcp.peer.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.