FalsifyLab Alpha for VS Code
io.github.falsifylab/falsifylab-alpha-mcp
Live DeFi yield, HL vaults, SEC insider/8-K, macro tape, ETF flows, airdrops, Polymarket whales.
client:VS Code
transport:stdio
runtime:pypi
Install FalsifyLab Alpha in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "fl-api-key",
"description": "FL_API_KEY",
"password": true
}
],
"servers": {
"falsifylab-alpha-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"falsifylab-alpha-mcp"
],
"env": {
"FL_API_KEY": "${input:fl-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs