Serversio.github.florentine-ai/mcp
M

io.github.florentine-ai/mcp

io.github.florentine-ai/mcp · v0.2.1
▦ npm
v0.2.1npm npm: @florentine-ai/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.florentine-ai/mcp",
  "description": "MCP server for Florentine.ai - Natural language to MongoDB aggregations",
  "repository": {
    "url": "https://github.com/florentine-ai/mcp",
    "source": "github"
  },
  "version": "0.2.1",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@florentine-ai/mcp",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "@florentine-ai/mcp@latest",
          "type": "named",
          "name": "-y"
        }
      ],
      "packageArguments": [
        {
          "description": "The mode to run the MCP server in ('static' or 'dynamic')",
          "isRequired": true,
          "value": "static",
          "type": "named",
          "name": "--mode"
        },
        {
          "description": "Set to true to enable debug logging",
          "format": "boolean",
          "type": "named",
          "name": "--debug"
        },
        {
          "description": "The path to the log file, must be provided if debug is true",
          "format": "filepath",
          "type": "named",
          "name": "--logpath"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Florentine.ai API key, get it from https://florentine.ai/dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FLORENTINE_TOKEN"
        },
        {
          "description": "The LLM service to use, one of 'openai', 'anthropic', 'google' or 'deepseek' (must only be provided if you did not set it in your Florentine.ai account)",
          "format": "string",
          "name": "LLM_SERVICE"
        },
        {
          "description": "Your API key for the LLM service (must only be provided if you did not set it in your Florentine.ai account)",
          "format": "string",
          "isSecret": true,
          "name": "LLM_KEY"
        },
        {
          "description": "Session ID for maintaining server-side context across requests",
          "format": "string",
          "name": "SESSION_ID"
        },
        {
          "description": "Stringified JSON array of return types for the response",
          "format": "string",
          "name": "RETURN_TYPES"
        },
        {
          "description": "Stringified JSON array of values for required inputs keys",
          "format": "string",
          "name": "REQUIRED_INPUTS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}