Search Recon documentation, book, and newsletter. Queries getrecon.xyz, book.getrecon.xyz, and getrecon.substack.com for fuzzing, invariant testing, and Chimera framework knowledge.
Overview
MCP server that makes Recon documentation searchable by AI tools. Fetches and parses public documentation into structured, queryable content.
Tools
Site tools (getrecon.xyz)
- search_glossary — Top 5 matching glossary terms with definitions
- get_blog_post — Full post content + metadata by slug
- get_comparison — Side-by-side comparison articles (e.g. echidna-vs-medusa)
- search_site — Top 10 matches across all site content
- list_tools — Developer tools with descriptions + URLs
Book tools (book.getrecon.xyz)
- get_book_chapter — Full chapter content by slug
- get_book_concept — Technical concept explanations (clamping, ghost variables, optimization mode, etc.)
- search_book — Top 10 matches across book content
- list_book_chapters — All chapters grouped by category
Substack tools (getrecon.substack.com)
- get_substack_post — Full newsletter post content by slug
- search_substack — Top 10 matches across newsletter posts
- list_substack_posts — All posts sorted by date
Cross-source
- search_all — Top 15 matches across all 3 sources
- refresh_cache — Re-fetch all sources (rate limited to 1/min)
No API key needed. Read-only, fetches public documentation only.
Server Config
{
"mcpServers": {
"recon-knowledge": {
"command": "npx",
"args": [
"@recon-fuzz-mcp/knowledge"
]
}
}
}