Serversio.github.Lab94/frenchie-skill
S

Frenchie

io.github.Lab94/frenchie-skill · v0.5.0
▦ npm
v0.5.0npm npm: @lab94/frenchie🌐 https://mcp.getfrenchie.dev↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Lab94/frenchie-skill",
  "description": "OCR, transcription, file extraction, and image generation for AI agents via MCP.",
  "title": "Frenchie",
  "repository": {
    "url": "https://github.com/Lab94/frenchie-skill",
    "source": "github"
  },
  "version": "0.5.0",
  "websiteUrl": "https://getfrenchie.dev",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lab94/frenchie",
      "version": "0.5.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        },
        {
          "value": "@lab94/frenchie@0.5.0",
          "type": "positional"
        },
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Frenchie API key (starts with fr_). Create one at https://getfrenchie.dev/dashboard/api-keys — first signup comes with 100 free credits.",
          "isRequired": true,
          "isSecret": true,
          "name": "FRENCHIE_API_KEY"
        },
        {
          "description": "Optional ISO 639-1 language hint (e.g. 'th', 'en', 'ja') applied to transcribe_to_markdown when the tool input does not specify a language. Tool-level language always wins.",
          "name": "FRENCHIE_DEFAULT_LANGUAGE"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.getfrenchie.dev",
      "headers": [
        {
          "description": "Bearer fr_... — your Frenchie API key",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "Optional ISO 639-1 language hint (e.g. 'th', 'en', 'ja') applied to transcribe_to_markdown when the tool input does not specify a language. Tool-level language always wins.",
          "name": "X-Frenchie-Default-Language"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}