mcp
M
mcp
/ip_lookup

ip lookup

Context lookup: Resolve an IPv4 or IPv6 address to its geolocation, ASN, org name, and city/country. Use when you need network or location context for a raw IP

liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-domainposture-mcp /ip_lookup for me.

Input

FieldTypeDescription
ip*stringIPv4 or IPv6 address to look up, e.g. 1.2.3.4 or 2001:db8::1. Hostnames are not accepted.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-domainposture-mcp","endpoint":"/ip_lookup","input":{"ip":"..."}}'
cli
npx cracked-ai run -p mcp-com-domainposture-mcp -e /ip_lookup -i '{"ip":"..."}'
mcp
run_tool({ provider: "mcp-com-domainposture-mcp", endpoint: "/ip_lookup", input: {"ip":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.