Give your AI a live line to the whales
Connect once, then just ask. Your assistant reads live whale trades and funding across 15 exchanges and 3 chains, plus liquidations from the exchanges that publish them, and answers in plain English.
Pick your AI
Each app puts this in a different place. Yours is below.
- Settings, Customize, Connectors.
- Click Add custom connector.
- Paste the URL, then Connect and sign in.
https://coinlobster.com/mcp/connector
- Settings, Security and login, turn on Developer mode.
- At chatgpt.com/plugins, click the plus button.
- Paste the URL under Connection.
https://coinlobster.com/mcp/connector
- Settings & help, then Connected Apps.
- Under Custom apps, click Add a custom app and paste the URL.
https://coinlobster.com/mcp/connector
Gemini CLI
gemini mcp add -s user --transport http coinlobster https://coinlobster.com/mcp/connectorOr install the extension:
gemini extensions install https://github.com/coinlobster/coinlobster-gemini-extension- At grok.com/connectors, click New Connector, then Custom.
- Paste the URL and sign in.
https://coinlobster.com/mcp/connector
- Settings, Connectors, + Custom connector, Remote.
- Paste the URL and pick OAuth.
https://coinlobster.com/mcp/connector
claude mcp add --scope user --transport http coinlobster https://coinlobster.com/mcp/connector- Then type /mcp, pick coinlobster, choose Authenticate.
Optional: the analysis skills
Methodology, not just data. Open source.
/plugin marketplace add coinlobster/agent-skills
/plugin install coinlobster@coinlobstercodex mcp add coinlobster --url https://coinlobster.com/mcp/connectorcodex mcp login coinlobster- A browser opens to sign in.
Add to ~/.cursor/mcp.json, then reload.
{
"mcpServers": {
"coinlobster": { "url": "https://coinlobster.com/mcp/connector" }
}
}Run MCP: Add Server from the command palette, or add this to .vscode/mcp.json.
{
"servers": {
"coinlobster": {
"type": "http",
"url": "https://coinlobster.com/mcp/connector"
}
}
}They all speak the same protocol. Point yours at this address.
https://coinlobster.com/mcp/connector
- Zed: Settings, AI, MCP Servers, Add Remote Server.
- LM Studio: Program, Install, Edit mcp.json.
- Raycast: run Install MCP Server, transport HTTP.
- Goose:
goose session --with-streamable-http-extension "https://coinlobster.com/mcp/connector"
Or skip the sign-in
{ "mcpServers": { "coinlobster": { "url": "https://coinlobster.com/mcp" } } }Skills-aware agents: npx skills add coinlobster/agent-skills
Signing in makes your free CoinLobster account, no card. Or just use the whale radar →
Connected free, you get Bitcoin and every $1M+ whale trade. Every coin in full inside an AI is a developer plan. Pro is the website, and does not cover this.
Writing a bot? None of the above needs a key. The REST endpoints do: get a free one.
Then just ask
No commands to learn. Ask in plain English, your AI picks the right data.
Every answer is descriptive market data with the recorded window attached. It reports what happened, never what happens next.
What it costs
Free on both surfaces. One developer plan, one credit balance, either way in.
In your AI
Claude, ChatGPT, any MCP client40 to 100 credits per tool call. 2x REST: one prompt fans out into many calls.
- BTC live in full, plus every $1M+ trade on any coin live. Other coins arrive on a 15 minute delay.
- Whale radar and liquidations, read only
- Every pair live, no delay, full depth
- Whale USD size, crowding, projected liq zones
- Tool calls spend credits from the same balance
Keyless calls cost nothing. A free API key does not lift depth here, and nor does a $9 Pro website subscription. It does give your connection its own rate limit instead of one shared with every anonymous caller.
In your code
REST, from your own scripts and bots10 to 50 credits per call, by endpoint.
- 1,000 credits once
- $10 = 5,000 · $49 = 50,000 · $199 = 250k
- Never expire
- Builder $29 = 100k · Growth $99 = 500k · Scale $249 = 2M
- Credits roll over while active
Commercial use allowed on every paid plan.
CoinLobster Pro ($9/mo) is the website, live feed, alerts and radar. It is a separate product and does not include MCP or API access. See Pro · Developer plans
27 read-only tools, called automatically by your AI. See every one in the API docs. API docs · Open-source skills · Privacy · Terms