Back to Browse

Hyde MCP Server

Developer ToolsModerate6.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial.

About

Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial.

Security Report

6.8
Moderate6.8Moderate Risk

This is a well-structured MCP server with appropriate permissions and no authentication vulnerabilities. The server acts as a read-only interface to hyde.trade APIs and returns unsigned transactions for user wallets to sign independently, maintaining a non-custodial design. Minor code quality improvements around error handling and input validation are suggested, but do not indicate security risks. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override the API base URL (default https://www.hyde.trade)Optional

Environment variable: HYDE_API

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-errick0x-hyde-mcp": {
      "env": {
        "HYDE_API": "your-hyde-api-here"
      },
      "args": [
        "-y",
        "hyde-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

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.

Reviews

No reviews yet

Be the first to review this server!