MCP Threatintel
Rank #14,640io.github.aplaceforallmystuff/mcp-threatintel
MCP server providing threatintel capabilities
MCP Threatintel is a Model Context Protocol (MCP) server published by aplaceforallmystuff. It ranks #14,640 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. MCP Threatintel is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 28, 2025 and most recently updated on Nov 28, 2025.
Ranks ahead of 100,820 of 115,460 servers on MCP Toplist.
Use MCP Threatintel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-threatintel -e "OTX_API_KEY=<your OTX_API_KEY>" -e "ABUSEIPDB_API_KEY=<your ABUSEIPDB_API_KEY>" -e "GREYNOISE_API_KEY=<your GREYNOISE_API_KEY>" -e "ABUSECH_AUTH_KEY=<your ABUSECH_AUTH_KEY>" -- npx -y mcp-threatintel-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-threatintel]
command = "npx"
args = ["-y", "mcp-threatintel-server"]
[mcp_servers.mcp-threatintel.env]
OTX_API_KEY = "<your OTX_API_KEY>"
ABUSEIPDB_API_KEY = "<your ABUSEIPDB_API_KEY>"
GREYNOISE_API_KEY = "<your GREYNOISE_API_KEY>"
ABUSECH_AUTH_KEY = "<your ABUSECH_AUTH_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-threatintel": {
"command": "npx",
"args": [
"-y",
"mcp-threatintel-server"
],
"env": {
"OTX_API_KEY": "<your OTX_API_KEY>",
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"GREYNOISE_API_KEY": "<your GREYNOISE_API_KEY>",
"ABUSECH_AUTH_KEY": "<your ABUSECH_AUTH_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-threatintel": {
"command": "npx",
"args": [
"-y",
"mcp-threatintel-server"
],
"env": {
"OTX_API_KEY": "<your OTX_API_KEY>",
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"GREYNOISE_API_KEY": "<your GREYNOISE_API_KEY>",
"ABUSECH_AUTH_KEY": "<your ABUSECH_AUTH_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-threatintel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-threatintel-server"
],
"env": {
"OTX_API_KEY": "<your OTX_API_KEY>",
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"GREYNOISE_API_KEY": "<your GREYNOISE_API_KEY>",
"ABUSECH_AUTH_KEY": "<your ABUSECH_AUTH_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-threatintel": {
"command": "npx",
"args": [
"-y",
"mcp-threatintel-server"
],
"env": {
"OTX_API_KEY": "<your OTX_API_KEY>",
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"GREYNOISE_API_KEY": "<your GREYNOISE_API_KEY>",
"ABUSECH_AUTH_KEY": "<your ABUSECH_AUTH_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-threatintel": {
"command": "npx",
"args": [
"-y",
"mcp-threatintel-server"
],
"env": {
"OTX_API_KEY": "<your OTX_API_KEY>",
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"GREYNOISE_API_KEY": "<your GREYNOISE_API_KEY>",
"ABUSECH_AUTH_KEY": "<your ABUSECH_AUTH_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-threatintel)<a href="https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-threatintel"><img src="https://mcptoplist.com/badge/io.github.aplaceforallmystuff%2Fmcp-threatintel.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aplaceforallmystuff
Other servers by aplaceforallmystuff
- MCP Arr#2,081 · 2 vers
- MCP Kit#12,426 · 2 vers
- MCP Pihole#14,639 · 2 vers
- MCP Fantastical Server#16,737
- mcp-tailscale#23,231
- mcp-local-llm#23,238
- Spain AI Kit#26,356
- MCP Pickaxe#30,647 · 2 vers
- mcp-wisdom#32,148
- WordPress Abilities MCP Server#32,149
- MCP Homescan Server#51,717
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Nov 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Threatintel?
- MCP Threatintel is maintained by aplaceforallmystuff, which publishes 12 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Threatintel listed on the Official MCP Registry?
- Yes — MCP Threatintel is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Threatintel have?
- MCP Toplist tracks 2 versions of MCP Threatintel, most recently published on Nov 28, 2025.
- Where can I find the source code for MCP Threatintel?
- The source code for MCP Threatintel is hosted at github.com/aplaceforallmystuff/mcp-threatintel.