@datasentry/mcp-server
v1.0.0
Published
DataSentry MCP Server — IP geolocation and threat intelligence for AI agents.
Downloads
88
Maintainers
Readme
DataSentry MCP Server
High-performance IP intelligence for AI Agents. Integrate geolocation and threat scoring directly into Claude, Cursor, and other AI agents.
Features
lookup_ip: Detailed geolocation and threat insights for any IP.get_usage: Monitor your DataSentry API credits.- Native Security: Built-in input validation and secure credential handling.
Setup
1. Requirements
- Node.js 18+
- DataSentry API Key (Get one at DataSentry.site)
2. Add to AI Agent
Cursor
- Go to Settings → Features → MCP.
- Click + Add Server.
- Name: DataSentry
- Type:
command - Command:
npx @datasentry/mcp-server - Environment Variables:
DATASENTRY_API_KEY: Your API Key
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"datasentry": {
"command": "npx",
"args": ["@datasentry/mcp-server"],
"env": {
"DATASENTRY_API_KEY": "your_api_key_here"
}
}
}
}Tools
lookup_ip
Lookup intelligence data for an IP.
ip(optional): The IP address (e.g.,8.8.8.8).fields(optional): List of fields to filter.
get_usage
Check remaining request credits.
Development
npm install
npm run build
node dist/index.jsLicense
Proprietary. © 2026 DataSentry Team.
