{
  "serverInfo": {
    "name": "kicktipp-agent",
    "version": "1.2.0"
  },
  "description": "Local CLI and MCP server for kicktipp.com and kicktipp.de. Runs on the user's machine via npx. There is no hosted Streamable HTTP MCP endpoint on this origin.",
  "url": "https://github.com/christianheidorn/kicktipp-agent",
  "endpoint": "npx -y -p kicktipp-agent kicktipp-agent-mcp",
  "transport": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "-p", "kicktipp-agent", "kicktipp-agent-mcp"]
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  }
}
