Server data from the Official MCP Registry
Real-time threat intel for AI agents: 890K+ IOCs incl. prompt-injection & AI-skill threats
Real-time threat intel for AI agents: 890K+ IOCs incl. prompt-injection & AI-skill threats
Remote endpoints: streamable-http: https://nullcone.ai/mcp
The Nullcone MCP server is a well-structured threat intelligence platform with reasonable security posture for its intended use case. Authentication is appropriately optional for read operations on a public threat feed, and permissions align with the server's purpose (network I/O for threat data, environment variables for configuration). However, there are several moderate-severity issues: environment variable exposure of database tokens in logs, incomplete input validation in SQL queries, use of broad exception handlers, and a public endpoint that disables destructive operations but lacks explicit rate-limiting or DOS protections. The code quality is generally good with clear documentation, but these gaps should be addressed before production deployment. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
3 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
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.
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 moreResources: threat://stats, threat://recent, threat://families, threat://family/{name}, threat://ioc/{value}.
Prompts: analyze_ioc, triage_alert, threat_brief.
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).
Rising Sun License v1.0 — see LICENSE. Free for individuals and small teams.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.