MCP server exposing 2 tools for veriphone.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/veriphone/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
veriphone_verify — Validate a phone number and return whether it is valid, its line type (mobile/fixed_line/voip/etc), carrier, region, country, and canonical formats (E.164, international, local). Pass numbers in E.164 form (e.g. "+14155552671"); for local numbers supply default_country. Example: veriphone_verify({ phone: "+14155552671", _apiKey: "your-key" })veriphone_credits — 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" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/veriphone/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io