Skip to main content
Glama
RuoJi6

FOFA Quake Hunter MCP Server

by RuoJi6

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.4

  • Disambiguation5/5

    Each tool has a clearly distinct purpose targeting a different cyberspace mapping platform: fofa_search for FOFA, hunter_search for Hunter, and quake_search for Quake 360. There is no overlap in functionality as they operate on separate data sources with unique query syntax and parameters.

    Naming Consistency5/5

    All tool names follow a consistent pattern: platform name (fofa, hunter, quake) followed by '_search'. This uniform verb_noun structure makes the tool set predictable and easy to understand.

    Tool Count5/5

    With 3 tools, the count is well-scoped for the server's purpose of querying multiple cyberspace mapping platforms. Each tool earns its place by covering a distinct platform, avoiding redundancy while providing comprehensive coverage of the domain.

    Completeness5/5

    The tool set is complete for its intended domain, offering search capabilities across three major cyberspace mapping platforms (FOFA, Hunter, Quake 360). There are no obvious gaps, as each tool provides the core functionality needed to query its respective platform with detailed syntax and parameter support.

  • Average 3.9/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by mentioning the authentication requirement (HUNTER_KEY), cost implications (extra credits for queries beyond 30 days), and query syntax rules. However, it doesn't mention rate limits, pagination behavior beyond the parameters, or error handling.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is appropriately sized and front-loaded with essential information. It efficiently covers authentication, query syntax, operators, examples, asset types, and time filtering in a single paragraph. Every sentence adds value, though some information about parameters is redundant with the schema.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a search tool with 8 parameters, 100% schema coverage, but no output schema or annotations, the description provides adequate context about authentication, query syntax, and cost implications. However, it doesn't describe the return format, result structure, or error scenarios, leaving gaps for an AI agent to understand the full tool behavior.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    With 100% schema description coverage, the baseline is 3. The description adds some value by explaining query syntax with examples and mentioning time range filtering implications, but doesn't provide significant additional parameter semantics beyond what's already well-documented in the schema descriptions.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool searches the Hunter cyberspace mapping platform with specific query syntax. It distinguishes from siblings by mentioning Hunter specifically, but doesn't explicitly differentiate from fofa_search or quake_search in terms of when to use each platform.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines3/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description mentions the HUNTER_KEY environment variable requirement and provides query syntax examples, but doesn't explicitly state when to use this tool versus the sibling fofa_search or quake_search tools. It provides some context about time range filtering and credit consumption, but lacks explicit guidance on tool selection.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden and does an excellent job disclosing behavioral traits. It specifies authentication requirements (QUAKE_KEY environment variable), pagination behavior (scroll API with pagination_id expiring in 5 minutes), query syntax rules, field naming conventions, and user tier limitations for the 'include' parameter. The only minor gap is lack of explicit rate limit information.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness3/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is appropriately front-loaded with core functionality, but becomes somewhat dense with multiple examples, syntax rules, and field naming conventions in a single paragraph. While all information is valuable, the structure could be improved with better organization or bullet points for readability.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a complex search tool with 9 parameters and no annotations or output schema, the description provides substantial context about authentication, query syntax, pagination behavior, field naming rules, and user tier limitations. The main gap is lack of information about return format or result structure, which would be helpful given no output schema exists.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, providing comprehensive parameter documentation. The description adds some value by emphasizing the importance of the 'include' parameter and providing field naming examples, but doesn't significantly enhance parameter understanding beyond what's already in the schema. This meets the baseline for high schema coverage.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool searches the 'Quake 360 cyberspace mapping platform using scroll API (supports deep pagination)', which is a specific verb (search) and resource (Quake 360 platform). It distinguishes from sibling tools like fofa_search and hunter_search by explicitly naming the platform and API method.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context about when to use this tool (searching Quake 360 platform with scroll API for deep pagination) and mentions the QUAKE_KEY environment variable requirement. However, it doesn't explicitly state when NOT to use it or provide direct alternatives to sibling tools, though the platform specificity implies differentiation.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden and does well by disclosing authentication requirements (FOFA_EMAIL and FOFA_KEY environment variables), query syntax rules, and operator behaviors. It doesn't mention rate limits, pagination details, or error handling, but provides substantial operational context.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is efficiently structured with zero wasted sentences. It opens with the core purpose, then provides prerequisites, syntax rules, operators, and examples in a logical flow. Every sentence serves a clear informational purpose.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a search tool with 4 parameters, 100% schema coverage, and no output schema, the description provides strong context about authentication, query syntax, and examples. It lacks details about response format, error conditions, and rate limits, but covers the essential operational aspects well given the structured data available.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, so the baseline is 3. The description adds some value by providing query syntax examples and operator explanations that complement the schema, but doesn't significantly enhance parameter understanding beyond what's already documented in the input schema properties.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the specific action ('Search') and resource ('FOFA cyberspace mapping platform'), distinguishing it from sibling tools like hunter_search and quake_search by specifying the FOFA platform. It provides a complete functional overview in the opening sentence.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context about when to use this tool (searching the FOFA platform) and mentions environment variable prerequisites, but doesn't explicitly contrast with the sibling tools or specify when NOT to use it. The context is sufficient but lacks explicit alternative guidance.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

fofa_quake_hunter_mcp MCP server

Copy to your README.md:

Score Badge

fofa_quake_hunter_mcp MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RuoJi6/fofa_quake_hunter_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server