Analytics
xrocket-mcp-production.up.railway.app
Provides comprehensive financial market data including symbols, tickers, candlesticks, and order book snapshots.
ENDPOINT 1
https://xrocket-mcp-production.up.railway.app/mcp
MCP server metadata
- Name
- xrocket-mcp
- Version
- 0.6.0
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_snapshotResolve 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-onlyxrocket_market_symbolsList all exchange symbols or inspect one exact symbol and its trading constraints.
Inferred read-onlyxrocket_market_tickersGet public 24-hour ticker data, optionally for a repeated list of symbols.
Inferred read-onlyxrocket_trade_feesGet exchange trade-fee data, optionally for repeated symbols.
Potential side effectsxrocket_onboarding_linksReturn xRocket sign-in links, the local autonomous trading setup, and canonical API documentation.
Inferred read-onlyCONNECT 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.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.