INDIVIDUAL MCP TOOL
rh_dislocation
Tokenized-stock rich/cheap signal on Robinhood Chain: compares the onchain DEX token price vs the real equity's last close vs the Lighter perp mark, with each pairwise spread % and a directional NAV-convergence verdict.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.x402-services]
url = "https://x402-services-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"x402-services": {
"type": "http",
"url": "https://x402-services-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: x402-services
Remote MCP URL: https://x402-services-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": {
"x402-services": {
"url": "https://x402-services-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"x402-services": {
"type": "http",
"url": "https://x402-services-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "x402-services",
"transport": "streamable-http",
"url": "https://x402-services-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
markdown— Convert raw HTML to clean, LLM-ready markdown.extract— Extract structured data (title, links, meta, headings, text) from HTML as JSON.read— Fetch any public web page and return clean, LLM-ready markdown (plus title and final URL).read_structured— Fetch any public web page and return structured JSON: title, meta description, headings, links, text preview.memory_set— Agent Memory: durable key-value storage that survives between agent runs.memory_get— Agent Memory: read a stored value by key, or omit key to list all keys in your namespace.schedule— Webhook Scheduler: schedule a future HTTP callback.schedule_status— Webhook Scheduler: check a scheduled job's status and last delivery result.