← trinityinsights.io

INDIVIDUAL MCP TOOL

compare_metrics_across_rubrics

Compare metrics across Trinity's 7 rubrics.

trinityinsights.ionone 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

trinityinsights.io

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.trinityinsights-io]
url = "https://mcp.trinityinsights.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trinityinsights-io": {
      "type": "http",
      "url": "https://mcp.trinityinsights.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trinityinsights-io
Remote MCP URL: https://mcp.trinityinsights.io/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": {
    "trinityinsights-io": {
      "url": "https://mcp.trinityinsights.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trinityinsights-io": {
      "type": "http",
      "url": "https://mcp.trinityinsights.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trinityinsights-io",
  "transport": "streamable-http",
  "url": "https://mcp.trinityinsights.io/mcp"
}
MCP Inspector

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

Related tools

  • list_metrics — List Trinity certified charts available to your tier.
  • get_chart_value — Fetch certified Trinity chart value + history + EDCD education + TAE audit status.
  • get_chart_education — Get EDCD educational context for a Trinity chart (bilingual FR/EN atemporal).
  • get_audit_status — Get TAE (Trinity Audit Engine) certification status for a metric.
  • compare_cycles — Overlay 2-4 Bitcoin cycles aligned on halving (or chosen normalization).
  • get_trinity_composite — Returns Trinity proprietary composite score (0-100) + phase interpretation.
  • get_trinity_indicator — Returns the latest score + history of a Trinity v3 proprietary indicator.
  • get_glossary_term — Get Trinity glossary term definition (bilingual).