hyde-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that exposes 16 free investment-research signals (insider trades, SEC filings, short data, and live quotes) to any MCP-compatible LLM.5299MIT
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server for the Hyperliquid decentralized exchange, enabling AI assistants to perform trading operations, manage accounts, and retrieve market data.3MIT
- Alicense-qualityBmaintenanceAn MCP server that lets Claude Code (and other MCP clients) trade crypto, read market data, and manage wallets across EVM chains and Solana.8MIT
- Alicense-qualityCmaintenanceLocal MCP server that exposes Liquid Co-Invest's trading data and order tools to a local LLM via a thin proxy.MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server exposing the Backtest360 engine API as tools for AI agents.
HiveCapital MCP Server — autonomous investment layer for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/errick0x/hyde-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server