Security & Testing
nullcone.ai
Free threat intelligence that blocks malicious IPs, domains, and attacks for developers and AI agents.
ENDPOINT 1
https://nullcone.ai/mcp
MCP server metadata
- Name
- Nullcone Threat Intelligence
- Version
- 1.29.0
Tools, resources, and prompts for submitting, querying, and reporting on threat indicators (IOCs) in the Nullcone distributed threat intelligence network. All agents in the network share a live SpacetimeDB instance — new IOCs submitted here are immediately visible to every subscribed sensor. Quick-start patterns: - Check an indicator: lookup_ioc(value='...') - Get current threat picture: read resource threat://recent or call recent_threats() - Bulk ingest: submit_batch(iocs=[...]) - Incremental sync: poll_since(last_id=<persisted>) — no persistent connection needed - Use prompts/ for structured analysis templates
Known tools 30
family_threatsReturn all threat signatures associated with a known malware family.
Inferred read-onlyvalidate_skillSynchronous SKILL IOC lookup — call this before loading or invoking any MCP tool/skill to check it against the Nullcone threat feed.
Inferred read-onlyget_new_threatsDrain the live push-subscription buffer of threats received since the last call.
Inferred read-onlywarm_prompt_cacheLoad all PROMPT IOCs from SpacetimeDB into the in-memory hash set.
Inferred read-onlycheck_prompt_batchCheck multiple prompts for PROMPT IOC patterns in a single call.
Inferred read-onlyprompt_cache_statsReturn PROMPT IOC cache statistics: size, hit rate, latency, refresh status.
Inferred read-onlycheck_freshnessValidate that IOC threat intelligence is fresh enough for the named action.
Inferred read-onlyfingerprint_tool_metadataAnalyze an MCP tool definition for instruction-injection and malicious patterns.
Inferred read-onlyregistry_flagged_toolsReturn all MCP tools that have been flagged as suspicious or malicious.
Inferred read-onlysubscribe_threatsOpen a named, stateful subscription to live threat push delivery.
Inferred read-onlydrain_subscriptionDrain the buffer of a stateful subscription created by subscribe_threats().
Inferred read-onlylist_subscriptionsList all active stateful push subscriptions on this MCP server instance.
Inferred read-onlyrevoke_iocRevoke an IOC by its value hash, pushing the expiration event to all active subscriptions in real-time.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nullcone-threat-intelligence]
url = "https://nullcone.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nullcone-threat-intelligence": {
"type": "http",
"url": "https://nullcone.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nullcone-threat-intelligence
Remote MCP URL: https://nullcone.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nullcone-threat-intelligence": {
"url": "https://nullcone.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nullcone-threat-intelligence": {
"type": "http",
"url": "https://nullcone.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nullcone-threat-intelligence",
"transport": "streamable-http",
"url": "https://nullcone.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nullcone.ai was fetched 2026-08-21T22:54:59.842Z.
nullcone.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.