MCP.so
Sign In

Recon Knowledge

@Recon-Fuzz

About Recon Knowledge

Search Recon documentation, book, and newsletter. Queries getrecon.xyz, book.getrecon.xyz, and getrecon.substack.com for fuzzing, invariant testing, and Chimera framework knowledge.

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "recon-knowledge": {
      "command": "npx",
      "args": [
        "@recon-fuzz-mcp/knowledge"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Recon Knowledge?

MCP server that makes Recon documentation searchable by AI tools. Fetches and parses public documentation into structured, queryable content. No API key required.

How to use Recon Knowledge?

Install the server and configure it with your MCP client. Use any of the 14 tools (search_glossary, get_blog_post, get_comparison, search_all, etc.) to query documentation from getrecon.xyz, book.getrecon.xyz, and getrecon.substack.com. Tools accept parameters like slug, query, or term to retrieve or search content.

Key features of Recon Knowledge

  • Search glossary with top 5 matching terms
  • Get full blog post content and metadata
  • Side-by-side comparison articles
  • Cross-source search across all content
  • Refresh cache (rate limited to 1 per minute)

Use cases of Recon Knowledge

  • Search for glossary terms on Recon documentation
  • Retrieve full blog posts by slug
  • Compare tools like echidna-vs-medusa
  • Search across site, book, and Substack content
  • Get technical concept explanations (e.g., clamping, ghost variables)

FAQ from Recon Knowledge

Does Recon Knowledge require an API key?

No, the server works without any API key.

Is the content read-only?

Yes, the server fetches public documentation only and provides read-only access.

What are the rate limits?

The refresh_cache tool is rate limited to 1 invocation per minute. Other tools have no explicit rate limits mentioned.

What sources are searched by Recon Knowledge?

Three sources: getrecon.xyz (site), book.getrecon.xyz (book), and getrecon.substack.com (newsletter). The search_all tool queries all three simultaneously.

How are search results limited?

Glossary returns top 5 matches, site and book searches return top 10 matches, and search_all returns top 15 matches across all sources.

Comments

More Memory & Knowledge MCP servers