zero_x402_integration
Integrate HTTP 402 payment protocol for paywalls and per-tool pricing with server middleware and client auto-pay functionality.
Instructions
Get x402 HTTP payment protocol integration guide — server middleware (Python/JS), client auto-pay, 402 response format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:592-594 (handler)The tool handler for "zero_x402_integration", which returns the content of the X402_INTEGRATION documentation string.
def zero_x402_integration() -> str: """Get x402 HTTP payment protocol integration guide — server middleware (Python/JS), client auto-pay, 402 response format.""" return X402_INTEGRATION