API Reference
ALL /mcp
Streamable HTTP MCP endpoint exposing zenithpay tools
Endpoint
ALL https://api.usezenithpay.xyz/mcpAuth
Required headers:
Authorization: Bearer zpk_...X-Agent-Address: 0x...
Description
MCP transport endpoint for persistent zenithpay_* tools.
Minimal MCP config
{
"mcpServers": {
"zenithpay": {
"type": "http",
"url": "https://api.usezenithpay.xyz/mcp",
"headers": {
"Authorization": "Bearer zpk_...",
"X-Agent-Address": "0x..."
}
}
}
}