zero_mcp_payments
Implement payment integration for AI agents using MCP servers. Learn to charge per tool call, set up payment flows, and configure spending limits for crypto-based transactions.
Instructions
Get MCP server payment integration guide — how to charge AI agents per tool call, payment flow, spending limits.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:598-600 (handler)The tool handler for "zero_mcp_payments", which returns the content of the MCP_PAYMENT_INTEGRATION guide.
def zero_mcp_payments() -> str: """Get MCP server payment integration guide — how to charge AI agents per tool call, payment flow, spending limits.""" return MCP_PAYMENT_INTEGRATION