peerlytics
Server Details
ZKP2P analytics on Base: live orderbook, route planning, explorer, and protocol market data.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 20.2% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 28 tools
Most get_* and list_* tools target distinct domain entities, but several high-level analytics endpoints overlap in purpose (get_analytics_summary, get_protocol_overview, get_market_summary, get_timeseries, get_leaderboard), and pairs like get_deposit/get_deposit_context and get_vault/get_vault_analytics create close boundaries. The descriptions clarify the differences, but an agent would need to read carefully to avoid misselection.
The tool set follows a strong verb_noun pattern: get_ for single-entity or detail views, list_ for collections, plus explicit action endpoints like export_trade_log, plan_routes, and search_explorer. All names are snake_case and predictable, with no mixing of conventions.
28 tools is on the heavy side for an MCP server, even for a broad analytics domain. Most tools map to real entities, but the surface is padded by overlapping summary/analytics endpoints and separate detail, context, and analytics variants for the same resources.
The server provides broad read-only coverage of the protocol domain: deposits, intents, makers, takers, vaults, delegates, verifiers, platforms, integrators, orderbook, routes, activity, and search. Minor gaps such as no list_vaults or list_integrators are workable via search/get endpoints, and mutating operations appear out of scope for an analytics-focused server.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
get_orderbook2 fields changed- changed
Input schema / properties / include_gated / descriptionPrevious value: -"Set to 1 to include group-gated deposits in the book, annotated per deposit with allowed_group_ids plus a top-level group_names map. Combined with taker, the payload adds taker_access (whitelisted deposit ids + group memberships) instead of scoping the book. Default (omitted) keeps the public-only book unchanged."New value: +"Set to 1 to include restricted deposits in the book. Payment pairs report whether every taker can use the tuple; protected tuples may still require stake. Combined with taker, the payload adds method-scoped taker_access instead of scoping the book. Default (omitted) keeps the public-only book unchanged." - changed
Input schema / properties / taker / descriptionPrevious value: -"Optional taker wallet address. Scopes the book to deposits whitelisted for that taker; default orderbook results only include public liquidity."New value: +"Optional taker wallet address. Without include_gated, returns only restricted deposit/payment-method tuples that wallet can access. Default results without a taker include public liquidity only."
- Changed
plan_routes1 field changed- changed
Input schema / properties / taker / descriptionPrevious value: -"Optional taker wallet address. Scopes the book to deposits whitelisted for that taker; generic take links are omitted for hooked private liquidity."New value: +"Optional taker wallet address. Scopes routes to exact payment-method access available to that wallet. Access-policy provenance is omitted, and a take link is present only when the selected tuple is executable."
1 tool update
- Added
export_trade_log
1 tool update
- Changed
get_orderbook1 field changed- added
Input schema / properties / include_gatedAdded value: +{ + "description": "Set to 1 to include group-gated deposits in the book, annotated per deposit with allowed_group_ids plus a top-level group_names map. Combined with taker, the payload adds taker_access (whitelisted deposit ids + group memberships) instead of scoping the book. Default (omitted) keeps the public-only book unchanged.", + "enum": [ + "1", + "true" + ], + "type": "string" +}
27 tool updates
- First observed
get_address - First observed
get_analytics_summary - First observed
get_delegate - First observed
get_deposit - First observed
get_deposit_context - First observed
get_integrator - First observed
get_intent - First observed
get_leaderboard - First observed
get_maker - First observed
get_maker_history - First observed
get_market_summary - First observed
get_orderbook - First observed
get_platform - First observed
get_protocol_overview - First observed
get_taker - First observed
get_taker_history - First observed
get_timeseries - First observed
get_vault - First observed
get_vault_analytics - First observed
get_verifier - First observed
list_activity - First observed
list_currencies - First observed
list_deposits - First observed
list_intents - First observed
list_platforms - First observed
plan_routes - First observed
search_explorer
Related MCP Connectors
32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.
On-chain security and market intelligence for trading agents on Base.
Market and on-chain crypto data for AI agents. Pay per call in USDC on Base (x402).
Open API Marketplace for AI Agents. Crypto data tools with USDC payments on Base.
Related MCP Servers
- AlicenseAqualityBmaintenanceReal-time DEX token momentum, orderbook liquidity depth, and whale flows on Base Mainnet gated with gasless x402 micropayments.3MIT
- AlicenseAqualityCmaintenanceArbitrage detection across DEXes on Base. Scan pairs, detect price gaps, estimate profit, simulate flash loan routes.737 npm1MIT

hyperd-mcpofficial
AlicenseAqualityCmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.2329 npm1MIT- AlicenseNot gradedqualityBmaintenanceAgent-native vAMM DEX enabling swaps across USDC, USDCx, USAD, and ALEO with real Base L2 settlement and ZK-private routing.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.