Skip to main content
ClaudeWave

Public record of the Odile Labs MCP server: tools, OAuth discovery, and the registry entry.

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/tolga-boop/odile-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "odile-mcp": {
      "command": "node",
      "args": ["/path/to/odile-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/tolga-boop/odile-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Odile Labs — MCP server

A hosted [Model Context Protocol](https://modelcontextprotocol.io) server at
`https://odilelabs.com/mcp`, so an agent — Claude Code, Codex, or anything else
that speaks MCP — can do two jobs on a person's behalf:

- **Make** — turn footage or photos into platform-ready video for Instagram,
  YouTube and TikTok.
- **Meeting notes** — send a note-taker to a Zoom, Google Meet or Microsoft
  Teams call and email the summary to the people the account owner names.

This repository is the public record of the server: what it exposes, how it
authenticates, and what it costs. The service itself is closed source.

## Connecting

Streamable HTTP, at `https://odilelabs.com/mcp`. Claude Code:

    claude mcp add --transport http odile https://odilelabs.com/mcp

Anything else that takes a remote MCP URL works the same way. Sign-in happens in
a browser on first use.

## Authentication

**OAuth 2.1, on every tool, including the read-only ones.** There is no
anonymous surface: an unauthenticated request gets a `401` carrying the
discovery header the MCP specification asks for.

    WWW-Authenticate: Bearer realm="OAuth",
      resource_metadata="https://odilelabs.com/.well-known/oauth-protected-resource/mcp"

Both documents a client needs are served:

- `https://odilelabs.com/.well-known/oauth-protected-resource`
- `https://odilelabs.com/.well-known/oauth-authorization-server`

Permissions are ticked on a consent screen. A tool that spends money never runs
without a ceiling the account owner has agreed to — see `unlock_job` below.

## The tools

Eight are always present. Four more appear only on an account with Meeting Notes
enabled, so a client that sees twelve and a client that sees eight are both
correct.

### Make — video and photos

| Tool | What it does |
|---|---|
| `get_catalog` | The live price list and limits, read from the same source the website charges from |
| `estimate_media_job` | Prices a job **before** anything is uploaded or charged |
| `get_balance` | The signed-in customer's credit balance and when it expires |
| `prepare_upload` | A 30-minute upload token and the command to use it |
| `create_media_job` | Queues a job from uploaded sources. Costs nothing — credits are spent at unlock |
| `get_job` | One job by id, or the ten most recent |
| `get_downloads` | Signed links to every finished file of a job |
| `unlock_job` | Spends credits. Refuses, charging nothing, if the job costs more than `max_credits`, is not ready, or the balance is short |

`unlock_job` is the only tool that moves money, it takes an explicit
`max_credits` the customer agreed to, and unlocking the same job twice charges
once.

### Meeting notes

| Tool | What it does |
|---|---|
| `schedule_meeting_notes` | Sends the note-taker to a Zoom, Meet or Teams link at a stated time, for a roster of addresses the owner gave you |
| `get_meeting` | One meeting, or the recent ones |
| `get_meeting_summary` | The summary once the call is done |
| `cancel_meeting_notes` | Cancels a scheduled note-taker |

Meeting minutes are reserved when a call is scheduled and the unused part is
returned. Every minute on the call is charged, rounded up to the minute.

## What it costs

Credits for media, minutes for meetings, both quoted before they are spent.
`get_catalog` and `estimate_media_job` are the honest way to find out what a job
costs without committing to it. Prices are on
[odilelabs.com/developers](https://odilelabs.com/developers) and are read live by
the server rather than copied here, so this file cannot go stale against them.

## Registry entry

[`server.json`](./server.json) is the entry for the
[official MCP registry](https://registry.modelcontextprotocol.io), published
under the `com.odilelabs` namespace, which is authenticated by DNS on
`odilelabs.com`.

## Who runs it

OdileUSA L.L.C., Florida. [odilelabs.com](https://odilelabs.com) ·
[hello@odilelabs.com](mailto:hello@odilelabs.com)

Lo que la gente pregunta sobre odile-mcp

¿Qué es tolga-boop/odile-mcp?

+

tolga-boop/odile-mcp es mcp servers para el ecosistema de Claude AI. Public record of the Odile Labs MCP server: tools, OAuth discovery, and the registry entry. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.

¿Cómo se instala odile-mcp?

+

Puedes instalar odile-mcp clonando el repositorio (https://github.com/tolga-boop/odile-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar tolga-boop/odile-mcp?

+

Nuestro agente de seguridad ha analizado tolga-boop/odile-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene tolga-boop/odile-mcp?

+

tolga-boop/odile-mcp es mantenido por tolga-boop. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a odile-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega odile-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: tolga-boop/odile-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tolga-boop-odile-mcp)](https://claudewave.com/repo/tolga-boop-odile-mcp)
<a href="https://claudewave.com/repo/tolga-boop-odile-mcp"><img src="https://claudewave.com/api/badge/tolga-boop-odile-mcp" alt="Featured on ClaudeWave: tolga-boop/odile-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a odile-mcp