fofa-mcp-server
Verified Safeby intbjw
Overview
Provides a Model Control Protocol (MCP) server for querying FOFA API data, designed for integration with AI models.
Installation
python3 /path/to/fofa-mcp-server/main.pyEnvironment Variables
- FOFA_KEY
Security Notes
The code loads the FOFA API key from environment variables, preventing hardcoding. FOFA query parameters are base64 encoded before being sent to the external API. No direct use of 'eval' or other highly dangerous functions was observed. The main risk comes from reliance on the external FOFA API and potential misuse of the provided tool functions by an integrated AI model.
Similar Servers
foreman-mcp-server
A Model Context Protocol (MCP) server that enables Language Models (LLMs) to interact with a Foreman instance for IT automation, reporting, and configuration management.
Rule-MCP-Server
A Model Context Protocol (MCP) server that enables AI agents (Cursor, Claude Code, Cline) to retrieve and apply common coding rules across projects.
fmp_mcp_server
Serves real-time financial data via Model Context Protocol (MCP) to AI agents and LLM applications for various financial analyses.
fpe-demo-mcp
Demonstrates authentication and FF3 Format Preserving Encryption (radix-10 digits) for LLM tools via Model Context Protocol (MCP).