Skip to content

Integrations

PipRail works today as a standalone SDK — gate a server route with requirePayment, pay as a client with PipRailClient, or hand an agent a budget-bound wallet via the MCP server, across every supported chain.

These pages cover first-party integrations that drop PipRail into the frameworks where agents already live — without writing payment code.

IntegrationWhat it gives you
OpenClawA ClawHub skill that hands an OpenClaw agent the full set of PipRail tools (budget-bound), via @piprail/mcp.
HermesA Hermes MCP catalog entry (and Skills Hub skill) — add one mcp_servers block and the agent gets the full set of PipRail tools, budget-bound.
elizaOSA native elizaOS plugin (@piprail/elizaos-plugin) that wraps @piprail/sdk’s paymentTools as six budget-bound agent actions (pay / quote / plan / discover / budget / guide) — add piprailPlugin to your character; no MCP server needed.
n8nA native n8n community node (@piprail/n8n-nodes-piprail) — pay / plan / quote / estimate an x402 URL from any workflow, callable by n8n AI Agent nodes and budget-bound. Install via Settings → Community Nodes.
MastraThe first x402 integration for Mastra — wire @piprail/mcp in via Mastra’s MCPClient and an agent gets the full set of PipRail tools, budget-bound. viem never enters Mastra’s tree.

More framework integrations are on the way. Any MCP client can use PipRail today via the MCP server — see Client setup.