FalsifyLab Alpha for Grok
io.github.falsifylab/falsifylab-alpha-mcp
Live DeFi yield, HL vaults, SEC insider/8-K, macro tape, ETF flows, airdrops, Polymarket whales.
client:Grok
transport:stdio
runtime:pypi
Install FalsifyLab Alpha in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"falsifylab-alpha-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"falsifylab-alpha-mcp"
],
"env": {
"FL_API_KEY": "<FL_API_KEY>"
}
}
}
}
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