MCP server exposing 2 tools for numverify.
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/numverify/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
numverify_validate — Validate a phone number and look up its carrier, line type (mobile/landline), country, and location. Returns international/local formats too. Accepts E.164 (e.g. "+14158586273") or a local number with country_code. Example: numverify_validate({ number: "14158586273", _apiKey: "your-key" })numverify_countries — List the countries supported by Numverify, with their ISO country code, name, and international dialing prefix. Example: numverify_countries({ _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/numverify/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io