# Veriphone — MCP server on mcp.ai > Connect your Veriphone account and use 2 tools for developer tools straight from your AI agent. Connect with your own API key. Veriphone is a REST-based JSON API that provides phone number validation services, allowing developers to verify the validity, type, carrier, and region of phone numbers. By: mcp.ai · official Page: https://mcp.ai/veriphone ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_veriphone?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/veriphone/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/veriphone/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/veriphone/skill.md Postman collection (v2.1): https://mcp.ai/veriphone/postman.json ## Tools - veriphone_get_example_phone_number(type?: string, purpose?: string, country_code: string) — Tool to retrieve an example phone number for a specified country and type. Use after confirming the country code. Example: 'Get an example mobile number for US'. - veriphone_verify_phone_number(phone: string) — Tool to verify if a phone number is valid. Use when you need to confirm formatting, region, and carrier details. ## Example prompts - "What can I do in Veriphone?" - "Show me a summary of my Veriphone account" ## Links Docs: https://mcp.ai/docs/mcps/veriphone Website: https://mcp.ai/mcps/veriphone