access — mcp connector

connect claude.ai.

the remote mcp connector gives claude (web, desktop, code) access to the oto catalog: french company data, crm, gmail, linkedin, enrichment, datastore…

mcp endpoint

https://mcp.oto.ninja/mcp

authentication

oauth via auth.oto.zone — the popup creates your oto account on first sign-in. keys and access are then managed on app.oto.ninja.

how to connect

  1. i

    add the connector in claude.ai

    settings → connectors → add custom connector. fill in:

    • url: https://mcp.oto.ninja/mcp
    • oauth client id: gsa09c23qygvnr1dfvdl5 (spa / pkce — no client secret)

    claude opens the oauth popup, you approve — your account is created along the way.

  2. ii

    add your keys (optional)

    on app.oto.ninja, you connect your google accounts, your linkedin cookie (via the chrome extension or by hand) and your api keys (attio, hunter, serper…). each key stays in the vault, resolved server-side at execution.

  3. iii

    run prompts

    “find me 20 mid-size metal companies in normandy hiring a sales rep this year, with executives and emails” — claude orchestrates the connectors.

working in claude code?

the oto plugin does all of this in two commands — mcp connector + universal skill + cli setup.

$ claude plugin marketplace add otomata-tech/oto-plugin

see the three doors

which connectors are exposed?

french companies · linkedin · crm · gmail · tasks · web search · enrichment · datastore · … per-group details (params, examples) in the catalog.

browse the catalog

security & privacy

  • auth by oto account (self-hosted logto, oauth pkce — no shared password).
  • your credentials live in the server-side vault — never in the agent's context, never logged.
  • every call uses your keys: your linkedin session, your gmail, your attio. another user has no access to them.
  • open data sources (recherche entreprises, sirene, dvf, bodacc) go through platform keys under per-user quota.
  • linkedin is rate-limited per account — the agent waits when the limit is hit.