hyre mcp for Cursor
io.github.cryptoeights/hyre-mcp
17 DeFi + RWA tools — PumpFun, wallet PnL, Meteora LP, Robinhood Chain stocks — paid via x402.
client:Cursor
transport:stdio
runtime:npm
Install hyre mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hyre-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hyre-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>",
"HYRE_API_URL": "<HYRE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs