← precis.finance

INDIVIDUAL MCP TOOL

list_variants

List the what-if variants of a scenario.

precis.financenone 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

precis.finance

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

.mcp.json

{
  "mcpServers": {
    "precis": {
      "type": "http",
      "url": "https://mcp.precis.finance/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • precis_orientation — Call this first.
  • list_scenarios — List the available planning scenarios and their status.
  • list_kpis — Browse the metric catalogue — metric keys, formats, domains, and the dimensions available per metric.
  • list_inspection_sources — List the row-level sources available for inspection.
  • get_inspection_schema — Get the column schema for an inspection source.
  • inspect_rows — Inspect the row-level detail behind a figure, from an enabled inspection source.
  • run_statement — Run a financial statement — P&L, variance report, or executive summary.
  • run_statement_data — Run a financial statement — P&L, variance report, or executive summary.