# xyz.peerlytics/peerlytics (remote · peerlytics.xyz)

ZKP2P analytics on Base: live orderbook, route planning, explorer, and protocol market data.

- Trust score: 63/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `peerlytics.xyz`: 63/100 (this document), [markdown](https://verifymcp.io/servers/xyz-peerlytics-peerlytics/api-v1-mcp.md), [page](https://verifymcp.io/servers/xyz-peerlytics-peerlytics/api-v1-mcp)

## Channel facts

- Endpoint: `https://peerlytics.xyz/api/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 27 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 4857 tokens (~179/item across 27 items; 27 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xyz-peerlytics-peerlytics https://peerlytics.xyz/api/v1/mcp
```

### Codex

```toml
[mcp_servers.xyz-peerlytics-peerlytics]
url = "https://peerlytics.xyz/api/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-peerlytics-peerlytics": {
      "type": "remote",
      "url": "https://peerlytics.xyz/api/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-peerlytics-peerlytics --url https://peerlytics.xyz/api/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-peerlytics-peerlytics:
    url: "https://peerlytics.xyz/api/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-peerlytics-peerlytics": {
      "type": "http",
      "url": "https://peerlytics.xyz/api/v1/mcp"
    }
  }
}
```

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +1)

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

### 2026-07-31 (score 62, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 61, +1)

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

### 2026-07-27 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (27)

### `get_analytics_summary` (~275 tokens)

Investor summary metrics. Without params: cumulative MTD/QTD/YTD/all-time summary buckets. With `from`/`to`/`range`: returns a windowed `{ window, summary, composition, comparison }` payload computed live from the indexer. Optional `compare=prior_period|prior_year` adds a delta block. Hard cap: 400-day window.

Input parameters:

- `compare` (string): Adds a `comparison` block computed against the prior period (same length, immediately preceding) or the prior year (shifted back 365 days).
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

### `get_protocol_overview` (~233 tokens)

Investor diligence overview. Investor-focused protocol diligence payload. Pass a `range` shortcut for cached buckets (`mtd`/`ytd`/`all`) or a non-default shortcut (`last_7d`, `qtd`, ..) for a live windowed compute. Includes growth, throughput, liquidity quality, concentration, and protocol mix.

Input parameters:

- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

### `get_leaderboard` (~297 tokens)

Maker/taker leaderboard. Without params: cumulative leaderboard backed by MakerStats/TakerStats. With `from`/`to`/`range`: per-window indexer compute. Hard cap: 400-day window.

Input parameters:

- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `limit` (integer): Max results per list (default: 20, max: 100).
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

### `get_vault_analytics` (~259 tokens)

Vault and delegated liquidity overview. Without params: cumulative rate-manager analytics including delegated AUM, delegation adoption, fee volume, daily AUM/fee series, and per-vault summaries. With `from`/`to`/`range`: per-vault rollup (`fees_earned_usd`, `volume_routed_usd`, `aum_change_usd`, `delegator_change`) computed from daily snapshots inside the window. Supports API key auth and x402.

Input parameters:

- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

### `get_timeseries` (~356 tokens)

Historical time-series. Hour or day buckets of deposits created, intents signaled, or fulfilled volume. 60 credits per call. Pass `group_by=platform|currency|maker|verifier` to receive a multi-series payload (`series[]`) instead of a single global `buckets` array.

Input parameters:

- `currency` (string): Repeatable or comma-separated currency codes.
- `entity` (string, required): Which series to aggregate.
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `granularity` (string): Bucket size (default: day).
- `group_by` (string): Multi-series grouping. When set, the response returns `series[]` (up to 25 keys ordered by total value) instead of a single `buckets` array.
- `maker` (string): Repeatable or comma-separated maker (depositor) addresses.
- `platform` (string): Repeatable or comma-separated platform ids (analytics treats as verifier alias).
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.
- `verifier` (string): Repeatable or comma-separated verifier addresses.

### `search_explorer` (~141 tokens)

Search intents, deposits, or addresses

Input parameters:

- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `limit` (integer): Max number of results to return.
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `q` (string, required)
- `role` (string): Optional role filter: taker, recipient, verifier.
- `type` (string): Optional override: tx_or_hash, address, deposit_id.

