{
  "schema_version": "2025-11-25",
  "name": "Majestify MCP",
  "description": "Public read-only MCP server and ChatGPT dashboard widget for Majestify asset, Morpho vault, methodology, and pricing data.",
  "transport": {
    "type": "streamable_http",
    "url": "https://majestify.ai/_/backend/mcp"
  },
  "auth": {
    "type": "none"
  },
  "support": {
    "email": "atenkhu01@gmail.com",
    "url": "https://majestify.ai/support",
    "privacy_policy_url": "https://majestify.ai/privacy-policy",
    "terms_url": "https://majestify.ai/terms"
  },
  "submission_status": {
    "chatgpt_app_ready": true,
    "dashboard_widget": true,
    "read_only": true,
    "mutating_tools_exposed": false,
    "finance_safety": "Research-only. No trading, custody, transfers, checkout creation, publishing, scheduling, or advisory actions are exposed through MCP."
  },
  "resources": [
    {
      "uri": "ui://majestify/risk-dashboard/v1.html",
      "name": "majestify_risk_dashboard",
      "title": "Majestify Risk Dashboard",
      "description": "Read-only dashboard widget for asset and Morpho vault risk intelligence in ChatGPT.",
      "mimeType": "text/html;profile=mcp-app"
    }
  ],
  "widget": {
    "resource_uri": "ui://majestify/risk-dashboard/v1.html",
    "mime_type": "text/html;profile=mcp-app",
    "default_tool": "render_risk_dashboard"
  },
  "rate_limits": {
    "tool_calls": "30 requests per minute per client IP",
    "upstream": "CoinGecko and Morpho calls also use backend caching and upstream-aware throttling."
  },
  "tools": [
    "get_agent_capabilities",
    "list_supported_assets",
    "get_asset_price",
    "get_asset_metrics",
    "compare_assets",
    "analyze_asset_risk",
    "list_morpho_vaults",
    "get_billing_plans",
    "get_methodology",
    "search",
    "fetch",
    "render_risk_dashboard"
  ],
  "mutating_tools_blocked": [
    "analyze_treasury",
    "create_billing_checkout",
    "create_treasury_report",
    "publish",
    "submit_suggestion",
    "subscribe",
    "trade",
    "transfer"
  ],
  "disclaimer": "Majestify is research-only and does not provide financial advice."
}
