Parallel MCP

ข้อมูล stablecoin แบบเรียลไทม์จาก Parallel Protocol — อุปทาน USDp, ผลตอบแทน sUSDp, ราคาเสนอ mint — และการสร้างธุรกรรมที่ไม่ได้ลงนามสำหรับ AI agents ให้บริการผ่านระยะไกลด้วย Streamable HTTP โดยไม่ต้องใช้ API key และไม่ต้องลงนาม

เอกสาร

Connect your AI to Parallel

The Parallel MCP server lets any AI assistant read the protocol and prepare transactions for you: live TVL and savings rates, mint and redeem quotes, bridge transfers, staking — 36 tools behind one URL.

Zero config. Never signs. There is no API key, no account and no private key to provide. Read tools return live on-chain data; write tools return unsigned transaction data that you review and sign in your own wallet. The server cannot move funds — yours or anyone's.

1. Connect

Claude Code — one command:

claude mcp add --transport http parallel https://mcp.parallel.best/mcp

Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS), then restart the app:

{
  "mcpServers": {
    "parallel": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.parallel.best/mcp"]
    }
  }
}

parallel appears in Settings → Developer with a green status.

Any other MCP client — point it at https://mcp.parallel.best/mcp with the Streamable HTTP transport.

2. Try it

Ask in plain language — the assistant picks the right tools:

Give me a full overview of the Parallel Protocol

Total TVL, USDp supply, the savings APY and the proof-of-solvency ratio, in one answer.

What's the current sUSDp savings rate?

The live protocol-wide APY (around 12% at the time of writing), the exchange rate and total deposits per chain.

Quote me a mint of 500 USDp with USDC on Base

Expected output, fees and price impact — a read, nothing to sign.

Deposit 100 USDp into savings on Base, receiver 0xYourAddress

An unsigned transaction (plus an approval if needed) ready to review and sign in your wallet — see how transactions work.

Trust model

The serverYour wallet
Reads on-chain data through public RPCs
Builds and simulates unsigned transactionsReviews, signs and submits every transaction
Warns before risky operations (slippage, penalties, lost boosts)Decides
Holds no keys, no funds, no user accountsHolds the keys

The endpoint is public and unauthenticated by design: there is nothing to steal and nothing to configure.

Next steps