hyde-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hyde-mcpshow me the signal for the NVDA coin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hyde-mcp
MCP server for hyde.trade, the "tokenize anything" launchpad on Robinhood Chain (chainId 4663). Gives any LLM agent tools to discover and trade hyde coins.
hyde coins pay holders a real tokenized stock (NVDA, TSLA, and others) on every trade. They trade
through a Uniswap v4 ReflectionHook pool that generic aggregators do not route, so build_trade
returns ready-to-sign calldata to the Universal Router directly. This server is non-custodial: it
returns unsigned transactions for your own wallet to sign and broadcast. It never holds keys or funds.
Tools
discover_coins— list coins with price, market cap, category, age, reflection stock + feeget_coin— one coin's full recordget_signal— early-buy signal (distinct wallets in the first swaps; >=3 in 5 is the tell)quote_trade— read-only price for a buy or sellbuild_trade— signable transaction to trade through the ReflectionHook pool
Related MCP server: hyperliquid-mcp
Run
npx hyde-mcpAdd to an MCP client
Claude Desktop (claude_desktop_config.json) or any MCP client:
{
"mcpServers": {
"hyde": {
"command": "npx",
"args": ["-y", "hyde-mcp"]
}
}
}Set HYDE_API to point at a different base URL (defaults to https://www.hyde.trade).
Notes
Community tokens, not securities. Nothing here is financial advice. Chain 4663 ("Robinhood Chain") is a public blockchain and is not the Robinhood brokerage. hyde is not affiliated with Robinhood.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
MCP server for Boson Protocol — on-chain agentic commerce for physical & digital goods.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes 16 free investment-research signals (insider trades, SEC filings, short data, and live quotes) to any MCP-compatible LLM.43 npm100MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server for the Hyperliquid decentralized exchange, enabling AI assistants to perform trading operations, manage accounts, and retrieve market data.3MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that lets Claude Code (and other MCP clients) trade crypto, read market data, and manage wallets across EVM chains and Solana.7 npmMIT
- AlicenseNot gradedqualityCmaintenanceLocal MCP server that exposes Liquid Co-Invest's trading data and order tools to a local LLM via a thin proxy.MIT