-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
92 lines (92 loc) · 2.38 KB
/
Copy pathserver.json
File metadata and controls
92 lines (92 loc) · 2.38 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tdobrowolski1/flashalpha",
"description": "Real-time & historical options analytics: GEX, dealer positioning, vol, VRP, 0DTE, CME futures",
"repository": {
"url": "https://github.com/FlashAlpha-lab/flashalpha-mcp",
"source": "github"
},
"version": "1.6.3",
"remotes": [
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/gex"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/gex"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/directional"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/directional"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/premium"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/premium"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/spreads"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/spreads"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/0dte"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/0dte"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/swing"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/swing"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/volarb"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/volarb"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/quant"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/quant"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp/earnings"
},
{
"type": "streamable-http",
"url": "https://lab.flashalpha.com/mcp-oauth/earnings"
}
]
}