agentsclimarketplace

Gatedata mcp installer

Skill gate/gate-data-ai-agent/skills/gatedata-mcp-installer

One-click installer for GateData MCP and agent skills on Cursor, Claude Code, or Codex. Triggers on 'install GateData MCP', 'setup GateData Cursor', 'GateData skills', '接入 GateData', '安装 GateData MCP', 'GateData agent'.From its SKILL.md

Install
npx -y skills add gate/gate-data-ai-agent --skill gatedata-mcp-installer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.3 KB, 873 tokens by cl100k_base, as published. Nobody here has run it

GateData MCP Installer

General Rules

⚠️ STOP — Read gatedata-runtime-rules.md before proceeding.

  • Only call MCP tools documented in domain skills. Undocumented tools must NOT be called without user intent.
  • Never echo API keys in chat or installer output.

MCP Dependencies

Required MCP Server (after install)

MCP ServerEndpoint
GateDatahttps://mcp.gatedata.ai/mcp

API Key Prerequisites

Create a production key at gatedata.ai:

SettingRequired
enable_mcp
scopesmarkets, prediction, signals (as needed)

Installation Check

  1. Run the installer script (preferred), or guide the user to run it.
  2. If multiple clients exist on one machine (Cursor + Claude), the script requires --platform.

Execution

Read and follow references/mcp.md, then run:

bash skills/gatedata-mcp-installer/scripts/install.sh --platform cursor

Flags

FlagMeaning
--platformcursor | claude | codex
--moderemote (default, Streamable HTTP) | stdio (gatedata mcp-bridge)
--api-keygd_live_*
--gatedata-binPath to gatedata binary (stdio mode)
--no-skillsMCP config only
--skills-onlySync skills only; no MCP changes
--dry-runPreview without writing files
--force-mcpUpdate MCP even if GateData already configured

Skills update check: bash scripts/sync-skills.sh --check

API key resolution

  1. --api-key
  2. GATEDATA_API_KEY env
  3. Existing MCP config GateData Bearer (Cursor/Claude JSON, Codex TOML) via read-api-key.js
  4. ~/.gatedata/config.yaml
  5. Interactive prompt (hidden input; skipped with --skills-only)

Platform matrix

PlatformMCP configSkills directory
Cursor~/.cursor/mcp.json~/.cursor/skills/
Claude Code~/.claude.jsonmcpServers~/.claude/skills/
Codex~/.codex/config.toml~/.codex/skills/

Verification

After install and client restart:

  1. MCP panel shows GateData
  2. tools/list includes markets_get_snapshot, prediction_get_rankings, signals_search_news, etc.
  3. Test call: ask user "BTC 现价" — should route to markets_get_snapshot

Resources

TypeLink
Domain skillsgatedata-market-research, gatedata-prediction-markets, gatedata-signals-news
Getting starteddocs/en/getting-started.md
API docs (EN)https://gatedata.ai/docs
API docs (ZH)https://gatedata.ai/zh-hans/docs
MCP setupgatedata.ai/docs

One-click prompts

中文:

帮我自动安装 GateData MCP:https://github.com/gate/gate-data-ai-agent

English:

Help me auto install GateData MCP: https://github.com/gate/gate-data-ai-agent

What ships with it: 10 files

26.5 KB alongside SKILL.md, 4 of them executable

references/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.