← Registry

Analytics

peerlytics.xyz

Provides analytics and data summaries for investors and protocols.

x402 supported1 endpoint27 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://peerlytics.xyz/api/v1/mcp

No auth detected

MCP server metadata

Name
peerlytics
Version
1.0.0
Capabilities
tools
Server instructions

Peerlytics is the analytics, explorer, and market-data surface for the ZKP2P peer-to-peer USDC-to-fiat protocol on Base. Start buyer flows with plan_routes({ currency, amount_usd }); drop to get_orderbook when you need the raw book. Never surface a take action unless the payload exposes one — private whitelist-hooked liquidity is not publicly fillable. Authentication: send an x-api-key header (free key: https://peerlytics.xyz/developers?tab=account) or pay per call with x402. Unauthenticated tool calls return a 402 payload with self-onboarding links. Machine docs: https://peerlytics.xyz/llms.txt

Known tools 27

get_analytics_summary

Investor summary metrics.

Inferred read-only
get_protocol_overview

Investor diligence overview.

Inferred read-only
get_leaderboard

Maker/taker leaderboard.

Inferred read-only
get_vault_analytics

Vault and delegated liquidity overview.

Inferred read-only
get_timeseries

Historical time-series.

Inferred read-only
search_explorer

Search intents, deposits, or addresses

Inferred read-only
get_deposit

Deposit detail

Inferred read-only
get_deposit_context

Deposit agent context.

Inferred read-only
get_intent

Intent detail

Inferred read-only
get_address

Unified address stats

Inferred read-only
get_maker

Maker portfolio

Inferred read-only
get_verifier

Verifier stats

Inferred read-only
get_vault

Vault detail, delegated deposits, and config.

Inferred read-only
get_taker

Taker portfolio.

Inferred read-only
get_integrator

Integrator view (ERC-8021 attribution).

Inferred read-only
get_platform

Payment platform view.

Potential side effects
get_delegate

Delegate view.

Inferred read-only
list_deposits

Filtered deposit list.

Inferred read-only
list_intents

Filtered intent list.

Inferred read-only
plan_routes

Plan best routes.

Inferred read-only
get_orderbook

Network orderbook.

Inferred read-only
get_market_summary

Market intelligence snapshot

Inferred read-only
list_activity

Protocol activity feed.

Inferred read-only
list_platforms

Payment platforms metadata

Potential side effects
list_currencies

Supported currencies metadata

Inferred read-only
get_maker_history

Maker history metrics.

Inferred read-only
get_taker_history

Taker history metrics.

Inferred read-only

CONNECT 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.peerlytics]
url = "https://peerlytics.xyz/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "peerlytics": {
      "type": "http",
      "url": "https://peerlytics.xyz/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: peerlytics
Remote MCP URL: https://peerlytics.xyz/api/v1/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": {
    "peerlytics": {
      "url": "https://peerlytics.xyz/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "peerlytics": {
      "type": "http",
      "url": "https://peerlytics.xyz/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "peerlytics",
  "transport": "streamable-http",
  "url": "https://peerlytics.xyz/api/v1/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.