Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksUpdated 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.
Use cases

MCP Servers overview

# 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)

What people ask about odile-mcp

What is tolga-boop/odile-mcp?

+

tolga-boop/odile-mcp is mcp servers for the Claude AI ecosystem. Public record of the Odile Labs MCP server: tools, OAuth discovery, and the registry entry. It has 0 GitHub stars and its last recorded update is dated 2026-09-22.

How do I install odile-mcp?

+

You can install odile-mcp by cloning the repository (https://github.com/tolga-boop/odile-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is tolga-boop/odile-mcp safe to use?

+

Our security agent has analyzed tolga-boop/odile-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains tolga-boop/odile-mcp?

+

tolga-boop/odile-mcp is maintained by tolga-boop. The last recorded GitHub activity is dated 2026-09-22, with 0 open issues.

Are there alternatives to odile-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy odile-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

odile-mcp alternatives