Pirin.ai MCP Server
Connect AI agents to Pirin.ai forms via Model Context Protocol. Works with ChatGPT, Claude, Cursor, Gemini, and any MCP-compatible client.
Available Tools
Optional param: user_name (pre-fill)
A $0.20 submission fee is required via x402 protocol (USDC on Base network).
Required: name, email (work), company, title, company_size.
A $0.20 submission fee is required via x402 protocol (USDC on Base network).
Required: name, email, subject, message.
A $0.20 submission fee is required via x402 protocol (USDC on Base network).
Connect to ChatGPT
- Go to ChatGPT Settings → Connectors → Create
- MCP URL:
https://pirin.ai/api/mcp - Authorize and start using Pirin tools in your conversations
Connect Other AI Clients
Pirin.ai MCP works with any MCP-compatible client. No authentication needed — just pay the $0.20 submission fee via x402.
Add to your Claude config:
{
"mcpServers": {
"pirin-ai": {
"url": "https://pirin.ai/api/mcp"
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"pirin-ai": {
"url": "https://pirin.ai/api/mcp"
}
}
}Use the MCP client library:
npx @modelcontextprotocol/inspector \ http://localhost:3000
Streamable HTTP transport:
Endpoint: https://pirin.ai/api/mcp Transport: Streamable HTTP Auth: None (x402 payment required per call)
Payment via x402
All MCP tools require a $0.20 submission fee paid in USDC on the Base network using the x402 protocol.
How it works:
- Call a tool without an
X-PAYMENTheader - Server responds with error code -32002 and payment requirements
- Pay $0.20 USDC on Base via x402 facilitator
- Retry with
X-PAYMENTheader containing payment proof - Server verifies → executes tool → settles → returns result
For AI agents: Use the @x402/core + @x402/fetch client SDKs to handle payment automatically.
Network: Base mainnet (chain ID 8453) | Amount: $0.20 USDC (200000 atomic units) per submission
Facilitator: x402.org/facilitator (Coinbase public facilitator)
For Developers
MCP endpoint: https://pirin.ai/api/mcp
Protocol: JSON-RPC 2.0 (MCP spec 2024-11-05)
Transport: Streamable HTTP + SSE
Auth: None — x402 payment ($0.20 USDC) required per submission
Dev bypass: Set MCP_DEV_BYPASS=true for localhost testing
Server version: 3.0.0