← majestify.ai

INDIVIDUAL MCP TOOL

get_asset_metrics

Use this when a user asks for Sharpe, Sortino, VaR, CVaR, drawdown, volatility, or other risk metrics for one asset over a selected crypto calendar window.

majestify.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

majestify.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.majestify-mcp]
url = "https://majestify.ai/_/backend/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "majestify-mcp": {
      "type": "http",
      "url": "https://majestify.ai/_/backend/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: majestify-mcp
Remote MCP URL: https://majestify.ai/_/backend/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "majestify-mcp": {
      "url": "https://majestify.ai/_/backend/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "majestify-mcp": {
      "type": "http",
      "url": "https://majestify.ai/_/backend/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "majestify-mcp",
  "transport": "streamable-http",
  "url": "https://majestify.ai/_/backend/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_agent_capabilities — Use this when a user asks what Majestify can do or when an agent needs the supported read-only modes, endpoints, and tool names.
  • list_supported_assets — Use this when a user asks which crypto assets Majestify can analyze.
  • get_asset_price — Use this when a user asks for current USD price, market cap, 24h change, volume, source status, or research-only context for one supported asset.
  • analyze_asset_risk — Use this when a user asks for a single-asset risk analysis with Majestify's research-only methodology.
  • compare_assets — Use this when a user asks to compare risk-adjusted performance for multiple assets using one shared risk-free-rate lookup.
  • list_morpho_vaults — Use this when a user asks for paginated Morpho vault inventory, liquidity, MajestifyX share-price risk metrics, or backend RPC reconciliation status.
  • get_billing_plans — Use this when a user asks about Majestify pricing, plan names, public plan metadata, or checkout readiness.
  • get_methodology — Use this when a user asks how Majestify calculates metrics, which data sources are used, or what limitations apply.