forgingblock/forgingblock-claude
Quickly integrate Claude with ForgingBlock to enable AI-driven crypto payments via MCP
Platform-specific configuration:
{
"mcpServers": {
"forgingblock-claude": {
"command": "npx",
"args": [
"-y",
"forgingblock-claude"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Quickly integrate Claude with ForgingBlock to enable AI-driven crypto payments via MCP.
You can connect to the MCP server without authentication to inspect available tools:
claude mcp add --transport http forgingblock https://api.forgingblock.io/mcpThen list available tools:
\toolsExample output:
ForgingBlock (MCP)
- create_order — Create a new payment order
- create_payment — Resolve a checkout into blockchain payment routes
- verify_payment — Verify invoice payment status***
To create and manage orders, you need an API token:
[Dashboard](https://dash.forgingblock.io) → Account Settings → Integrations → API Token
> Note: Pass that step if you interested only in payment agent
***
claude mcp remove forgingblock
claude mcp add --transport http forgingblock https://api.forgingblock.io/mcp \
--header "Authorization: Bearer YOUR_API_KEY"***
create order named pay coffee for $3.50Example response:
● forgingblock - create_order (MCP)(title: "pay coffee", price_amount: "3.50", price_currency: "USD")
⎿ {
"orderId": "37d6c1cf-b496-4020-9146-09a3178d991e",
"invoiceId": "65079016-6c96-4a8c-a7ee-92890dd4fd4d",
...
}
● Order created successfully:
- Title: pay coffee
- Amount: $3.50 USD
- Order ID: 37d6c1cf-b496-4020-9146-09a3178d991e
- Status: new
- Checkout URL: https://api.forgingblock.io/api/v1/checkout?id=c25385f5-6681-41a8-a420-1c14d7d47cb0
- Expires: 2026-03-17 04:46 UTCpay checkout https://api.forgingblock.io/api/v1/checkout?id=2f1851eb-19f4-469a-9bd8-60cb31b66f1dClaude constructs and retry correct query automatically:
Error: Either id or Loading reviews...