← getfrenchie.dev

INDIVIDUAL MCP TOOL

get_job_result

Fetch the latest async Frenchie job result

getfrenchie.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.getfrenchie.dev

No auth detected

Connect to this endpoint to inspect the live schema for get_job_result and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

getfrenchie.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.frenchie-mcp]
url = "https://mcp.getfrenchie.dev"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "frenchie-mcp": {
      "type": "http",
      "url": "https://mcp.getfrenchie.dev"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: frenchie-mcp
Remote MCP URL: https://mcp.getfrenchie.dev

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "frenchie-mcp": {
      "url": "https://mcp.getfrenchie.dev"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "frenchie-mcp": {
      "type": "http",
      "url": "https://mcp.getfrenchie.dev"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "frenchie-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.getfrenchie.dev"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ocr_to_markdown — Convert PDF/image files into Markdown through Frenchie
  • transcribe_to_markdown — Convert audio/video files into Markdown transcripts through Frenchie.
  • generate_image — Generate a single image from a text prompt through Frenchie.
  • extract_to_markdown — Extract structured documents (.
  • upload_file — Get a presigned upload URL for use with ocr_to_markdown, transcribe_to_markdown, or extract_to_markdown in HTTP mode.
  • fetch_result_file — Get a temporary download URL for a result file from OCR/transcription output.