MCP Server

Native Model Context Protocol integration. Give your AI agents real-time IP intelligence capabilities.

Stdio transport

Connects via stdio to any MCP-compatible client. No HTTP server required.

AI-native schema

Tools are designed for LLM consumption. Self-documenting and type-safe.

Zero config

Install and run. The server exposes tools that AI agents can call immediately.

Open source

Fully open source server. Audit, fork, or extend as needed.

Configuration

{
  "mcpServers": {
    "datasentry": {
      "command": "npx",
      "args": ["@datasentry/mcp-server@latest"],
      "env": {
        "DATASENTRY_API_KEY": "ds_prod_xxxxxxxx"
      }
    }
  }
}

Available Tools

lookup_ip

Query geolocation and threat data for any IP address.

Parameters: ip (string)

check_threat

Check if an IP is a known threat (VPN, proxy, Tor).

Parameters: ip (string)

batch_lookup

Process multiple IPs in a single request.

Parameters: ips (string[])

Connect Your AI

Works with Claude, Cursor, and any MCP-compatible client.