oto-backend

otomata-tech/oto-backend
★ 0 stars Python API Integration Updated today
MCP server exposing oto-cli connectors (data.gouv recherche-entreprises, etc.) — public at mcp.oto.ninja
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oto-backend": {
      "command": "uvx",
      "args": [
        "oto-backend"
      ]
    }
  }
}

Or install with pip: pip install oto-backend

README Excerpt

The **central, deployable Oto product** (SaaS or on-premise): an MCP server, over Streamable HTTP, that exposes the [oto-core](https://github.com/otomata-tech/oto-core) connectors (`oto.tools.*`) as tools to Claude — plus a REST API for the no CLI dependency. - **Public endpoint**: `https://mcp.oto.ninja/mcp` (plug into claude.ai or Claude Code).