HornetMCP
Verified Safeby zaevlad
Overview
Provides a standalone Model Context Protocol (MCP) client to integrate smart contract vulnerability search directly into AI chat platforms like Claude Desktop.
Installation
python mcp_client.pyEnvironment Variables
- API_KEY
- API_URL
Security Notes
The client's source code does not contain 'eval', obfuscation, hardcoded secrets, or obvious malicious patterns. API keys are managed through `.env` files or environment variables, which is a secure practice, and `.gitignore` prevents accidental commits. The primary security consideration for users is that the client sends user-provided Solidity code snippets or natural language descriptions to a remote third-party API (`https://hornetmcp.com`) for analysis. Users should be aware of this data sharing and ensure they trust the remote service with their code.
Similar Servers
taias
A lightweight TypeScript framework designed to enable Multi-Modal Agent (MMA) or Multi-Modal Chat Protocol (MCP) server developers to define interactive flows and map them to LLM guidance and dynamic UI affordances, shaping user experiences within AI-driven interfaces.
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.
harmongyos-api-mcp-server
Implements a custom Minecraft Protocol (MCP) server for handling game client connections and interactions.