INDIVIDUAL MCP TOOL
peer_market_meta_platforms
List supported payment platforms from Peerlytics with method hashes.
LIVE ENDPOINT
https://mcp.peer.xyz/mcp
Connect to this endpoint to inspect the live schema for peer_market_meta_platforms and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.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.
Related tools
peer_quote— Get fiat-to-USDC exchange quotes.peer_payee_resolve_hash— Resolve a payee hash from on-chain deposit data.peer_deposit_list— List deposits owned by the configured wallet or explicit owner.peer_deposit_show— Show a single deposit by deposit ID.peer_deposit_show_many— Show multiple deposits by ID.peer_pv_deposit_show— Fetch a deposit directly from ProtocolViewer.peer_pv_deposit_show_many— Fetch multiple deposits directly from ProtocolViewer.peer_pv_deposit_list_owner— Fetch deposits for an owner directly from ProtocolViewer.