keyboardsmoke/hydra-mcp
If you are the rightful owner of hydra-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Hydra MCP is a Model Control Protocol server that allows Claude to interact with client functions via a REST API.
Hydra MCP is a server implementation that facilitates communication between Claude and various client functions through a REST API. The system is designed to centralize function registration and routing, allowing multiple clients to expose their functions to Claude in a standardized manner. The server is built using FastAPI and provides endpoints for function registration and discovery. It includes sample client and Claude implementations for testing and demonstration purposes. The server is configurable and supports automatic function discovery and documentation, making it easy to integrate new clients and functions.
Features
- Centralized function registry for multiple clients
- REST API endpoints for function discovery and invocation
- Standardized communication protocol between clients and Claude
- Easy-to-use function registration system
- Automatic function discovery and documentation
Tools
get_endpoints
List all available endpoints
get_registered_functions
Get functions available at a specific endpoint
call_function
Call a specific function with arguments