# Data247 — MCP server on mcp.ai > Connect your Data247 account and use 24 tools for developer tools straight from your AI agent. Connect with your own API key. Data247 is a simple, and secure on-demand data platform that provides businesses with a wide-range of data lookup services. By: mcp.ai · official Page: https://mcp.ai/data247 ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_data247?ms=1787293740000 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/data247/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/data247/ 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/data247/skill.md Postman collection (v2.1): https://mcp.ai/data247/postman.json ## Tools - data247_append_email2(zip?: string, city?: string, fname?: string, lname?: string, state?: string, address?: string) — Tool to find email addresses associated with name and postal address using Append247 service. Use when you need to discover the email address for a contact given their name and address details (all fi - data247_append_gender(out?: string, fname: string) — Tool to determine a person's probable gender based on their first (given) name. Use when you need to infer gender from a first name with confidence percentage. - data247_append_name(out?: string, phone: string) — Tool to get CNAM (Caller Name Delivery) data for a phone number. Use when you need to find the registered owner name associated with a phone number from carrier-grade telco data. - data247_append_phone(zip: string, city: string, state: string, address: string, lastname: string, firstname: string) — Tool to append phone numbers to contact records using name and address. Use when you need to find phone numbers (business or residential) associated with a person's name and address. Returns primary p - data247_append_profile(zip?: string, city?: string, state?: string, address?: string, lastname?: string, firstname?: string) — Tool to retrieve comprehensive consumer profile data including identity, contact information, demographics, property, and vehicle details. Use when you need detailed profile enrichment for a person ba - data247_append_property_data(out?: string, zip: string, city: string, state: string, address: string) — Tool to retrieve comprehensive property data including home stats, ownership information, financials and foreclosure data. Use when you need detailed property information for any US address. - data247_append_reverse_email(email: string) — Tool to perform reverse email lookup and retrieve contact information. Use when you need to find the name, phone, and address associated with an email address. Returns personal identifiers, contact de - data247_append_reverse_phone(phone: string) — Tool to perform reverse phone lookup and retrieve name and address information. Use when you need to find the contact details associated with a phone number. Returns personal identifiers, address comp - data247_append_reverse_zipcode(zip: string, plus4?: string) — Tool to get formatted address components from a zipcode. Use when you need to retrieve city, state, county, congressional district, timezone, and other location data for a given 5 or 9 digit zipcode. - data247_append_zipcode2(zip?: string, city?: string, state?: string, address?: string, lastname?: string, firstname?: string) — Tool to lookup zipcode for an address based on city and state. Use when you need to obtain zipcodes for a location specified by city and state, with optional street address for more precise results. - data247_balance_inquiry() — Tool to check Data247 account balance and remaining credits. Use when you need to verify available credits before making API requests. - data247_carrier_type(phone: string) — Tool to determine carrier type for USA and Canadian phone numbers. Use when you need to identify if a phone number is a Mobile, Landline, or VOIP line. Returns the carrier type classification for the - data247_dnc_add(phone: string) — Tool to add phone numbers to your internal do-not-call (DNC) list. Use when you need to mark phone numbers that should not be contacted. Returns confirmation with action status 'ADDED' for successfull - data247_dnc_check(phone: string) — Tool to check if a phone number exists in Federal or internal Do-Not-Call list. Use when you need to verify if a phone number is safe to dial or if it's on a DNC list. Returns status indicating whethe - data247_dnc_remove(phone: string) — Tool to remove phone numbers from your internal do-not-call (DNC) list. Use when you need to unmark phone numbers that were previously marked as do-not-call. Returns confirmation with action status 'R - data247_locate_ip_address(ip: string) — Tool to get geolocation data for IPv4 addresses including city, state, country, and coordinates. Use when you need to determine the geographic location of an IP address worldwide. - data247_lookup_carrier_usa(phone: string) — Tool to look up carrier information for USA and Canadian phone numbers including carrier name, SMS/MMS gateway addresses, and wireless status. Use when you need to determine if a phone is wireless, ge - data247_lookup_international_carrier(phone: string) — Tool to get carrier information for international phone numbers worldwide. Use when you need to obtain carrier name, wireless status, country, and ISO country code for international numbers. Note: SMS - data247_text_at(phone: string) — Tool to get carrier information, wireless status, and email-to-SMS/MMS gateway addresses for USA and Canadian phone numbers using the Text@ service. Use when you need to obtain carrier name, determine - data247_trust_phone(phone: string) — Tool to check if a phone number is on SPAM callers list. Use when you need to verify if a phone number has been reported as spam or fraud. Returns spam risk level (Low, Medium, or High) and reason for - data247_trust_user_identity(ip?: string, zip?: string, city?: string, email?: string, phone?: string, state?: string, address?: string, lastname?: string, firstname?: string) — Tool to verify user signup legitimacy and detect account creation fraud. Use when you need to check if a new user signup is from a legitimate user or a fraud attempt. Returns a trust score (1-100) and - data247_verify_email(email: string) — Tool to verify email address format and mailbox existence. Use when you need to validate that an email address is properly formatted and has a working mailbox. Also identifies free accounts and dispos - data247_verify_phone(phone: string) — Tool to verify if a phone number is in-service and accepts inbound calls. Use when you need to validate phone number active status with confidence level. Returns whether the phone is active (YES/NO) a - data247_verify_postal_address(zip?: string, city?: string, state?: string, address: string) — Tool to verify and correct USA postal addresses to USPS standards. Use when you need to validate an address and get corrected components including street, city, state, ZIP, and detailed location data. ## Example prompts - "What can I do in Data247?" - "Show me a summary of my Data247 account" ## Links Docs: https://mcp.ai/docs/mcps/data247 Website: https://mcp.ai/mcps/data247