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.
O que dá para fazer com 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.
Instalação
Adicione data247 ao seu cliente. Escolha o que você usa.
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`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção16/25
- Confiança6/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 6 de jul. de 2026 |