{ "name": "hyde-mcp", "mcpName": "io.github.errick0x/hyde-mcp", "version": "1.0.1", "description": "MCP server for hyde.trade — discover and trade tokenize-anything coins on Robinhood Chain", "type": "module", "bin": { "hyde-mcp": "server.mjs" }, "files": ["server.mjs", "README.md", "LICENSE"], "engines": { "node": ">=18" }, "keywords": ["mcp", "modelcontextprotocol", "hyde", "robinhood-chain", "defi", "agents", "trading"], "homepage": "https://www.hyde.trade", "repository": { "type": "git", "url": "git+https://github.com/errick0x/hyde-mcp.git" }, "bugs": { "url": "https://github.com/errick0x/hyde/issues" }, "author": "hyde.trade", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" } }