Serversapp.contendeo/contendeo
C

Contendeo

app.contendeo/contendeo · v0.1.0
● Remote
v0.1.0remote🌐 https://contendeo.app/mcp/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.contendeo/contendeo",
  "description": "Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.",
  "title": "Contendeo",
  "repository": {
    "url": "https://github.com/0xKaroshi/contendeo-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "websiteUrl": "https://contendeo.app",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://contendeo.app/mcp/"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "auth": "oauth2",
      "free_tier_credits": 10,
      "pricing_model": "credit-based",
      "tool": "manual",
      "tools_exposed": [
        "quick_transcribe",
        "deep_analyze",
        "clip_context",
        "batch_analyze"
      ],
      "version": "0.1.0"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}