Skip to content

Releases: nakazanie-ton/myrocket

xRocket MCP v0.6.0

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 24 Aug 19:07

Autonomous xRocket spot trading for AI agents, bounded by one operator-set daily value limit.

Highlights:

  • Set one daily value limit in USD or another supported asset; all spot markets are allowed by default.
  • Agents place and cancel market or limit orders without per-order approval while staying inside the configured value and built-in order-count limits.
  • Transfers and withdrawals remain separate prepare, explicit approval, and execute workflows.
  • A durable local ledger plus current-day xRocket order reconciliation preserves usage across restarts and local processes; unknown write outcomes are reserved and never resent.
  • New focused onboarding page and trading-config --limit 100 --asset USD CLI flow.
  • Hosted MCP remains a credential-free, public market-data and onboarding surface.

Start on testnet:

npx -y xrocket-mcp@0.6.0 trading-config --limit 100 --asset USD

This project is unofficial and is not affiliated with or endorsed by xRocket.

Gemini CLI extension:

gemini extensions install https://github.com/nakazanie-ton/myrocket

The platform-specific extension archives connect only to the hosted public market tools; local trading still uses the one-limit setup above.

xRocket MCP v0.5.0 — guarded CEX trading onboarding

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 24 Aug 17:49

What changed

  • makes guarded xRocket order preparation and execution the primary product flow
  • adds xrocket-mcp trading-config for testnet-first, order-only local setup
  • adds explicit trading-config --mainnet with the separate mainnet write gate
  • keeps transfers and withdrawals disabled in both generated trading templates
  • teaches the hosted public MCP to route trading requests to local setup without accepting tokens
  • adds a trading-first landing page, order prompts, and market-snapshot trading action
  • keeps every order on the prepare → explicit approval → single-use execute path

The xRocket bearer token remains local and has broad upstream account access. Start on testnet and never paste the token into chat or the hosted endpoint.

xRocket MCP v0.4.0

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 24 Aug 17:10

What’s new

  • Zero-install landing and public Streamable HTTP endpoint for live xRocket market data.
  • Copy-ready setup for MCP clients plus example prompts that reach a useful result quickly.
  • Market snapshots now include a direct Open xRocket action.
  • Privacy-safe aggregate funnel counters with no cookies, identifiers, request arguments, or market symbols.
  • Hosted deployment remains strictly public/read-only with no token or trading permissions.

Connect

Validated with 63 tests, typecheck, deterministic builds, stdio/HTTP smoke tests, Docker boundary checks, and the current MCP Registry validator.

xRocket MCP v0.3.0

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 24 Aug 15:56

Highlights

  • Adds a zero-setup public mainnet Streamable HTTP endpoint at https://xrocket-mcp-production.up.railway.app/mcp.
  • Ships a separate hosted-only bundle with exactly 10 public market-data and onboarding tools; it does not read account tokens or financial-write settings.
  • Adds Host/Origin validation, bounded bodies, rate/concurrency limits, JSON-RPC batch rejection, health checks, and graceful shutdown.
  • Keeps local stdio private-read and guarded prepare/execute workflows available through the npm package.
  • Updates the Official MCP Registry metadata with both hosted and npm transports.

Verification

  • 57 tests, typecheck, deterministic bundles, npm package inspection, stdio/HTTP/Docker smoke tests, and live GRAM market snapshot passed.
  • Railway production health and exact public tool catalog were independently verified.

xRocket MCP v0.2.0

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 24 Aug 14:12

Highlights

  • Useful zero-config public mainnet reads with every financial write gate still disabled.
  • One-call xrocket_market_snapshot and private xrocket_account_overview tools.
  • doctor, config, help, and version CLI commands for straightforward setup.
  • Automatic bounded client identifiers during prepare and actionable execution blockers.
  • MCP 2026-07-28 instructions, strict composite output schemas, corrected prepare annotations, and full JSON fallbacks.
  • Exact cross-market response validation and authenticated credential checks in private/full doctor mode.

All write tools still require explicit full, per-capability gates, prepare/approval/execute receipts, and the separate mainnet write gate.

v0.1.1

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 24 Aug 13:02

Updates the xRocket contract audit to the current OpenAPI snapshot, enforces documented internal-transfer directions during preparation, aligns package and registry metadata, and adds a safe public/testnet container path for catalog validation. The onboarding URLs remain built in.

xRocket Exchange MCP v0.1.0

Choose a tag to compare

@nakazanie-ton nakazanie-ton released this 07 Aug 07:45

First public release of the unofficial safety-first xRocket agent integration.

  • All-in-one MCP server, agent skill, and Codex plugin
  • Public/testnet/read-only defaults with 9 market and onboarding tools
  • Optional local private-read and guarded full profiles with 22 total tools
  • Prepare/execute receipts, separate write gates, no automatic write retries, and exact client-ID reconciliation
  • Complete Exchange documentation inventory: 50 pages, 26 OpenAPI operations, 7 WebSocket channels, and 4 linked legal PDFs
  • Disclosed xRocket onboarding referral code: kaban

Codex install:
codex plugin marketplace add nakazanie-ton/myrocket --ref main
codex plugin add xrocket-exchange@xrocket-agents

The full financial-write profile is not eligible for the OpenAI public plugins directory. See README and docs/DISTRIBUTION.md for supported publication paths and safety boundaries.