io.github.logictreeinc/data247
io.github.logictreeinc/data247Phone carrier lookup, append, verification, DNC, and fraud data services.
Tools · 27
Identify the carrier for a US or Canadian phone number. Returns carrier name and ID, a wireless flag, line type (mobile/landline/VOIP), and the email-to-SMS and email-to-MMS gateway addresses when ava…
Identify the carrier for a phone number outside the US/Canada. The number must include its country code. Returns carrier name and ID, the country, and the ISO 3166 two-letter country code. Use for int…
Return the phone numbers associated with a carrier, identified by its carrier_id (as returned by lookup_carrier). Use when you need the set of numbers belonging to a specific carrier. This can return …
Check a US phone number against the Federal Do-Not-Call registry and the account's internal DNC list before calling or texting. Returns one of: OK-TO-DIAL, FEDERAL DNC, INTERNAL DNC, or UNAUTHORIZED (…
Add or remove a phone number on the account's internal Do-Not-Call list. Use action 'add' when someone opts out or requests no further contact, and 'remove' to reverse it. Returns a confirmation of AD…
Check whether an email address is valid and deliverable. Returns whether it is valid, the reason, whether it is a free provider (gmail, yahoo, etc.), and whether it is a disposable/temporary address. …
Check whether a phone number is active and able to receive calls. Returns an active flag (YES/NO) and a confidence level (high/low). A YES with high confidence is most likely reachable; a NO with high…
Validate and standardize a US postal address against USPS standards. Returns whether the address is valid plus corrected and standardized fields (street components, city, state, ZIP+4, county, and rel…
Find the name and address associated with a phone number (reverse phone append). Returns name, address, email, business name, and gender where available. Use to identify who a number belongs to. Accep…
Find the name on a phone line (CNAM / caller-ID name). Returns the subscriber's name when available; when no name is on file it returns the city/state tied to the number instead. Does NOT return a pos…
Find the name and address associated with an email address (reverse email append). Returns name, phone, address, business, and gender where available. Use to identify who an email belongs to.
Find phone number(s) for a person or business given their name and address. Provide the name either as fname plus lname, or as a single full name. Returns the contact's phone with its line type, plus …
Find the email address for a person or business given their name and address. Provide the name either as fname plus lname, or as a single full name. Returns the contact's email.
Find the ZIP code and standardized address components for a US city/state (and optional street address). Returns the ZIP, ZIP+4, street components, county, area code, timezone, and related fields. US …
Look up information about a US ZIP code. Given a 5- or 9-digit ZIP, returns city, state, county, area code, timezone, congressional district, and related fields. US only.
Look up property data for a US street address. Returns owner name, assessed value, last sale price and date, beds/baths, building and lot area, year built, foreclosure status, equity, and parcel info.…
Return a deep consumer profile for a person, given any combination of phone, name, address, and email. Returns demographic, employment, and asset information. This is the broadest and most expensive e…
Return the probable gender for a person based on their first (given) name. Returns the gender (MALE or FEMALE) and a percentage likelihood that it is correct. Provide either fname or a full name.
Geolocate an IP address and assess its risk. Returns city, state, country, ZIP, latitude/longitude, area code, and timezone, plus security signals: proxy, VPN, TOR, relay, cloud-provider, and known-ab…
Assess whether a new-account signup is likely legitimate or fraudulent. Given the identity details supplied at signup, returns a 1-100 legitimacy score (under 50 is suspicious, over 80 is likely legit…
Determine whether a phone number plausibly belongs to a given person or company. Checks the line (carrier + in-service for mobiles) and compares the name on the line to the name/company you supply. Re…
Decide whether a signup email belongs to a real person at a legitimate business, so you can reject free, personal, disposable, or throwaway addresses at account signup. Given an email (and optionally …
Validate a contact before outreach in a single call. Given a phone and/or email, confirms the phone is active, confirms the email is deliverable, and checks the phone against Federal and internal Do-N…
Return the account's current prepaid balance. Free. Use to check available funds before running paid queries.
Return the calling account's balance, access flags, DNC-authorized area codes, and the per-service billing rate for every data service this key can use. Call this to find out what an operation costs b…
Return this account's API usage and spend over a time period: total spend, total query count, and a per-service breakdown. The period defaults to the current month if omitted. Free.
Return usage for a specific subclient (sub-account) for a given year and month, broken down by product. Free. Use when usage must be attributed to a named subclient.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.logictreeinc/data247": {
"url": "https://mcp.data247.com/mcp",
"transport": "http"
}
}
}