Releases: nakazanie-ton/myrocket
Release list
xRocket MCP v0.6.0
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 USDCLI 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 USDThis 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
What changed
- makes guarded xRocket order preparation and execution the primary product flow
- adds
xrocket-mcp trading-configfor testnet-first, order-only local setup - adds explicit
trading-config --mainnetwith 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
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
- Start: https://xrocket-mcp-production.up.railway.app/
- MCP endpoint: https://xrocket-mcp-production.up.railway.app/mcp
- npm:
xrocket-mcp@0.4.0
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
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
Highlights
- Useful zero-config public mainnet reads with every financial write gate still disabled.
- One-call
xrocket_market_snapshotand privatexrocket_account_overviewtools. 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
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
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.