# Realphonevalidation — MCP server on mcp.ai > Connect your Realphonevalidation account and use 10 tools for phone and SMS straight from your AI agent. Connect with your own API key. RealPhoneValidation offers real-time phone number validation services, providing information on connectivity, phone type, carrier, and more. By: mcp.ai · official Page: https://mcp.ai/realphonevalidation ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_realphonevalidation?ms=1787291340000 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/realphonevalidation/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/realphonevalidation/ 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/realphonevalidation/skill.md Postman collection (v2.1): https://mcp.ai/realphonevalidation/postman.json ## Tools - realphonevalidation_check_fraud(phone: string, output?: string) — Tool to check phone number for fraud risk using Fraud Check API. Provides a phone risk score and many actionable data points including phone type, carrier, location, and recommendation (block, flag, a - realphonevalidation_email_verify(email: string, token: string, output?: string) — Tool to validate an email address and check connectivity and disposability. Use after gathering an email to ensure it's deliverable and not disposable. - realphonevalidation_lookup_dnc(phone: string, token: string, output?: string) — Tool to check Do Not Call list status for US phone numbers. Determines if number is on National, State, or DMA Do Not Call lists, identifies cell vs landline, and checks for known TCPA litigators. Req - realphonevalidation_rpv_active(phone: string, token: string, output?: string) — Tool to determine if a phone number is active on a valid phone service provider. Use after collecting the user's phone number for real-time verification. - realphonevalidation_rpv_reassigned_number_lookup(phone: string, token: string, output?: string, contact_date: string) — Tool to check if a phone number has been reassigned since a given consent date. Use when verifying number ownership status after obtaining user consent. - realphonevalidation_rpv_scrub_plus(phone: string, token: string) — Tool to scrub a phone number for connection status and type. Use to validate a US phone number's status and line type. - realphonevalidation_rpv_wireless_id(phone: string, token: string, output?: string) — Tool to identify whether a US phone number is landline or wireless. Use when conducting TCPA compliance checks. - realphonevalidation_validate_phone_scrub(phone: string, token: string, output?: string) — Tool to validate US phone numbers using budget-friendly Scrub API. Determines connectivity status quickly (under 2 seconds). Best for organizations with large lists/databases on tight budgets that onl - realphonevalidation_validate_phone_turbo_standard(phone: string, token: string, output?: string) — Tool to perform real-time US phone validation using Turbo Standard API. Provides connection status and phone type (Mobile, Landline, VoIP). Optimized for web forms and apps when only connection status - realphonevalidation_validate_phone_turbo_v3(phone: string, output?: string) — Tool to perform comprehensive real-time phone validation using Turbo V3 API. Returns connection status, phone type (landline, cell, VoIP), carrier ID, caller name (when available), and caller type (co ## Example prompts - "What can I do in Realphonevalidation?" - "Show me a summary of my Realphonevalidation account" ## Links Docs: https://mcp.ai/docs/mcps/realphonevalidation Website: https://mcp.ai/mcps/realphonevalidation