Data247

by LogicTreeInc

252 downloads
Not rated
GitHub

About

Data247's MCP connector offers many different data services including phone carrier lookup, phone append, email append, reverse phone append, reverse email append, CNAM lookup, IP address geolocation, Do-not-call, phone number in-service verificaition, email deliverability verifi

Details

Author
LogicTreeInc
Downloads
252
Categories
Other

- Carrier and DNC lookups for US/Canada
- Phone, email, and address verification
- Contact append (phone owner, email owner, profile)
- IP geolocation and fraud screening
- Account management with balance check and usage reports
- Accessible via MCP protocol over HTTP with Bearer auth

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Data247
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect your MCP client to the Data247 server using the provided url and an Authorization header with a Bearer token containing your Data247 v3 API key. There is no additional installation; tools are invoked by name (e.g., lookup_carrier, verify_email, geolocate_ip).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "data247": {
            "data247": {
                "url": "https://your-mcp-endpoint.data247.com/mcp",
                "headers": {
                    "Authorization": "Bearer YOUR_DATA247_API_KEY"
                }
            }
        }
    }
}

McpServers

{
    "data247": {
        "url": "https://your-mcp-endpoint.data247.com/mcp",
        "headers": {
            "Authorization": "Bearer YOUR_DATA247_API_KEY"
        }
    }
}

Data247 MCP

Phone, email, IP, name, and address data services over MCP. Carrier lookup (US/Canada), DNC compliance, verification, and contact append — backed by Data247's 15+ year data platform.

Tools

Carrier & DNC: lookup_carrier, lookup_carrier_international, check_dnc, manage_dnc_list Verification: verify_email, verify_phone, verify_address Append: lookup_phone_owner, lookup_email_owner, find_phone, find_email, lookup_zipcode, reverse_zipcode, lookup_property, lookup_profile, append_gender Geolocation: geolocate_ip Fraud: screen_signup, match_phone Account: check_balance, get_account_rate_card, get_account_usage

Connect

{ "mcpServers": { "data247": { "url": "https://<endpoint>/mcp", "headers": { "Authorization": "Bearer YOUR_DATA247_API_KEY" } } } }

Auth

Bearer header carrying your Data247 v3 API key. Get a key at data247.com → Account → API Key. Billing uses your existing prepaid balance.

Links

Homepage: https://www.data247.com · MCP Docs: https://www.data247.com/connectors API Docs: https://www.data247.com/api_user_manual
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.