stocksense for Grok
io.github.mikejj-creation/stocksense
Financial data for AI agents: SEC filings, price history, insider trades, and more.
client:Grok
transport:stdio
runtime:pypi
Install stocksense in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stocksense": {
"type": "stdio",
"command": "uvx",
"args": [
"stocksense"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs