{
  "schemaVersion": "2025-11-05",
  "serverInfo": {
    "name": "acesense-mcp",
    "title": "AceSense MCP - AI tennis video analysis",
    "version": "0.2.0",
    "vendor": "AceSense"
  },
  "description": "MCP server for AI agents that need real tennis video analysis. Tools submit videos to the AceSense GPU pipeline, poll for status, and return per-shot coaching reports. Content resources (pricing, accuracy methodology, comparisons, blog) available unauthenticated.",
  "homepage": "https://acesense.io",
  "documentation": "https://acesense.io/agents",
  "contact": "support@acesense.io",
  "auth": {
    "type": "bearer",
    "tokenFormat": "phk_<24-byte-url-safe-random>",
    "issuanceUrl": "https://admin.acesense.io"
  },
  "transports": [
    {
      "type": "http",
      "url": "https://api.acesense.io/mcp",
      "status": "live"
    }
  ],
  "capabilities": {
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "tools": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "resourceCatalog": "https://acesense.io/.well-known/agent-skills/index.json",
  "pricing": {
    "model": "per-minute",
    "currency": "EUR",
    "perMinute": 0.75,
    "freeCredits": 10
  }
}