mcpbeat Sign in

Hyre MCP Server

by cryptoeights Your server? Claim it
local only

Hyre MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 26 Jun 2026.

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

Installs per day peak 147 · avg 15 · -75% w/w
a month agotoday
49
Installs / week
npm · hyre-mcp
1
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Hyre MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hyre-mcp -- npx -y hyre-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hyre-mcp": {
      "args": [
        "-y",
        "hyre-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hyre-mcp]
command = "npx"
args = ["-y", "hyre-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hyre-mcp": {
      "args": [
        "-y",
        "hyre-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hyre-mcp": {
      "args": [
        "-y",
        "hyre-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SVM_PRIVATE_KEY (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.), HYRE_API_URL (Override the HYRE MPP API base URL. Defaults to the production endpoint.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hyre MCP

same job, measured the same way
Walletlens
by shawnwollenberg

EVM wallet reports and Robinhood Stock Token intelligence paid with USDC over x402.

34 installs/wk local only
X402 Services
by firmbrain

The only x402 MCP server for Robinhood Chain (chainId 4663) - 147 onchain, trading & AI tools.

159 tools answering
Otto Data — Robinhood Chain
by ottodata

Live Robinhood Chain tokenized-stock data: basis vs NASDAQ, gaps, pools, whale flows.

39 tools answering
T
Loomdesk
by loomdesk

Tokenized stock pools on Robinhood Chain: where liquidity earns, and the transactions to provide it.

5 tools answering
x402 Seller
by entreprisedaney33-rgb

Pay-per-call MCP tools (crypto/DeFi data, web reading, AI tasks) in USDC over x402 on Base.

48 installs/wk local only
X402 Data Gateway
by epistemedeus

Paid x402 and MPP tools for agent discovery, payment safety, data, and DeFi.

24 tools answering
Crypto MCP
by htsapp

Crypto rug/scam-risk scans + wallet snapshots (EVM + Solana), paid per call via x402.

3 tools answering
Sudzikcoin
by sudzikcoin

Pay-per-call x402 tools: crypto market pulse, wallet reputation, token check, endpoint search.

32 installs/wk local only

Hyre MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hyre MCP?
Hyre MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hyre-mcp was installed 49 times last week.
How do I connect Hyre MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hyre-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hyre MCP?
The npm package hyre-mcp was installed 49 times in the last week. Week over week that is -75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hyre MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.