xbrlkit for Gemini CLI
ai.robosystems/xbrlkit
Read SEC EDGAR and XBRL filings with an AI: 18 tools over the filing itself. Local, free, no account
client:Gemini CLI
transport:stdio
runtime:pypi
Install xbrlkit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"xbrlkit": {
"command": "uvx",
"args": [
"xbrlkit"
],
"env": {
"SEC_GOV_USER_AGENT": "<SEC_GOV_USER_AGENT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs