MCP-Server

by datzii

317 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 tools
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.