Domain Lookup
GET /check/example.com
{
"available": false,
"summary": {
"registrar": "MarkMonitor Inc."
},
"_meta": { "cached": true }
}
IP Lookup
GET /check/ip/8.8.8.8
{
"summary": {
"name": "LVLT-GOGL-8-8-8",
"country": "US",
"type": "ALLOCATION"
}
}
ASN Lookup
GET /check/asn/15169
{
"summary": {
"name": "GOOGLE",
"handle": "AS15169",
"type": "DIRECT ALLOCATION"
}
}
MCP Tools
// Agent discovers tools via MCP
{
"name": "check_domain",
"inputSchema": {
"type": "object",
"properties": {
"domain": { "type": "string" }
}
}
}
Bulk Queries
POST /check/bulk
Content-Type: application/json
["example.com", "aktagon.com"]
// Up to 50 domains per request
// Returns array of results
Domain Monitoring
POST /watch
Content-Type: application/json
{ "domain": "example.com" }
// Alerts via email on
// status changes (cron 06:00 UTC)
Works with
Claude
ChatGPT
Cursor
or
curl
REST
MCP