iTop MCP Server

Congratulations, you have installed your MCP server to interact with iTop.

The MCP server is configured to interact with iTop located at: https://itop.labs.vendra-ville.com/ [✅ Ok]

    To use the MCP server in your favorite AI agent:
  1. Create either an Application Token or a Personal Token in iTop, with the desired profiles.
  2. Configure your AI agent with the following information:
    "mcpServers": {
        "itop-mcp-server": {
            "type": "streamable-http",
            "url": "https://mcp.labs.vendra-ville.com/_mcp",
            "headers": {
               "Authorization": "Bearer =======YOUR-ITOP-TOKEN-HERE====="
            }
        }
    }