Skip to main content
The Syntalic MCP server lets AI agents call the Pricing Intelligence API as native tools. The MCP handles wallet setup, multi-chain payment routing, and protocol negotiation automatically — you ask Claude a pricing question, the MCP pays and returns the answer.

Install

The interactive setup walks through:
  1. Generating a multi-chain wallet (Solana + EVM), or skipping if you want to bring your own keys
  2. Wiring the MCP into Claude Code
After setup, fund the wallet with USDC on any of Solana, Base, or Tempo:
Per-query pricing is $0.01–$0.02, so a few dollars buys hundreds of queries.
Use a dedicated agent wallet, not your primary wallet. The MCP only needs a small balance to operate.

Bring your own keys

Skip the auto-generated wallet by setting both env vars before running setup:
When both are set, the wallet file is ignored entirely. Both env vars are required together — setting only one is an error.

Manual MCP config

If your client doesn’t support automatic MCP setup, add this to your MCP config:

Multi-chain routing

The MCP holds USDC across Solana, Base, and Tempo. On every call, it tries chains in order (Solana → Base → Tempo) and uses the first one with sufficient balance. You don’t need to think about which chain to fund — top up wherever’s convenient. If a chain’s RPC is rate-limited or down, the MCP attempts payment anyway rather than blocking on RPC health. Requests never hang.

Configuration

CLI commands

What’s next

Available tools

The 13 pricing tools the MCP exposes, with example prompts.

Direct HTTP

Skip the MCP and call the API directly with x402.