Skip to main content
Glama

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 + 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

Related MCP server: hyperliquid-mcp

Run

npx hyde-mcp

Add 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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    A
    maintenance
    An MCP server that exposes 16 free investment-research signals (insider trades, SEC filings, short data, and live quotes) to any MCP-compatible LLM.
    52
    99
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A Model Context Protocol (MCP) server for the Hyperliquid decentralized exchange, enabling AI assistants to perform trading operations, manage accounts, and retrieve market data.
    3
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Local MCP server that exposes Liquid Co-Invest's trading data and order tools to a local LLM via a thin proxy.
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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