mcpbeat Sign in

xbrlkit MCP Server

local only

xbrlkit runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Read SEC EDGAR and XBRL filings with an AI: 18 tools over the filing itself. Local, free, no account

Installs / week
pypi · xbrlkit
1
Stars
1 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check xbrlkit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xbrlkit -- uvx xbrlkit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xbrlkit": {
      "args": [
        "xbrlkit"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xbrlkit]
command = "uvx"
args = ["xbrlkit"]
.cursor/mcp.json
{
  "mcpServers": {
    "xbrlkit": {
      "args": [
        "xbrlkit"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xbrlkit": {
      "args": [
        "xbrlkit"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SEC_GOV_USER_AGENT (Your name and email, sent to EDGAR as the User-Agent when a filing is fetched from sec.gov. Optional: EDGAR works unattributed under the default, and local files, filings.xbrl.org and JSON reports need no identity.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to xbrlkit

same job, measured the same way
SEC EDGAR
by danishashko

SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.

154 installs/wk local only
Super Log
by super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

32 installs/wk local only
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

110 installs/wk local only
Email (IMAP/SMTP)
by boutquin

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

local only
Sthayi
by sthayi-ai

Local-first AI memory over MCP. No account; you own the store.

57 installs/wk local only
EdgarTools
by dgunning

Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.

194 202 installs/wk local only
no_human
by no-human-ai

File a task with your local no_human and check on it: task_add and task_status over stdio.

823 installs/wk local only
Telegram MCP Server
by tolboy

Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails.

local only

xbrlkit — questions

Answers built from our own checks of this server.

Why is there no uptime for xbrlkit?
xbrlkit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package xbrlkit.
How do I connect xbrlkit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls xbrlkit straight from pypi; nothing to host, nothing to sign up for.
Is xbrlkit open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.