{
  "manifest_version": "0.4",
  "name": "skode-crm",
  "display_name": "Skode CRM",
  "short_description": "AI-native CRM with 20 modules: leads, deals, tasks, invoices, and e-commerce.",
  "long_description": "Skode CRM is an AI-native customer relationship management platform built by Skode Technologies Private Limited (Kerala, India). This Remote MCP server exposes the authenticated user's CRM workspace — leads, contacts, deals, tasks, notes, invoices, estimates, payments, activities, reports, projects, products, email sequences, time-tracking, plus e-commerce orders, customers, revenue, shipping, and returns — to any MCP-compatible client such as Claude Desktop, Claude Web, Claude Team/Enterprise, and the Claude API. All tools are tenant-scoped, OAuth 2.1 gated, and rate-limited. Every write action requires a human-in-the-loop confirmation enforced on the Skode server.",
  "version": "2026.04.20",
  "vendor": {
    "name": "Skode Technologies Private Limited",
    "url": "https://skode.ai",
    "support_email": "support@skode.ai",
    "security_email": "security@skode.ai"
  },
  "logo_url": "https://skode.ai/brand/skode-logo-512.png",
  "icon_url": "https://skode.ai/brand/skode-logo-64.png",
  "icon_url_square_120": "https://skode.ai/brand/skode-logo-120.png",
  "categories": ["productivity", "crm", "sales", "marketing"],
  "transport": {
    "type": "streamable_http",
    "url": "https://api.skode.ai/mcp"
  },
  "auth": {
    "type": "oauth2.1",
    "authorization_server_metadata_url": "https://api.skode.ai/.well-known/oauth-authorization-server",
    "protected_resource_metadata_url": "https://api.skode.ai/.well-known/oauth-protected-resource",
    "dynamic_client_registration_url": "https://api.skode.ai/oauth/register",
    "requires_pkce": true,
    "pkce_methods_supported": ["S256"],
    "resource_indicators_supported": true,
    "resource": "https://api.skode.ai/mcp",
    "scopes_supported": [
      "crm.leads.read",
      "crm.leads.write",
      "crm.contacts.read",
      "crm.contacts.write",
      "crm.deals.read",
      "crm.deals.write",
      "crm.tasks.read",
      "crm.tasks.write",
      "crm.invoices.read",
      "crm.invoices.write",
      "crm.reports.read",
      "ecom.orders.read",
      "ecom.products.read",
      "ecom.revenue.read"
    ]
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false,
    "roots": false
  },
  "tool_annotations": {
    "read_only_tools_prefix": ["list_", "get_", "search_", "report_"],
    "destructive_tools_prefix": ["delete_", "void_", "cancel_"],
    "open_world_hint": false,
    "human_in_the_loop_required_for_mutations": true
  },
  "rate_limits": {
    "requests_per_minute_per_workspace": 600,
    "retry_after_header": true
  },
  "privacy_policy_url": "https://skode.ai/privacy/",
  "terms_of_service_url": "https://skode.ai/terms/",
  "data_processing_addendum_url": "https://skode.ai/dpa/",
  "sub_processors_url": "https://skode.ai/legal/sub-processors/",
  "ai_connector_terms_url": "https://skode.ai/legal/ai-connector-terms/",
  "security_policy_url": "https://skode.ai/security/",
  "security_txt_url": "https://skode.ai/.well-known/security.txt",
  "status_url": "https://skode.ai/status/",
  "support_url": "https://skode.ai/contact/",
  "documentation_url": "https://skode.ai/docs/mcp-server/",
  "end_user_documentation_url": "https://skode.ai/docs/claude-connector/",
  "data_retention": {
    "prompt_retention": "none",
    "response_retention": "none",
    "audit_metadata_retention_days": 365,
    "used_for_model_training": false
  },
  "compliance": {
    "gdpr": true,
    "uk_gdpr": true,
    "dpdpa_india_2023": true,
    "ccpa_cpra": true,
    "zero_data_retention_upstream": true,
    "hosting_region": "AWS ap-south-1 (Mumbai, India)"
  },
  "example_prompts": [
    "Summarise every deal closing this month, grouped by owner, with pipeline value and one recommended next action each.",
    "List contacts I have not emailed in 60 days with open deals above $20,000, and draft a short follow-up for each.",
    "Break down this month's e-commerce revenue by category, flag SKUs with return rates above 8%, and propose experiments."
  ]
}
