hyperd mcp for VS Code
io.github.hyperd-ai/hyperd-mcp
Pre-trade DeFi intelligence: 24 paid x402 tools incl. 6 synthesis verdicts, USDC on Base.
client:VS Code
transport:stdio
runtime:npm
Install hyperd mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "hyperd-wallet-private-key",
"description": "HYPERD_WALLET_PRIVATE_KEY",
"password": true
}
],
"servers": {
"hyperd-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hyperd-mcp"
],
"env": {
"HYPERD_WALLET_PRIVATE_KEY": "${input:hyperd-wallet-private-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs