← Back to Plugins
MCP Server MCP

io.github.cryptoeights/hyre-mcp

github By github 👁 1 views ▲ 0 votes

17 DeFi + RWA tools — PumpFun, wallet PnL, Meteora LP, Robinhood Chain stocks — paid via x402.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hyre-mcp",
      "version": "2.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base58-encoded Solana private key for a funded wallet (needs USDC for payments + a little SOL for gas). Used to auto-pay x402 micropayments. If omitted, tools return the 402 payment requirements instead of live data.",
          "isSecret": true,
          "name": "SVM_PRIVATE_KEY"
        },
        {
          "description": "Override the HYRE MPP API base URL. Defaults to the production endpoint.",
          "default": "https://mpp.hyreagent.fun",
          "name": "HYRE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...