Skip to content
Cursor

xbrlkit for Cursor

ai.robosystems/xbrlkit

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

client:Cursor transport:stdio runtime:pypi

Install xbrlkit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xbrlkit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xbrlkit"
      ],
      "env": {
        "SEC_GOV_USER_AGENT": "<SEC_GOV_USER_AGENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

xbrlkit in other clients