{
  "markdown": "# hyde-mcp\n\nMCP server for [hyde.trade](https://www.hyde.trade), the \"tokenize anything\" launchpad on Robinhood\nChain (chainId 4663). Gives any LLM agent tools to discover and trade hyde coins.\n\nhyde coins pay holders a real tokenized stock (NVDA, TSLA, and others) on every trade. They trade\nthrough a Uniswap v4 ReflectionHook pool that generic aggregators do not route, so `build_trade`\nreturns ready-to-sign calldata to the Universal Router directly. This server is non-custodial: it\nreturns unsigned transactions for your own wallet to sign and broadcast. It never holds keys or funds.\n\n## Tools\n\n- `discover_coins` — list coins with price, market cap, category, age, reflection stock + fee\n- `get_coin` — one coin's full record\n- `get_signal` — early-buy signal (distinct wallets in the first swaps; >=3 in 5 is the tell)\n- `quote_trade` — read-only price for a buy or sell\n- `build_trade` — signable transaction to trade through the ReflectionHook pool\n\n## Run\n\n```\nnpx hyde-mcp\n```\n\n## Add to an MCP client\n\nClaude Desktop (`claude_desktop_config.json`) or any MCP client:\n\n```json\n{\n  \"mcpServers\": {\n    \"hyde\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"hyde-mcp\"]\n    }\n  }\n}\n```\n\nSet `HYDE_API` to point at a different base URL (defaults to `https://www.hyde.trade`).\n\n## Notes\n\nCommunity tokens, not securities. Nothing here is financial advice. Chain 4663 (\"Robinhood Chain\")\nis a public blockchain and is not the Robinhood brokerage. hyde is not affiliated with Robinhood.\n",
  "bytes": 1494,
  "sha": "b1bd41056dc4cf805289ed1249f867e35255effc3d15ac6bbb43e2b32dd6cd2c",
  "repo_slug": "errick0x/hyde-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_errick0x_hyde_mcp_40d04166/readme"
}