← parallel.best

INDIVIDUAL MCP TOOL

get_protocol_overview

Returns a complete snapshot of the Parallel Protocol state across all 24 chains.

parallel.bestnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.parallel.best/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_protocol_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

parallel.best

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.parallel-mcp]
url = "https://mcp.parallel.best/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "parallel-mcp": {
      "type": "http",
      "url": "https://mcp.parallel.best/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "parallel-mcp": {
      "type": "http",
      "url": "https://mcp.parallel.best/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "parallel-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.parallel.best/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_supply — Returns total and circulating supply of a Parallel Protocol token.
  • get_tvl — Returns Total Value Locked in the Parallelizer across all chains or a specific chain.
  • get_backing_composition — Returns detailed breakdown of collateral backing USDp.
  • get_supported_chains — Returns all 24 chains supported by the Parallel Protocol with their status and contract addresses.
  • get_supported_collaterals — Returns all whitelisted collaterals on a given chain with their parameters.
  • get_fee_rates — Returns adaptive fee schedule for mint/redeem operations.
  • get_savings_rate — Returns current sUSDp savings rate (APY), exchange rate, and historical rates.
  • get_proof_of_solvency — Proves that total collateral backing >= total USDp supply across all chains.