datzii/MCP-Server
3.1
If you are the rightful owner of MCP-Server 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.
The MCP Server is designed for tool calling and provides a structured way to interact with various tools through a set of API endpoints.
MCP-Server
MCP Server for tool calling
🚀 Getting Started
1. Create a Virtual Environment and Install Dependencies
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
2. Start the MCP Server
python src/main.py
3. Available API endpoints
/v1/status/
— Check if the MCP server is up/v1/tools/
— Get the list of available tools