Skip to main content
Glama
henrysouchien

sheets-finance-mcp

sheets-finance-mcp

MCP server for the SheetsFinance formula catalog.

This package exposes three tools:

  • sf_search: search metrics/functions and get ranked metric_id candidates.

  • sf_formula: build validated SheetsFinance formulas from a metric_id or 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_mcp

Or via console script (installed by pyproject.toml):

sheets-finance-mcp

Claude Code MCP Config

{
  "mcpServers": {
    "sheetsfinance": {
      "command": "python",
      "args": ["-m", "sheets_finance_mcp"]
    }
  }
}

Tool Reference

Tool

Purpose

Typical Next Step

sf_search(query, limit=10)

Find matching metrics/functions

Use returned metric_id with sf_formula

sf_formula(...)

Construct a formula string (single or multi-symbol)

Paste formula in Sheets

sf_describe(target)

Inspect category/function metrics and options

Pick a metric/function for sf_formula

Example Workflow

  1. Search for a metric:

    sf_search(query="gross margin")
  2. Build a formula from the selected metric id:

    sf_formula(symbol="AAPL", metric_id="SF.ratios.grossProfitMargin")
  3. Inspect a category/function when needed:

    sf_describe(target="income")
Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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