Fundz Agent API for Gemini CLI
net.fundz/agent-api
Dated funding and SEC 8-K events, each linked to the filing it came from.
client:Gemini CLI
transport:streamable-http
tools:4
Install Fundz Agent API in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-api": {
"httpUrl": "https://api.fundz.net/v1/agent/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs