-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) · 779 Bytes
/
server.json
File metadata and controls
24 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.augiemazza/varrd",
"title": "VARRD — Validated Trading Edge Library + AI Research",
"description": "The governed live edge layer. Browse validated trading edges firing right now, or test your own ideas with institutional-grade statistical methodology. Futures, equities, crypto.",
"version": "1.0.4",
"websiteUrl": "https://www.varrd.com",
"icons": [
{
"src": "https://app.varrd.com/logo512.png",
"mimeType": "image/png"
}
],
"repository": {
"url": "https://github.com/augiemazza/varrd",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://app.varrd.com/mcp"
}
]
}