Add FinMCP to Your AI Assistant
FinMCP works with any MCP-compatible AI assistant. Follow the instructions below for your preferred client.- Claude Desktop
- OpenCode
Add FinMCP to Claude
Use the Claude CLI to add FinMCP as an MCP server:This command registers FinMCP with Claude Desktop.
Make sure you’ve completed the installation steps before configuring your AI assistant.
Your First Query
Let’s fetch information about Apple Inc. (AAPL) using theyf_ticker_info tool.
Ask for Stock Information
In your AI assistant, ask:
“Get me information about Apple stock using yf_ticker_info”Or more naturally:
“What’s Apple’s current market cap and sector?”
Output Format Options
FinMCP supports multiple output formats to suit your needs.Markdown Tables
For tabular data like price history, useresponse_format: "markdown":
Save to File
Export data to CSV or JSON for further analysis:save option:
Preview Limits
For large datasets, control how many rows are displayed:preview_limit: 10 to limit the output.
Example Queries
Here are some example queries to explore FinMCP’s capabilities:Stock Fundamentals
Stock Fundamentals
- “What’s Tesla’s P/E ratio and market cap?”
- “Show me Microsoft’s quarterly revenue for the last year”
- “Get the balance sheet for NVDA”
Price History
Price History
- “Get Apple’s stock price history for the last month”
- “Show me SPY’s daily prices with dividends included”
- “Download price data for AAPL, MSFT, and GOOGL”
Analyst Data
Analyst Data
- “What are analysts’ price targets for Amazon?”
- “Show recent upgrades and downgrades for TSLA”
- “Get the analyst recommendations summary for META”
Insider Activity
Insider Activity
- “Show insider purchases for AAPL in the last quarter”
- “What are the major institutional holders of MSFT?”
- “Get recent insider transactions for NVDA”
Market Discovery
Market Discovery
- “Search for stocks in the semiconductor industry”
- “Show me today’s earnings calendar”
- “Find technology sector ETFs”
- “Screen for stocks with P/E ratio below 15 and dividend yield above 3%“
Understanding Tool Parameters
Most FinMCP tools accept these common parameters:- ticker (required for ticker-specific tools): Stock symbol, e.g., “AAPL”, “MSFT”
- response_format: “json” (default) or “markdown”
- preview_limit: Number of rows to display (default: 25, max: 200)
- save: Object with
format(“csv” or “json”) and optionalfilename
Next Steps
Tool Reference
Explore all 50+ tools available in FinMCP
Examples
See real-world examples and use cases