Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Sheets Finance

БесплатноНе проверен

MCP server for the SheetsFinance formula catalog, enabling search and construction of financial formulas for Google Sheets.

GitHubEmbed

Описание

MCP server for the SheetsFinance formula catalog, enabling search and construction of financial formulas for Google Sheets.

README

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.

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")
    

from github.com/henrysouchien/sheets-finance-mcp

Установка Sheets Finance

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/henrysouchien/sheets-finance-mcp

FAQ

Sheets Finance MCP бесплатный?

Да, Sheets Finance MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Sheets Finance?

Нет, Sheets Finance работает без API-ключей и переменных окружения.

Sheets Finance — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Sheets Finance в Claude Desktop, Claude Code или Cursor?

Открой Sheets Finance на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Sheets Finance with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance