MCP.so
ログイン

Secfinapi

@michalperni11-gif

Secfinapi について

MCP server for SECfinAPI — standardized SEC EDGAR financial data (income statements, balance sheets, cash flow, 40+ ratios) for Claude, Cursor and other AI assistants.

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

michalperni11-gif

投稿者

Michal Pernica

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "secfinapi": {
      "command": "npx",
      "args": [
        "-y",
        "secfinapi-mcp"
      ],
      "env": {
        "SECFINAPI_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

ツール

6

Company metadata + a link to its filings on SEC EDGAR

Standardized income statement (with filing dates)

Standardized balance sheet

Standardized cash flow statement

40+ financial ratios (ROE, ROIC, margins, growth…)

List / search the available US public companies

概要

What is Secfinapi?

Secfinapi is an MCP (Model Context Protocol) server that acts as a thin wrapper over the SECfinAPI REST API. It provides AI assistants such as Claude Desktop, Cursor, and VS Code with live, standardized financial data from SEC EDGAR — including income statements, balance sheets, cash flow statements, and over 40 financial ratios. The server runs locally on your machine, requires no separate hosting, and is intended for users who want to query U.S. public company financials directly from their AI assistant.

How to use Secfinapi?

  1. Obtain a free API key at https://www.secfinapi.com.
  2. Add the server to your AI assistant’s MCP configuration. For Claude Desktop, open Settings → Developer → Edit Config and insert the appropriate JSON block (either the npm published version or a local build) with the SECFINAPI_KEY environment variable set to your key. For Cursor/VS Code, use the same configuration shape.
  3. Restart the assistant. Six tools (e.g., get_income_statement, get_balance_sheet, get_metrics, list_companies) become available under the tools menu.

Key features of Secfinapi

  • Six dedicated MCP tools for financial data retrieval.
  • Over 40 financial ratios (ROE, ROIC, margins, growth).
  • Standardized income statement, balance sheet, and cash flow.
  • Live data fetched on demand from SECfinAPI.
  • Runs locally, no server to host or maintain.
  • Free API key required; no extra costs.

Use cases of Secfinapi

  • Query a company’s revenue trend with a natural language request.
  • Compare operating margins of two tickers (e.g., MSFT vs GOOGL).
  • Retrieve a company’s latest balance sheet for analysis.
  • List or search available U.S. public companies.
  • Fetch standardized cash flow statements for investment due diligence.

FAQ from Secfinapi

What data does Secfinapi provide?

It provides standardized income statements, balance sheets, cash flow statements, and over 40 financial ratios (e.g., ROE, ROIC, margins, growth) for U.S. public companies, sourced from SEC EDGAR.

How do I get an API key?

A free API key is available at https://www.secfinapi.com. The key is set via the SECFINAPI_KEY environment variable in the MCP server configuration.

What AI assistants does Secfinapi work with?

It works with any assistant that supports the Model Context Protocol (MCP), specifically mentioned for Claude Desktop, Cursor, and VS Code.

How do I run Secfinapi from source?

After cloning the repository, run npm install, then npm run build, and finally SECFINAPI_KEY=your-key node dist/index.js.

Where does the financial data live?

The data is fetched live from the SECfinAPI production endpoint. No data is stored locally; the server is a thin proxy.

コメント

「その他」の他のコンテンツ