Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Ivory Finance exposes a Model Context Protocol (MCP) server at:What is MCP?
The Model Context Protocol is an open standard that lets AI assistants connect to external data sources and APIs. Mintlify automatically generates an MCP server from your OpenAPI spec, making every endpoint available as a callable tool.Connect with Claude Code
Add the Ivory Finance MCP server to your Claude Code session by creating or editing.mcp.json in your project root:
YOUR_API_KEY with your key from the Dashboard.
Connect with Claude Desktop
In yourclaude_desktop_config.json:
Available Tools
Once connected, Claude can call all Ivory Finance endpoints as tools, including:| Tool | Description |
|---|---|
GET /v1/companies/{cik} | Fetch company facts by CIK |
GET /v1/financials/{cik}/ratios | Pre-computed financial ratios |
GET /v1/financials/{cik}/revenue-segments | Revenue segment breakdown |
POST /v1/rag/answer/agent | Agentic RAG with tool calling |
GET /v1/export/financials/{cik} | Download financials as Excel |
POST /v1/export/comps | Download comps table as Excel |
POST /v1/share/email | Share analysis via email |
Example Prompts
Once connected, try asking Claude:- “Pull Apple’s latest financial ratios from Ivory Finance”
- “Get me a comps table for Microsoft and export it to Excel”
- “Search for NVIDIA’s most recent 10-K risk factors”
- “Share this analysis to my team via email using channel ID 3”

