One MCP server
An AI agent connects to PAYWAYS once and can drive every payment/invoicing method in the arsenal — as tool calls. A thin wrapper over the REST API; all the heavy lifting (gateways, webhooks, verification) stays server-side.
The tools
Connect (Claude / any MCP client)
{
"mcpServers": {
"payways": {
"command": "node",
"args": ["packages/mcp/dist/index.js"],
"env": { "PAYWAYS_API_URL": "https://api.payways.doogree.co.il" }
}
}
}Build: pnpm --filter @tpg/mcp build · Run: node packages/mcp/dist/index.js