Skip to content

Commit 1a39f52

Browse files
DevDizzleclaude
andcommitted
chore(manifest): unified mcp.json with webapp
Spec-compliant: 15 tools named (was 9), primary_tool=get_todays_pick, publication_time=09:00 ET weekdays, universe=5,230 US equities, links block with pricing + developers + llms_txt, no-auth declared. Mirrors gammarips-webapp/public/mcp.json exactly — single source of truth for MCP-aware agents crawling either endpoint. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 023283d commit 1a39f52

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

mcp.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
{
2-
"name": "GammaRips Overnight Edge",
3-
"description": "Free institutional overnight options flow scanner. Query pre-market signals, flow data, technicals, and AI-analyzed catalysts for 5,230+ tickers. No API key required.",
2+
"name": "GammaRips",
3+
"description": "One options trade a day, scored before you wake up. Free MCP endpoint exposing 15 tools over the V5.3 paper-trading engine. Paper-trading, educational only. Not investment advice.",
44
"url": "https://gammarips-mcp-406581297632.us-central1.run.app/sse",
5-
"auth": {
6-
"type": "none"
7-
},
5+
"auth": { "type": "none" },
86
"tools": [
97
"get_overnight_signals",
108
"get_enriched_signals",
119
"get_signal_detail",
10+
"get_todays_pick",
11+
"list_todays_picks",
12+
"get_freemium_preview",
1213
"get_signal_performance",
1314
"get_win_rate_summary",
15+
"get_open_position",
16+
"get_position_history",
1417
"get_daily_report",
1518
"get_report_list",
1619
"get_available_dates",
20+
"get_enriched_signal_schema",
1721
"web_search"
1822
],
19-
"tags": ["options", "institutional-flow", "overnight", "pre-market", "signals", "AI", "free"]
20-
}
23+
"primary_tool": "get_todays_pick",
24+
"publication_time": "09:00 ET weekdays",
25+
"universe": "5,230 US equities",
26+
"tags": ["options", "institutional-flow", "overnight", "paper-trading", "signals", "mcp", "free"],
27+
"links": {
28+
"home": "https://gammarips.com",
29+
"pricing": "https://gammarips.com/pricing",
30+
"developers": "https://gammarips.com/developers",
31+
"llms_txt": "https://gammarips.com/llms.txt"
32+
},
33+
"creator": { "name": "GammaRips", "url": "https://gammarips.com" },
34+
"license": "https://gammarips.com/terms"
35+
}

0 commit comments

Comments
 (0)