sheets-finance-mcp
Provides tools for searching, building, and describing SheetsFinance formulas to retrieve financial market and company data in Google Sheets.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sheets-finance-mcpsearch for gross margin metric"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sheets-finance-mcp
MCP server for the SheetsFinance formula catalog.
This package exposes three tools:
sf_search: search metrics/functions and get rankedmetric_idcandidates.sf_formula: build validated SheetsFinance formulas from ametric_idor explicit function/category/metric fields.sf_describe: inspect category/function metadata, metric lists, and examples.
What Is SheetsFinance?
SheetsFinance is a Google Sheets add-on for financial market/company data retrieval using spreadsheet formulas.
Related MCP server: google-sheets-mcp
Installation
From this package directory:
pip install -e .Run as a module:
python -m sheets_finance_mcpOr via console script (installed by pyproject.toml):
sheets-finance-mcpClaude Code MCP Config
{
"mcpServers": {
"sheetsfinance": {
"command": "python",
"args": ["-m", "sheets_finance_mcp"]
}
}
}Tool Reference
Tool | Purpose | Typical Next Step |
| Find matching metrics/functions | Use returned |
| Construct a formula string (single or multi-symbol) | Paste formula in Sheets |
| Inspect category/function metrics and options | Pick a metric/function for |
Example Workflow
Search for a metric:
sf_search(query="gross margin")Build a formula from the selected metric id:
sf_formula(symbol="AAPL", metric_id="SF.ratios.grossProfitMargin")Inspect a category/function when needed:
sf_describe(target="income")
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henrysouchien/sheets-finance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server