streamable-httpupdated 2mo ago
Real-time threat intelligence for AI agents, exposed as a Model Context Protocol server. Check IPs, domains, URLs, hashes, CVEs, prompt-injection payloads, and malicious AI-skill / MCP-tool definitions against the Nullcone network — 890K+ IOCs, free, no API key.
What can you do with Nullcone Threat Intelligence?
Nullcone MCP Server
Real-time threat intelligence for AI agents, exposed as a Model Context Protocol server. Check IPs, domains, URLs, hashes, CVEs, prompt-injection payloads, and malicious AI-skill / MCP-tool definitions against the Nullcone network — 890K+ IOCs, free, no API key.
Backed by nullcone.ai.
Use it (hosted — nothing to install)
The server is hosted at https://nullcone.ai/mcp over streamable HTTP. Add it to any MCP client:
Claude Code
claude mcp add --transport http nullcone https://nullcone.ai/mcp
Cursor / other MCP clients — add to your MCP config:
{
"mcpServers": {
"nullcone": {
"url": "https://nullcone.ai/mcp"
}
}
}
No signup or token required. Read tools and IOC submission are open; destructive tools (e.g. revoke_ioc) are disabled on the public endpoint.
Tools
30+ tools including:
lookup_ioc(value)— check any indicator against the feedrecent_threats(limit, min_severity)— current threat picturesubmit_ioc(...)/submit_batch(...)— contribute indicatorscheck_prompt(...)— sub-millisecond prompt-injection lookupvalidate_skill(...)/scan_skill_content(...)— vet MCP tools / AI skills before loadingpoll_since(last_id)— incremental sync, no persistent connectionget_stats(),list_families(),search_by_type(...), and more
Resources: threat://stats, threat://recent, threat://families, threat://family/{name}, threat://ioc/{value}.
Prompts: analyze_ioc, triage_alert, threat_brief.
Self-host
The server is built on the public nullcone SDK.
pip install -r requirements.txt
MCP_TRANSPORT=streamable-http MCP_PORT=8001 python server.py
Or with Docker:
docker build -t nullcone-mcp .
docker run -p 8001:8001 nullcone-mcp
Set MCP_PUBLIC=1 to run an anonymous public endpoint (disables destructive tools); omit it for full local control over stdio (MCP_TRANSPORT=stdio).
License
Rising Sun License v1.0 — see LICENSE. Free for individuals and small teams.
Install
Add Nullcone Threat Intelligence to your client. Pick the one you use.
claude mcp add --transport http nullcone-threat-intelligence https://nullcone.ai/mcpcodex mcp add nullcone-threat-intelligence --url https://nullcone.ai/mcp{
"mcpServers": {
"nullcone-threat-intelligence": {
"url": "https://nullcone.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"nullcone-threat-intelligence": {
"type": "http",
"url": "https://nullcone.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"nullcone-threat-intelligence": {
"url": "https://nullcone.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nullcone-threat-intelligence": {
"serverUrl": "https://nullcone.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 55 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 6, 2026 |