{
    "schemaVersion": "2024-11-05",
    "serverInfo": {
        "name": "doctorSIM Agentic Commerce",
        "version": "2.0.0"
    },
    "transport": {
        "type": "stdio",
        "package": "doctorsim-agentic-commerce-mcp",
        "installCommand": "Follow MCP stdio setup in https://www.doctorsim.com/agents/SKILL.md",
        "documentation": "https://www.doctorsim.com/api-docs/"
    },
    "authentication": {
        "type": "oauth2",
        "authorizationServer": "https://www.doctorsim.com/.well-known/oauth-authorization-server",
        "resource": "https://api.doctorsim.com/v2",
        "scopes": [
            "orders:read",
            "orders:write",
            "balance:read",
            "webhooks:read",
            "webhooks:write"
        ]
    },
    "capabilities": {
        "tools": {
            "listChanged": false
        }
    },
    "endpoints": {
        "apiBase": "https://api.doctorsim.com/v2",
        "openapi": "https://www.doctorsim.com/api-docs/openapi.yaml",
        "status": "https://api.doctorsim.com/v2/status"
    }
}