veriphone_credits

Pack: veriphone · Endpoint: https://gateway.pipeworx.io/veriphone/mcp

Check the remaining verification credits / quota for your Veriphone API key — usage counter, plan limit, and pay-as-you-go balance. Example: veriphone_credits({ _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
_apiKeystringyesYour Veriphone API key (free signup at https://veriphone.io/signup).

Example call

curl -X POST https://gateway.pipeworx.io/veriphone/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"veriphone_credits","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "veriphone": {
      "url": "https://gateway.pipeworx.io/veriphone/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026