FinanceSec MCP Server
Certified SEC EDGAR facts, 12 valuation packs, and exact lattice arithmetic in Cursor, Claude Desktop, VS Code, Zed, and custom AI agents. Hosted HTTP is primary with sub-5ms deterministic recall. No LLM in the fact path.
Install FinanceSec MCP in 1-Click
Instantly connect Google Antigravity, Claude Code, Claude Desktop, Cursor, or your AI coding assistant with zero manual JSON configuration:
$agy mcp add finsec https://finsec.caleralabs.com/mcp
https://finsec.caleralabs.com/mcp
Authentication: X-License-Key (Google Antigravity / Cursor / VS Code / Claude custom) or OAuth 2.1 CIMD. Health check: /health · Readiness: /readyz · Discovery: /.well-known/mcp.json.
Manual Client Configuration (JSON & SDK)
Prefer manual setup or integrating directly into custom agent swarms? Select your platform:
agy mcp add --header "X-License-Key: clabs_live_YOUR_KEY" finsec https://finsec.caleralabs.com/mcp
{
"mcpServers": {
"finsec": {
"serverUrl": "https://finsec.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}
Native integration for Google Antigravity IDE, Antigravity 2.0, and the AGY CLI (agy). Replace clabs_live_YOUR_KEY with your key from Dashboard → API Keys.
{
"mcpServers": {
"finsec": {
"url": "https://finsec.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}
Replace clabs_live_YOUR_KEY with your key from Dashboard → API Keys.
{
"mcpServers": {
"finsec": {
"url": "https://finsec.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}
Configuration path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
{
"servers": {
"finsec": {
"url": "https://finsec.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}
{
"context_servers": {
"finsec": {
"endpoint": "https://finsec.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}
{
"mcpServers": {
"finsec": {
"serverUrl": "https://finsec.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}
agy mcp add --header "X-License-Key: clabs_live_YOUR_KEY" finsec https://finsec.caleralabs.com/mcp
claude mcp add --transport http finsec https://finsec.caleralabs.com/mcp --header "X-License-Key: clabs_live_YOUR_KEY"
from mcp import ClientSession, StdioServerParameters
import httpx
# Direct REST / MCP endpoint call
headers = {"X-License-Key": "clabs_live_YOUR_KEY", "Content-Type": "application/json"}
payload = {
"query": "What was Apple's total revenue in FY2023?",
"low_tokens": True
}
response = httpx.post("https://financesec.api.caleralabs.com/api/query", json=payload, headers=headers)
print(response.json())
Tools Surface Area (14 Certified MCP Tools)
All 14 tools execute deterministically with sub-5ms latency and zero LLM in the fact retrieval or calculation path:
| Tool Name | Description | Primary Use Case |
|---|---|---|
query_financial_sec |
Natural-language verified SEC fact recall with full cryptographic SHA-256 provenance or SAFE_REFUSAL. | Research, Chatbots, Metric lookup |
valuation_inputs |
Retrieves certified SEC valuation packs (12 packs including DCF, Piotroski, Altman Z, DuPont 5-Step). | Valuation workbooks, DCF models |
query_sec_metric_exact |
Single-cell exact EDGAR metric recall for company + metric + fiscal period. | Exact audited metric lookups |
compute_sec_cagr |
Domain 31 deterministic logarithmic CAGR calculation over verified SEC filing endpoints. | Multi-year growth compounding |
lattice_arith_evaluate |
Deterministic zero-error algebraic solver (cagr, ratio, multiply, divide, yoy_series, product_chain). | Zero-hallucination algebraic operations |
vln_capabilities_overview |
Structured catalog of all 12 valuation packs, arithmetic operations, and platform boundaries. | Agent planning & capability discovery |
query_sec_sector_peers |
Industry and sector peer screening dynamically derived from SEC filing SIC codes and 10-K segment notes. | Sector screening & peer comparison |
query_fomc_dotplot |
Certified Federal Reserve FOMC Summary of Economic Projections (SEP) Dot Plot interest rate projections across projection horizons. | Monetary policy, rate trajectory modeling |
query_macro_indicator |
Certified macroeconomic indicators from Federal Reserve (FRED), BLS, and BEA (DFF, CPI, Core PCE, Real GDP, Unemployment, Crude Oil, Trade-Weighted Dollar). | Macro risk modeling, economic indicators |
query_treasury_curve |
Certified U.S. Treasury benchmark yield curves across 13 constant maturity tenors (1M to 30Y) and key spreads (10Y-2Y, 10Y-3M). | Yield curve analysis, inversion tracking |
stress_test_portfolio |
Deterministic multi-regime stress testing on asset portfolios against macroeconomic shock vectors (10Y yield surges, oil shocks, dollar shocks, credit spreads). | Portfolio stress testing, covenant breach risk |
simulate_macro_regime |
Simulates deterministic corporate debt and covenant impacts under specific macroeconomic regime basins (stagflation, recession, soft landing, liquidity squeeze). | Regime simulation, credit headroom |
verify_financial_claim |
Topologically verifies numbers, dates, XBRL financial metrics, and causal statements in generated text in <5ms with Merkle audit seals. | Hallucination firewall, compliance gate |
firewall_audit_trail |
Domain 18 Hallucination Firewall telemetry, sub-5ms latency verification benchmarks, and cryptographic SHA-256 Merkle audit trail records. | Audit compliance, Merkle verification |
submit_support_ticket |
Submits a support ticket, question, bug report, or quota increase request directly to Calera's 3-tier Slack response pipeline with SLA guarantees. | Customer support, SLA routing, feedback |
Customer Support & Slack Response Pipeline
Need assistance, high-throughput quota increase, or custom domain connectors? Reach our engineering team immediately:
@manager_oncall · General guidance, trial questions, setup help
SLA: < 4 Hours
@owner_oncall · High QPS quota increases, enterprise connectors, rate limits
SLA: < 2 Hours
@casey · Critical incidents, VIP escalation, custom enterprise deployments
SLA: < 1 Hour
System Instruction for AI Assistants (Mandatory Grounding)
SAFE_REFUSAL (or st: 'REFUSE' in compact mode) as epistemic honesty, not a failure. To report issues or request higher rate limits, call submit_support_ticket."
Low-Token Compact Mode (High-QPS Loops)
Agent integrations executing iterative loops should pass "low_tokens": true to reduce payload size by ~88% (~38 tokens vs ~320 tokens).
{
"id": "q112",
"st": "OK",
"val": 81797000000,
"cur": "USD",
"concept": "us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax",
"per": "2023Q3",
"hash": "d9697123"
}
Status mapping: OK = VERIFIED_SUCCESS · REFUSE = SAFE_REFUSAL · ACK = EVENT_ACK_PENDING_FACTS. Full cryptographic audit hash remains recorded in server logs and verbose mode.
Production Latency & Performance SLAs
Live hosted service performance characteristics and SLA gates for AI agent integrations:
low_tokens=true / valuation packs
SLA gate < 50 ms
Full /api/query fact recall
SLA gate < 2.0 s
verify-route execution solver
SLA < 500 µs
12 Certified EDGAR Valuation Packs
Revenue, Net Income, EPS, Equity, Total Assets
Cash, Total Debt, Net Debt v1
Net Income, CFO, SBC, FCF v1, Owner Earnings
Item 1 Business Segment Line Breakdown
ROE, ROA, ROIC v1 calculation
Interest Coverage, Net Debt to EBITDA
9-Point Fundamental Health Score (0–9)
Distress & Solvency Prediction Score
Earnings Manipulation Detection Model
5-Step Extended DuPont ROE Decomposition
DPO, DSO, Cash Conversion Cycle
Historical FCF, FCF Margin, Reinvestment Rate
Marketplaces & Ecosystem Registries
Claude.ai · Desktop · Code
Slug: finsec
1-Click Install Registry
financesec-mcp
Automated Probe & Catalog
glama.json
Canonical v1 Schema
mcp-registry.json
SAFE_REFUSAL Semantics (0.00% Hallucination)
When the Volumetric Lattice lacks verified SEC filing evidence for a specific entity or metric, the server immediately returns SAFE_REFUSAL (with isError: false). This signals to the calling AI model that the number is unverified, preventing statistical confabulation.
Support & Enterprise Access
Need private VPC peering, sub-500µs HFT microstructure endpoints, or dedicated tenant capacity? Contact support@caleralabs.com or visit Universal Dashboard.