Back to MCP Servers
Security
MCP server for querying the ORKL API. This server provides tools for fetching threat reports, analyzing threat actors, and retrieving intelligence sources.
securityapi
By fr0gger
Installation
npx -y MCP_SecurityConfiguration
{
"mcpServers": {
"MCP_Security": {
"command": "npx",
"args": ["-y", "MCP_Security"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes