io.github.errick0x/hyde-mcp
Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial.
Open source Open in the app JSON README (API)
About
Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- errick0x
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.0.1
- Last push
- 2026-08-08T19:44:23Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-29 03:02:46
- Updated
- 2026-08-29 03:02:46
- Origin id
io.github.errick0x/hyde-mcp
README
# hyde-mcp
MCP server for [hyde.trade](https://www.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 + fee
- `get_coin` — one coin's full record
- `get_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 sell
- `build_trade` — signable transaction to trade through the ReflectionHook pool
## Run
```
npx hyde-mcp
```
## Add to an MCP client
Claude Desktop (`claude_desktop_config.json`) or any MCP client:
```json
{
"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.