{
    "name": "Tier1.shop API",
    "version": "v1",
    "api_enabled": true,
    "authentication": "Authorization: Bearer t1c_sk_…",
    "api_key_request_url": "https://tier1.shop/wp-json/tier1-api/v1/api-key-requests",
    "documentation_url": "https://tier1.shop/api-documentation/",
    "openapi_url": "https://tier1.shop/openapi.json",
    "rest_openapi_url": "https://tier1.shop/wp-json/tier1-api/v1/openapi.json",
    "mcp_url": "https://mcp-v2.tier1.shop/mcp",
    "public_registration": true,
    "supported_operations": [
        "profile:read",
        "balance:read",
        "orders:read",
        "links:read",
        "catalog:read",
        "orders:write",
        "links:write",
        "checkout:create"
    ]
}