← prereason.com

INDIVIDUAL MCP TOOL

get_metric

Get a single metric with pre-reasoned signal interpretation, trend analysis (7d/30d/90d), confidence score with factor breakdown, momentum, and percentile ranking.

prereason.comnone 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

prereason.com

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

.mcp.json

{
  "mcpServers": {
    "prereason": {
      "type": "http",
      "url": "https://api.prereason.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prereason": {
      "type": "http",
      "url": "https://api.prereason.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prereason",
  "transport": "streamable-http",
  "url": "https://api.prereason.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_briefings — List all available pre-reasoned market briefings with tier requirements.
  • list_metrics — List all available individual metrics (30 metrics across bitcoin, macro, and calculated categories).
  • get_health — Check API health status, version, and available endpoints.
  • get_context — Get a pre-reasoned market briefing with trend signals, confidence scores, regime classification, and causal narratives for the requested domain (Bitcoin, macro, cross-asset, FX).