MCP-Server
About
MCP-Server is a Model Context Protocol server designed for tool calling. It provides API endpoints to check server status and retrieve a list of available tools.
Details
- Author
- datzii
- Downloads
- 317
- Categories
- Other
Jump to
- Provides API for tool listing and status checking
- Built with Python using a virtual environment
- Two API endpoints: /v1/status/ and /v1/tools/
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Create a Python virtual environment, install dependencies from requirements.txt, then start the server by running python src/main.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server": {
"mcp-server-datzii": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}
}
McpServers
{
"mcp-server-datzii": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
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 toolsSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



