|
| 1 | +# Ask Gina for Cursor and Grok Bot |
| 2 | + |
| 3 | +Read-only market and account research through Gina MCP. Install this plugin, connect Ask Gina, then ask about wallets, spot tokens, Hyperliquid, or Polymarket. |
| 4 | + |
| 5 | +Production MCP: `https://askgina.ai/ai/gina/mcp` |
| 6 | +Scope: `tools:read` only. This plugin does not include Spot execute. |
| 7 | + |
| 8 | +## Install |
| 9 | + |
| 10 | +1. Install **Ask Gina** from the Cursor / Grok Bot plugin marketplace, or load this folder as a local plugin. |
| 11 | +2. Open the Gina connector and choose **Connect**. Complete Ask Gina OAuth in the browser. |
| 12 | +3. Confirm the connector shows the read tools (29 catalog tools). Skills below should appear as well. |
| 13 | + |
| 14 | +OAuth callbacks the Gina authorization server must allow: |
| 15 | + |
| 16 | +- `https://www.cursor.com/agents/mcp/oauth/callback` (Cursor / Grok Bot web) |
| 17 | +- `http://localhost:8787/callback` (desktop) |
| 18 | + |
| 19 | +## What it can do |
| 20 | + |
| 21 | +| Skill | Use for | |
| 22 | +| --- | --- | |
| 23 | +| `review-gina-account` | Linked wallets, cross-chain holdings, scheduled prompts | |
| 24 | +| `research-spot-tokens` | Live spot prices, metadata, charts, completed swap history | |
| 25 | +| `research-hyperliquid` | Hyperliquid / HIP-3 markets, positions, orders, fills | |
| 26 | +| `research-prediction-markets` | Polymarket discovery, books, public rows, your positions | |
| 27 | + |
| 28 | +Try: “Show my linked wallets.” / “Chart ETH over the past week.” / “Which prediction markets expire soon?” |
| 29 | + |
| 30 | +## What it cannot do |
| 31 | + |
| 32 | +Gina will not place trades, transfer assets, change leverage, redeem positions, or create/edit schedules from this plugin. For those, it should hand you a link to continue on [Ask Gina](https://askgina.ai). |
| 33 | + |
| 34 | +Privacy: https://askgina.ai/privacy-policy |
| 35 | +Terms: https://askgina.ai/terms-and-conditions |
| 36 | +Support: https://askgina.ai/support |
| 37 | + |
| 38 | +## Layout |
| 39 | + |
| 40 | +``` |
| 41 | +.cursor-plugin/plugin.json |
| 42 | +mcp.json |
| 43 | +skills/*/SKILL.md |
| 44 | +assets/icon.svg |
| 45 | +README.md |
| 46 | +LICENSE |
| 47 | +``` |
| 48 | + |
| 49 | +`mcp.json` is URL-only so Cursor and Grok Bot run Streamable HTTP plus MCP OAuth. Do not add a bearer header or `"type": "streamable-http"`. |
| 50 | + |
| 51 | +## Source |
| 52 | + |
| 53 | +Canonical overlay: `plugins/ask-gina/targets/cursor/` in [askgina/plugins](https://github.com/askgina/plugins). Skills come from `plugins/ask-gina/skills/`. Operating product remains `t-y-b-b/nextjs-ai-chatbot`. |
0 commit comments