Submit

Lumenore Mcp

@Lumenore

A Model Context Protocol (MCP) server that provides AI assistants with access to Lumenore's analytics and natural language query capabilities. Built with FastMCP and Python 3.13 for scalable data analytics integration.

Server Config

{
  "mcpServers": {
    "lumenore-analytics": {
      "command": "python3",
      "args": [
        "/absolute/path/to/lumenore_mcp_server.py"
      ],
      "env": {
        "LUMENORE_CLIENT_ID": "your_lumenore_client_id",
        "LUMENORE_CLIENT_SECRET": "your_lumenore_client_secret"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.