{
  "schema_version": "1.0",
  "name": "Clara",
  "description": "AI receptionist for small businesses and tradespeople. Answers calls 24/7, captures enquiry details, delivers structured summaries.",
  "url": "https://heyitsclara.com",
  "logo": "https://heyitsclara.com/favicon.svg",
  "provider": {
    "name": "44pixels",
    "url": "https://44pixels.com"
  },
  "contact_email": "hello@heyitsclara.com",
  "capabilities": [
    "voice-answering",
    "lead-capture",
    "call-summary",
    "multilingual-caller-conversations",
    "multilingual-app-interface"
  ],
  "languages": {
    "caller_conversations": [
      "English",
      "Spanish",
      "Brazilian Portuguese",
      "Chinese",
      "French"
    ],
    "app_interface": [
      "English",
      "Spanish",
      "French",
      "Portuguese",
      "Chinese"
    ],
    "call_summaries": "Owners can choose the language used for new call summaries."
  },
  "supported_countries": [
    "US",
    "GB",
    "CA"
  ],
  "target_audience": "Small businesses, tradespeople, and self-employed contractors with fewer than 50 employees",
  "pricing": {
    "model": "subscription",
    "plans": [
      {
        "name": "Clara",
        "region": "US",
        "price": "$39/month or $399/year",
        "trial": "7-day free trial"
      },
      {
        "name": "Clara",
        "region": "GB",
        "price": "£39/month or £399/year",
        "trial": "7-day free trial"
      },
      {
        "name": "Clara",
        "region": "CA",
        "price": "CA$49/month or CA$499/year",
        "trial": "7-day free trial"
      },
      {
        "name": "Clara Pro",
        "region": "US",
        "price": "$69/month or $699/year",
        "trial": "7-day free trial"
      },
      {
        "name": "Clara Pro",
        "region": "GB",
        "price": "£69/month or £699/year",
        "trial": "7-day free trial"
      },
      {
        "name": "Clara Pro",
        "region": "CA",
        "price": "CA$89/month or CA$899/year",
        "trial": "7-day free trial"
      },
      {
        "name": "Clara Teams seat",
        "region": "US",
        "price": "$29 per seat/month, seats always billed monthly",
        "trial": "part of Clara Pro"
      },
      {
        "name": "Clara Teams seat",
        "region": "GB",
        "price": "£29 per seat/month, seats always billed monthly",
        "trial": "part of Clara Pro"
      },
      {
        "name": "Clara Teams seat",
        "region": "CA",
        "price": "CA$39 per seat/month, seats always billed monthly",
        "trial": "part of Clara Pro"
      }
    ]
  },
  "links": {
    "homepage": "https://heyitsclara.com",
    "pricing": "https://heyitsclara.com/us/pricing/",
    "support": "https://heyitsclara.com/us/support/",
    "compare": "https://heyitsclara.com/us/compare/",
    "blog": "https://heyitsclara.com/us/blog/",
    "llms_txt": "https://heyitsclara.com/llms.txt",
    "ai_plugin": "https://heyitsclara.com/.well-known/ai-plugin.json",
    "developers": "https://heyitsclara.com/developers",
    "auth_instructions": "https://heyitsclara.com/auth.md",
    "openapi": "https://heyitsclara.com/openapi.json",
    "api_catalog": "https://heyitsclara.com/.well-known/api-catalog",
    "mcp_server_card": "https://heyitsclara.com/.well-known/mcp.json",
    "agent_skills": "https://heyitsclara.com/.well-known/agent-skills/index.json",
    "llms_full_txt": "https://heyitsclara.com/llms-full.txt",
    "sitemap": "https://heyitsclara.com/sitemap-index.xml"
  },
  "instructions_url": "https://heyitsclara.com/.well-known/agent-instructions.json",
  "api": {
    "type": "mcp",
    "description": "Model Context Protocol server for a Clara account's own calls, messages, customers, and receptionist settings. There is no public REST API.",
    "endpoint": "https://mcp.heyitsclara.com/mcp",
    "transport": "streamable-http",
    "protocol_revision": "2025-06-18",
    "requires_plan": "Clara Pro",
    "openapi": "https://heyitsclara.com/openapi.json",
    "catalog": "https://heyitsclara.com/.well-known/api-catalog",
    "documentation": "https://heyitsclara.com/developers",
    "health": "https://mcp.heyitsclara.com/health",
    "auth": {
      "type": "oauth2",
      "grant_types": [
        "authorization_code",
        "refresh_token"
      ],
      "pkce": [
        "S256"
      ],
      "dynamic_client_registration": true,
      "client_authentication": "none",
      "authorization_endpoint": "https://mcp.heyitsclara.com/authorize",
      "token_endpoint": "https://mcp.heyitsclara.com/token",
      "registration_endpoint": "https://mcp.heyitsclara.com/register",
      "authorization_server_metadata": "https://mcp.heyitsclara.com/.well-known/oauth-authorization-server",
      "protected_resource_metadata": "https://mcp.heyitsclara.com/.well-known/oauth-protected-resource",
      "scopes_supported": [],
      "scope_note": "No OAuth scope vocabulary is issued yet. A token acts as one Clara user, limited to the businesses their account can already reach; Clara's backend enforces tenancy on every call and MCP clients confirm write tools with the person first."
    },
    "tools": {
      "read": 14,
      "write": 17
    }
  }
}
