HornetMCP
Verified Safeby zaevlad
Overview
Integrate smart contract vulnerability search into AI clients like Claude Desktop for real-time security analysis.
Installation
python mcp_client.pyEnvironment Variables
- API_KEY
- MCP_API_KEY
- API_URL
- MCP_API_URL
Security Notes
The client is designed to act as an intermediary, forwarding queries to an external API (hornetmcp.com) and returning structured results. It correctly handles API key management via environment variables or .env files, explicitly warning against committing .env to version control. No direct use of 'eval' or similar dangerous functions from user input is present. The 'setup_claude.py' script modifies local application configuration files, which always requires user discretion, but its actions are transparent and limited to adding the MCP server configuration. Reliance on the security and trustworthiness of the remote API (hornetmcp.com) is a primary consideration.
Similar Servers
HydrusMCPServer
Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.
mcp_server_ts
This server implements the Model Context Protocol (MCP) to expose specific tools for interaction, exemplified by a 'create-user' tool definition.
mcp-servers
Provides an MCP server to execute Windows terminal commands, primarily for use by AI agents or other automated systems.
testdata-mcp-server
A basic TCP server demonstrating client-server communication with a rudimentary authentication mechanism.