Analytics
majestify.ai
Provides cryptocurrency asset analysis including price, risk metrics, and capabilities for investment research.
ENDPOINT 1
https://majestify.ai/_/backend/mcp
MCP server metadata
- Name
- majestify-mcp
- Version
- 1.0.0
Use Majestify tools for read-only asset, Morpho vault, methodology, and pricing context. Always state source limitations and that outputs are research-only, not financial advice.
Known tools 12
get_agent_capabilitiesUse this when a user asks what Majestify can do or when an agent needs the supported read-only modes, endpoints, and tool names.
Inferred read-onlylist_supported_assetsUse this when a user asks which crypto assets Majestify can analyze.
Inferred read-onlyget_asset_priceUse this when a user asks for current USD price, market cap, 24h change, volume, source status, or research-only context for one supported asset.
Inferred read-onlyget_asset_metricsUse 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.
Inferred read-onlyanalyze_asset_riskUse this when a user asks for a single-asset risk analysis with Majestify's research-only methodology.
Inferred read-onlycompare_assetsUse this when a user asks to compare risk-adjusted performance for multiple assets using one shared risk-free-rate lookup.
Inferred read-onlylist_morpho_vaultsUse this when a user asks for paginated Morpho vault inventory, liquidity, Majestify share-price risk metrics, or backend RPC reconciliation status.
Inferred read-onlyget_billing_plansUse this when a user asks about Majestify pricing, plan names, public plan metadata, or checkout readiness.
Inferred read-onlyget_methodologyUse this when a user asks how Majestify calculates metrics, which data sources are used, or what limitations apply.
Inferred read-onlysearchUse this when ChatGPT needs to discover relevant Majestify public pages, API objects, assets, vault resources, or submission-support documents.
Inferred read-onlyfetchUse this when ChatGPT needs the details for one result returned by the Majestify search tool.
Inferred read-onlyrender_risk_dashboardUse this when a user asks to view or compare Majestify asset and Morpho vault risk data inside an interactive ChatGPT dashboard widget.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for majestify.ai was fetched 2026-08-21T18:58:21.191Z and is being refreshed.
majestify.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.