Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Secfinapi

FreeNot checked

MCP server for SEC Financial API providing access to financial data from the U.S. Securities and Exchange Commission.

GitHubEmbed

About

MCP server for SEC Financial API providing access to financial data from the U.S. Securities and Exchange Commission.

README

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

Ask your AI assistant things like "What's Apple's revenue trend?" or "Compare MSFT and GOOGL operating margins" — it fetches the data live through SECfinAPI.

It runs locally on your machine and is a thin wrapper over the SECfinAPI REST API. No server to host, no extra cost.

Setup

  1. Get an API key (free) at https://www.secfinapi.com.
  2. Add the server to your AI assistant's MCP config.

Claude Desktop

Open Settings → Developer → Edit Config and add:

Once published to npm:

{
  "mcpServers": {
    "secfinapi": {
      "command": "npx",
      "args": ["-y", "secfinapi-mcp"],
      "env": { "SECFINAPI_KEY": "your-api-key-here" }
    }
  }
}

Running from source (before publishing):

{
  "mcpServers": {
    "secfinapi": {
      "command": "node",
      "args": ["C:/path/to/sec-financial-mcp/dist/index.js"],
      "env": { "SECFINAPI_KEY": "your-api-key-here" }
    }
  }
}

Restart Claude Desktop. The 6 tools below appear under the tools (🔌) menu.

Cursor / VS Code

Same config shape in the editor's MCP settings — command, args, and the SECFINAPI_KEY env var.

Tools

Tool Returns
get_company_info Company metadata + a link to its filings on SEC EDGAR
get_income_statement Standardized income statement (with filing dates)
get_balance_sheet Standardized balance sheet
get_cash_flow Standardized cash flow statement
get_metrics 40+ financial ratios (ROE, ROIC, margins, growth…)
list_companies List / search the available US public companies

Environment variables

Variable Required Default
SECFINAPI_KEY yes
SECFINAPI_BASE_URL no the SECfinAPI production API

Run from source

npm install
npm run build
SECFINAPI_KEY=your-key node dist/index.js

Publishing (maintainer)

npm run build
npm publish

License

MIT

from github.com/michalperni11-gif/secfinapi-mcp

Install Secfinapi in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install secfinapi-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add secfinapi-mcp -- npx -y secfinapi-mcp

FAQ

Is Secfinapi MCP free?

Yes, Secfinapi MCP is free — one-click install via Unyly at no cost.

Does Secfinapi need an API key?

No, Secfinapi runs without API keys or environment variables.

Is Secfinapi hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Secfinapi in Claude Desktop, Claude Code or Cursor?

Open Secfinapi on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Secfinapi with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs