DevelopersPrivate beta
Query the region, from your code or your agent.
One metered API and one MCP server. Every response is a cited verdict — with confidence, sources and stable permalinks — and "unknown" is a first-class answer, never a guess. That is honesty-first, expressed in JSON.
Your first call
curl https://api.skopnix.io/v1/exposure/az/latest \
-H "Authorization: Bearer sk_live_..."
# → { "country": "AZ", "as_of": "2026-08-28T…Z",
# "hosts": 114527, "risky": { "rdp": 444, "smb": 210 },
# "sources": [ … ], "confidence": "high" }REST endpoints
GET
/v1/cve/{id}GET
/v1/actor/{slug}GET
/v1/ioc/{indicator}GET
/v1/exposure/{country}GET
/v1/search?q=MCP server
Install
{
"mcpServers": {
"skopnix": {
"url": "https://mcp.skopnix.io",
"headers": { "Authorization": "Bearer sk_..." }
}
}
}Tools
lookup_cvefreelookup_actorfreesearch_intelfreeenrich_iocpaid — sensor-backedregional_threat_lookuppaid — sensor-backed
Want early access?