### `get_deposit` (~104 tokens)

Deposit detail

Input parameters:

- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `id` (string, required)
- `limit` (integer): Max intents to return (default: 100).
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.

### `get_deposit_context` (~49 tokens)

Deposit agent context. Compact deposit workbench context for agents and integrators: route facts, trust signals, and next-action links without loading the full explorer payload.

Input parameters:

- `id` (string, required)

### `get_intent` (~19 tokens)

Intent detail

Input parameters:

- `hash` (string, required)

### `get_address` (~104 tokens)

Unified address stats

Input parameters:

- `address` (string, required)
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `limit` (integer): Max results to return (default: 100).
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.

### `get_maker` (~19 tokens)

Maker portfolio

Input parameters:

- `address` (string, required)

### `get_verifier` (~105 tokens)

Verifier stats

Input parameters:

- `address` (string, required)
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `limit` (integer): Max results to return (default: 50).
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.

### `get_vault` (~75 tokens)

Vault detail, delegated deposits, and config. Detailed rate-manager explorer view with delegated deposits, oracle configs, floor configs, and historical snapshots. Supports API key auth and x402.

Input parameters:

- `days` (integer): Number of snapshot days to return (default: 30, max: 365).
- `id` (string, required)

### `get_taker` (~43 tokens)

Taker portfolio. Volume bought, fulfilled intents, currency and platform allocations, daily activity, and recent intents for a taker wallet.

Input parameters:

- `address` (string, required)

### `get_integrator` (~93 tokens)

Integrator view (ERC-8021 attribution). Aggregated activity for an ERC-8021 integrator code: deposits created, intents, volume, top makers, top markets, daily activity. Resolves attribution from calldata. Window is fixed at 90 days because that is the only window currently materialized — the legacy `windowDays` parameter (single-value enum) was retired.

Input parameters:

- `code` (string, required)

### `get_platform` (~63 tokens)

Payment platform view. Deposits, unique makers, unique takers, fulfilled intents, volume, and currency breakdown for a payment platform.

Input parameters:

- `platform` (string, required)
- `window_days` (integer): Lookback window in days (default 90, max 365).

### `get_delegate` (~41 tokens)

Delegate view. Deposits delegated to this address, liquidity under management, rate managers, success rate, and a full deposit list.

Input parameters:

- `address` (string, required)

### `list_deposits` (~469 tokens)

Filtered deposit list. Filtered deposit search. At least one filter is required: provide one of `depositor`, `delegate`, `platform`, `currency`, OR a date window (`from`/`to`/`range`). When a window is supplied the server filters on deposit creation `timestamp` and the response echoes a `window` block. Market rows include DRM and oracle pricing fields (`manager_rate`, `manager_fee`, `rate_source`, `rate_manager_id`, `oracle_rate`, `effective_oracle_rate`, `adapter`, `kind`, `is_oracle_backed`, `oracle_source`, `spread_bps`, `is_delegated`).

Input parameters:

- `accepting` (boolean): Filter by accepting intents.
- `currency` (string): Repeatable or comma-separated currency codes.
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `delegate` (string): Delegate address.
- `depositor` (string): Maker address.
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `limit` (integer): Max number of results to return.
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `platform` (string): Repeatable or comma-separated platform ids (analytics treats as verifier alias).
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `sort` (string): Sort direction by canonical timestamp. Default: `desc`.
- `status` (string)
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

### `list_intents` (~440 tokens)

Filtered intent list. Filtered intent search. At least one filter is required: provide one of `taker`, `recipient`, `verifier`, `deposit_id`, `status`, OR a date window (`from`/`to`/`range`). Default sort is `signal_timestamp desc`. The legacy aliases (`owner` for `taker`, `to_address` for `recipient`) were retired on 2026-04-30 — use the canonical names.

Input parameters:

- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `deposit_id` (string): Repeatable or comma-separated deposit IDs.
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `limit` (integer): Max number of results to return.
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `recipient` (string): Recipient address (replaces the legacy `to_address` alias).
- `sort` (string): Sort direction by canonical timestamp. Default: `desc`.
- `status` (string): Repeatable or comma-separated. Accepts fulfilled/completed/pruned/signaled.
- `taker` (string): Taker address (replaces the legacy `owner` alias).
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.
- `verifier` (string)

