Skip to content
Back to search
100
MCP live http

io.github.logictreeinc/data247

io.github.logictreeinc/data247

Phone carrier lookup, append, verification, DNC, and fraud data services.

Uptime
14.3%
7 probes
Response
353ms
last probe
Tools
27
callable

Tools · 27

lookup_carrier

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…

lookup_carrier_international

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…

list_carrier_phones

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_dnc

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 (…

manage_dnc_list

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…

verify_email

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. …

verify_phone

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…

verify_address

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…

lookup_phone_owner

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…

lookup_phone_name

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…

lookup_email_owner

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

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_email

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.

lookup_zipcode

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 …

reverse_zipcode

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.

lookup_property

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.…

lookup_profile

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…

append_gender

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_ip

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…

screen_signup

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…

match_phone

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…

screen_business_email

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_lead

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…

check_balance

Return the account's current prepaid balance. Free. Use to check available funds before running paid queries.

get_account_rate_card

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…

get_account_usage

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.

get_subclient_usage

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

io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
19 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
5 tools · streamable-http
Direct MCP candidate from registry live
Discovered from registry; probed directly as a possible remote MCP endpoint.
21 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
io.github.TrackingTime/mcp-server live
TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.
26 tools · streamable-http

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"
    }
  }
}