streamable-httpupdated 2mo ago
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.
What can you do with data247?
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:
{
"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.
Install
Add data247 to your client. Pick the one you use.
claude mcp add --transport http data247 https://mcp.data247.comcodex mcp add data247 --url https://mcp.data247.com{
"mcpServers": {
"data247": {
"url": "https://mcp.data247.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"data247": {
"type": "http",
"url": "https://mcp.data247.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"data247": {
"url": "https://mcp.data247.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"data247": {
"serverUrl": "https://mcp.data247.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 56 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 6, 2026 |