MCP Catalog for Threat Hunting

August 7, 2026 ยท View on GitHub

ATHF MCP Server (Built-in)

ATHF includes its own MCP server that exposes hunting operations as tools for any AI assistant.

Install:

pip install 'agentic-threat-hunting-framework[mcp]'

Configure for Claude Code (~/.claude/mcp-servers.json):

{
  "athf": {
    "command": "athf-mcp",
    "env": { "ATHF_WORKSPACE": "/path/to/your/hunts" }
  }
}

Available tools (17):

ToolDescription
athf_hunt_listList/filter hunts by status, tactic, technique, platform
athf_hunt_searchFull-text search across hunt files
athf_hunt_getGet full details of a specific hunt
athf_hunt_statsHunt metrics (total, TP/FP, success rate)
athf_hunt_coverageMITRE ATT&CK coverage analysis
athf_hunt_validateValidate hunt file structure
athf_hunt_newCreate a new hunt with LOCK structure
athf_similarSemantic similarity search (TF-IDF)
athf_contextAI-optimized context bundle (environment + hunts + knowledge)
athf_research_listList research documents
athf_research_viewView specific research document
athf_research_searchSearch research documents
athf_research_statsResearch metrics
athf_investigate_listList investigations
athf_investigate_searchSearch investigations
athf_agent_run_hypothesisGenerate hypothesis from threat intel (LLM-powered)
athf_agent_run_researcherDeep 5-skill pre-hunt research (LLM-powered)

Works with: Claude Code, GitHub Copilot, Cursor, Windsurf, or any MCP-compatible client.


External MCP Servers

You'll need to do your own research to find MCP servers for your organization's security tools. The section below walks through Splunk as an example to demonstrate the process of integrating an external MCP server with Claude Code for threat hunting workflows.

Splunk Integration Walkthrough

Transform your workflow: Claude executes Splunk queries directly and analyzes results - no more copy-paste between tools.

Official MCP: Splunkbase app 7931

Complete setup guide: quickstart/splunk.md - 4 steps to get Splunk MCP working, includes troubleshooting and usage examples


After You Complete the Splunk Example

Once you understand how MCP integration works through the Splunk walkthrough, you can find MCPs for your other security tools:

Where to look:

Verify before use:

  • Is it from the official vendor or a trusted source?
  • Does it have active maintenance and community support?
  • Does it fit your security and compliance requirements?

MCP Development Resources

Want to build an MCP for your security tool?


Last Updated: 2025-01-11