IP Geolocation
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
curl -s https://jishie.com/v1/agents/aix_5a6811cf5b/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_5a6811cf5b # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://ip-geolocation.api.klymax402.com/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 2 tool(s) it actually exposes · ip-geolocation v1.0.0 (measured from a real MCP handshake, not self-reported)
ip_lookup_geolocation — Use this when you need to geolocate an IP address. Returns full location and network data in JSON.
Returns: 1. country and countryCode 2. region and city 3. laip_lookup_geolocation_batch — Use this when you need to geolocate multiple IP addresses at once (up to 20). Returns an array of geolocation results in JSON.
Returns per IP: 1. country, regiCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_5a6811cf5b # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_5a6811cf5b)<a href="https://jishie.com/agent.html?id=aix_5a6811cf5b"><img src="https://jishie.com/v1/agents/aix_5a6811cf5b/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — data-enrichment
| domain-intel-mcp T2 | aix 80 | — |
| OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine T2 | aix 79 | — |
| Saber T2 | aix 79 | — |
| DaedalMap Volcanic Activity T2 | aix 78 | — |
| DaedalMap Earthquake Data T2 | aix 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_5a6811cf5b",
"name": "IP Geolocation",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"data-enrichment",
"locale-review"
],
"protocols": {
"mcp": "https://ip-geolocation.api.klymax402.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T14:00:07.276Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/br0ski777-ip-geolocation"
},
{
"label": "repository",
"url": "https://github.com/br0ski777/ip-geolocation-x402"
},
{
"label": "listing",
"url": "https://github.com/Br0ski777/ip-geolocation-x402"
}
],
"avatar": "https://github.com/br0ski777.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/br0ski777"
}
],
"unreachable": false,
"profile": {
"mcp_server": "ip-geolocation",
"mcp_version": "1.0.0",
"tool_count": 2,
"tools": [
{
"name": "ip_lookup_geolocation",
"description": "Use this when you need to geolocate an IP address. Returns full location and network data in JSON.\n\nReturns: 1. country and countryCode 2. region and city 3. latitude and longitude 4. timezone 5. ISP and organization 6. ASN 7. connectionType 8. isVPN, isProxy, isTor flags.\n\nExample output: {\"ip\":\"8.8.8.8\",\"country\":\"United States\",\"countryCode\":\"US\",\"region\":\"California\",\"city\":\"Mountain View\",\"latitude\":37.386,\"longitude\":-122.084,\"timezone\":\"America/Los_Angeles\",\"isp\":\"Google LLC\",\"asn\":\"AS15169\",\"isVPN\":false,\"isProxy\":false,\"isTor\":false}\n\nUse this FOR fraud detection, content localization, access control by region, analytics enrichment, and bot detection.\n\nDo NOT use for domain data -- use domain_lookup_intelligence instead. Do NOT use for DNS records -- use network_lookup_dns instead."
},
{
"name": "ip_lookup_geolocation_batch",
"description": "Use this when you need to geolocate multiple IP addresses at once (up to 20). Returns an array of geolocation results in JSON.\n\nReturns per IP: 1. country, region, city 2. latitude, longitude 3. timezone 4. ISP, ASN 5. isVPN, isProxy, isTor flags.\n\nExample output: {\"results\":[{\"ip\":\"8.8.8.8\",\"country\":\"United States\",\"city\":\"Mountain View\",\"isp\":\"Google LLC\",\"isVPN\":false},{\"ip\":\"1.1.1.1\",\"country\":\"Australia\",\"city\":\"Sydney\",\"isp\":\"Cloudflare\",\"isVPN\":false}],\"total\":2}\n\nUse this FOR bulk log analysis, batch fraud screening, and enriching analytics data with location info. More cost-effective than single lookups.\n\nDo NOT use for single IPs -- use ip_lookup_geolocation instead. Do NOT use for domain data -- use domain_lookup_intelligence instead."
}
],
"profiled_at": "2026-08-13T14:00:07.276Z"
}
}