### `plan_routes` (~234 tokens)

Plan best routes. Ranks visible orderbook routes for a requested USDC amount using exact per-deposit availability and intent bounds. Returns deterministic single, multi_intent, or partial allocation legs. A public take link exists only for a currently executable single leg and preserves the requested amount and payment pair. Single-leg routes include exact-pair trailing-30-day execution evidence. Historical execution evidence does not influence ranking until separately backtested and enabled.

Input parameters:

- `amount_usd` (number): Requested USDC amount. Routes that can fill the amount rank above partial routes.
- `currency` (string): Filter by fiat currency code (e.g. USD, GBP, EUR).
- `limit` (integer): Maximum planned routes to return (default: 5, max: 25).
- `min_size` (number): Minimum USD liquidity per orderbook level (default: 50).
- `platform` (string): Filter by payment platform. May be repeated.
- `taker` (string): Optional taker wallet address. Scopes the book to deposits whitelisted for that taker; generic take links are omitted for hooked private liquidity.

### `get_orderbook` (~148 tokens)

Network orderbook. Full orderbook with rate levels, exact per-deposit availability, intent bounds and payment pairs, 24h activity, global stats, FX mid-rates, and DRM-aware metadata.

Input parameters:

- `currency` (string): Filter by fiat currency code (e.g. USD, GBP, EUR). Without filter, returns top 6 currencies by liquidity.
- `min_size` (number): Minimum USD liquidity per orderbook level (default: 50).
- `platform` (string): Filter by payment platform.
- `taker` (string): Optional taker wallet address. Scopes the book to deposits whitelisted for that taker; default orderbook results only include public liquidity.

### `get_market_summary` (~149 tokens)

Market intelligence snapshot

Input parameters:

- `currency` (string): Repeatable or comma-separated currency codes.
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `include_rates` (boolean): Include individual rate entries.
- `limit` (integer): Max results to return (default: 200, max: 500).
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `platform` (string): Repeatable or comma-separated platform ids (analytics treats as verifier alias).

### `list_activity` (~355 tokens)

Protocol activity feed. Recent protocol events. Pass `since` (lower bound) and `to` (upper bound) for an explicit window, or `range` for a shortcut. The response includes `next_cursor` whenever `has_more=true`; pass it back as `cursor` to walk older events without offset drift.

Input parameters:

- `address` (string): Filter by any address involved
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `deposit_id` (string)
- `depositor` (string)
- `intent_hash` (string)
- `limit` (integer): Max number of results to return.
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `recipient` (string)
- `since` (string): Lower bound for event timestamps (unix seconds, ms, or ISO). Replaces the legacy `after` alias.
- `taker` (string)
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.
- `type` (string): Repeatable event types

### `list_platforms` (~13 tokens)

Payment platforms metadata

### `list_currencies` (~13 tokens)

Supported currencies metadata

### `get_maker_history` (~295 tokens)

Maker history metrics. Without window params: lifetime aggregates and a `recent` window of 30 newest intents. With `from`/`to`/`range`: every metric recomputes for the period.

Input parameters:

- `address` (string, required)
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `limit` (integer): Max number of results to return.
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

### `get_taker_history` (~307 tokens)

Taker history metrics. Same window/pagination semantics as `/api/v1/makers/{address}/history`. Within a window `intents.{total,fulfilled,pruned,volume_usd}` reflect the period only; cumulative responses fall back to lifetime TakerStats.

Input parameters:

- `address` (string, required)
- `cursor` (string): Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint.
- `from` (string): Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied.
- `limit` (integer): Max number of results to return.
- `offset` (integer): Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate.
- `range` (string): Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retir…
- `to` (string): Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-peerlytics-peerlytics/api-v1-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 60
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://peerlytics.xyz/api/v1/mcp
- Website: https://peerlytics.xyz/developers
- Changelog RSS feed: https://verifymcp.io/servers/xyz-peerlytics-peerlytics/api-v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-peerlytics-peerlytics/api-v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-peerlytics-peerlytics/api-v1-mcp
