← Registry

Analytics

xrocket-mcp-production.up.railway.app

Provides comprehensive financial market data including symbols, tickers, candlesticks, and order book snapshots.

1 endpoint10 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://xrocket-mcp-production.up.railway.app/mcp

No auth detected

MCP server metadata

Name
xrocket-mcp
Version
0.6.0
Capabilities
tools.listChanged
Server instructions

This hosted endpoint exposes only public xRocket mainnet market data. Use xrocket_market_snapshot for broad market questions and the narrow public tools for exact details. If the user wants to trade, call xrocket_onboarding_links and guide them to the local autonomous trading profile; do not imply this hosted endpoint can place an order. Locally, the user sets one daily value limit and the agent may place and cancel orders inside it without per-order approval. Transfers and withdrawals remain separate explicit-approval operations. This endpoint never accepts account tokens and cannot expose balances or account writes. Ask the user to sign in to xRocket when credentials are needed, and never ask them to paste a token into chat.

Known tools 10

xrocket_market_snapshot

Resolve an exact symbol or base asset and return market rules, ticker, best bid/ask, recent trades, and fees in one read-only call.

Inferred read-only
xrocket_market_symbols

List all exchange symbols or inspect one exact symbol and its trading constraints.

Inferred read-only
xrocket_market_tickers

Get public 24-hour ticker data, optionally for a repeated list of symbols.

Inferred read-only
xrocket_market_candles

Get public OHLCV candles for an exact ISO-8601 time window.

Inferred read-only
xrocket_market_orderbook

Get a public order-book snapshot.

Inferred read-only
xrocket_market_trades

Get recent public trades for one symbol.

Inferred read-only
xrocket_asset_info

List public assets or inspect one exact asset identifier.

Inferred read-only
xrocket_rates

Get public crypto-asset rates in one fiat base currency.

Inferred read-only
xrocket_trade_fees

Get exchange trade-fee data, optionally for repeated symbols.

Potential side effects
xrocket_onboarding_links

Return xRocket sign-in links, the local autonomous trading setup, and canonical API documentation.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.xrocket-mcp]
url = "https://xrocket-mcp-production.up.railway.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xrocket-mcp": {
      "type": "http",
      "url": "https://xrocket-mcp-production.up.railway.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xrocket-mcp
Remote MCP URL: https://xrocket-mcp-production.up.railway.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "xrocket-mcp": {
      "url": "https://xrocket-mcp-production.up.railway.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xrocket-mcp": {
      "type": "http",
      "url": "https://xrocket-mcp-production.up.railway.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xrocket-mcp",
  "transport": "streamable-http",
  "url": "https://xrocket-mcp-production.up.railway.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for railway.app was fetched 2026-08-25T20:04:34.605Z.

Trust status Trusted

railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.