-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 1.37 KB
/
server.json
File metadata and controls
30 lines (30 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FalsifyLab/falsifylab-alpha-mcp",
"title": "FalsifyLab Alpha",
"description": "13 finance MCP tools for AI coding agents: DeFi yield (emissions-stripped), Hyperliquid vault leaderboard, SEC Form 4 insider buy clusters, 8-K material filings, macro tape, US spot ETF flows, airdrop yield-gap detection, Polymarket whale positions, earnings drift radar, token unlock radar, Fed comm radar, confluence_today cross-source signal alignment, and onchain_smart_wallets (live Solana copy-trade bot scores). Free tier no signup. Pro $19/mo for real-time + 100 results + 90-day history.",
"version": "0.3.3",
"repository": {
"url": "https://github.com/FalsifyLab/falsifylab-alpha-mcp",
"source": "github"
},
"websiteUrl": "https://falsifylab.com/pro",
"packages": [
{
"registryType": "pypi",
"identifier": "falsifylab-alpha-mcp",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "FL_API_KEY",
"description": "FalsifyLab API key. Free tier auto-issues on first call (24h cached, 10 results/query). Pro key from falsifylab.com/pro (real-time, 100 results, 90-day history).",
"isRequired": false,
"isSecret": true
}
]
}
]
}