← precis.finance
INDIVIDUAL MCP TOOL
get_load_status
Fetch one data load's full detail by load_id — timestamps, status, rows landed, and any error message.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent endpoint
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.