Back to the catalog

io.github.LogicTreeInc/data247

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
logictreeinc
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Last push
2026-07-06T17:44:26Z
Repository state
ativo
Added
2026-08-29 03:02:01
Updated
2026-08-29 03:02:01
Origin id
io.github.LogicTreeInc/data247

README

# Data247
 
Data247 offers API and MCP access to phone, email, identity, address, and compliance data services — including phone carrier lookup, phone/email append and reverse append, CNAM lookup, IP geolocation, Do-Not-Call, phone and email verification, fraud detection, and more.
 
Our USA/Canada carrier lookup and USA Do-Not-Call services run on **proprietary on-site data** for low latency and high reliability.
 
- **Sign up:** https://www.data247.com/register/main
- **API documentation:** https://www.data247.com/api_user_manual
- **MCP documentation:** https://www.data247.com/connectors
## Connect (MCP)
 
Remote server, Streamable HTTP transport, Bearer auth with your Data247 API key. Standard client config:
 
```json
{
  "mcpServers": {
    "data247": {
      "url": "https://mcp.data247.com",
      "headers": {
        "Authorization": "Bearer YOUR_DATA247_API_KEY"
      }
    }
  }
}
```
 
Each customer authenticates with their own key; billing draws on your existing prepaid balance. Get a key at **Account → API Key**.
 
## Data Services
 
Each service has a two/three-letter API code (used in the REST API) and a corresponding MCP tool.
 
### Carrier & Messaging
- **CU** — Carrier247 (USA/Canada): carrier name/ID, wireless flag, line type, email-to-SMS/MMS gateway addresses *(on-site data)*
- **CI** — Carrier247 (International): carrier name/ID, country, ISO country code
- **CT** — Phone Type: mobile / landline / VOIP
- **MT** — Text@: email-to-SMS/MMS gateway addressing
### Verification
- **VP** — Phone verification: active/in-service check with confidence level
- **VE** — Email verification: deliverability, free-provider and disposable detection
- **VA** — Postal address verification: USPS validation and standardization
### Append / Enrichment
- **AP** — Phone append: phone(s) from name + address
- **AE** — Email append: email from name + address
- **APR** — Reverse phone append: name + address from a phone number
- **AER** — Reverse email append: name + address from an email
- **AN** — CNAM / Name append: name on a phone line
- **AG** — Gender append: probable gender from a first name
- **AZ** — Zipcode: ZIP + standardized components from city/state
- **AZR** — Reverse zipcode: location info from a ZIP
- **ARE** — Property / Real estate: owner, value, sale history, foreclosure, equity
- **AR** — Profile: deep consumer profile (demographics, employment, assets)
### Geolocation
- **GI** — IP geolocation: location plus proxy/VPN/TOR and threat signals
### Do-Not-Call / Compliance
- **DC** — DNC check: Federal + internal DNC status *(on-site data)*
- **DA** — DNC add: add a number to your internal DNC list
- **DR** — DNC remove: remove a number from your internal DNC list
### Fraud & Identity
- **TI** — Signup screening: 1–100 legitimacy score with cross-check details
- **VO** — Phone match: confirm a phone belongs to a given person or company
- **Business email screening**: score a signup email as business vs. free/disposable/throwaway
## Account & Utility (free)
 
- **B** — Balance: current prepaid balance
- **QR** — Rate card: access flags, DNC-authorized area codes, per-service rates
- **QU** — Usage: spend and query counts by service
- **SC** — Subclient usage: usage attributed to a named sub-account
---
 
© Data247. See https://www.data247.com for terms and pricing.


More