AGENTS · SKILL
Plug HYRE's DeFi intelligence into Claude, Cursor, or any AI agent. Live on-chain data with AI analysis — token launches, wallet intel, LP analytics, yields. No signup, no API key: your agent pays per call in USDC via x402.
13 TOOLS · PAY PER CALL · NO API KEY · SOLANA USDC VIA x402
One config block in Claude Desktop, Cursor, or any MCP client. 13 tools appear automatically — npx, no clone, no build.
SET UP MCP ↓Plain HTTP from any runtime. Catch the 402, sign the USDC payment, retry. Full OpenAPI spec available.
SEE THE FLOW ↓The same tools run inside Agent Chat in your browser. Ask in plain English, pay per call from a deposit wallet.
OPEN AGENT CHAT →Add this to claude_desktop_config.json (Claude Desktop) or ~/.cursor/mcp.json (Cursor) and restart — the HYRE tools appear automatically.
{
"mcpServers": {
"hyre": {
"command": "npx",
"args": ["-y", "hyre-mcp"],
"env": {
"SVM_PRIVATE_KEY": "your-base58-solana-private-key"
}
}
}
}SVM_PRIVATE_KEY=<base58-key> npx -y hyre-mcp
Omit SVM_PRIVATE_KEY and the tools still load — they return the 402 payment requirements instead of data. Explore the catalog before funding a wallet.
Your key stays on your machine and only signs x402 micropayments — it is never sent to the HYRE API. Fund a dedicated agent wallet with a small USDC balance, not your main wallet.
| TOOL | WHAT IT DOES | PRICE |
|---|---|---|
| hyre-new-tokens | PumpFun token launches with AI snipe signal | $0.008 |
| hyre-token-verdict | Full AI verdict — holders, snipers, curve, risk | $0.015 |
| hyre-graduating | Tokens near bonding-curve graduation | $0.003 |
| hyre-bonding-curve | Bonding-curve progress for a token | $0.001 |
| hyre-token-snipers | Sniper detection — earliest buyers | $0.004 |
| hyre-wallet-pnl | Wallet PnL + portfolio value | $0.005 |
| hyre-wallet-intel | 30-day wallet intelligence profile | $0.012 |
| hyre-whales | Whale holders + % of supply | $0.003 |
| hyre-pools | Meteora DLMM pool list (APR, TVL, volume) | $0.001 |
| hyre-pool-recommend | AI pool recommendation for a token pair | $0.008 |
| hyre-tvl | Total Value Locked across chains | $0.001 |
| hyre-yields | Top yield pools multi-chain by APY | $0.002 |
| hyre-ask | Natural-language DeFi question (multi-source) | $0.025 |
Want the full live catalog, runnable in the browser? BROWSE RESOURCES →
Every tool is a plain HTTP endpoint on mpp.hyreagent.fun. The 402 response carries the payment requirements; any x402 client library can sign and retry.
# 1 — call any endpoint; it answers 402 with payment requirements curl https://mpp.hyreagent.fun/defi/yields # 2 — sign the USDC payment with any x402 client, # then retry with the payment header curl https://mpp.hyreagent.fun/defi/yields \ -H "payment-signature: <signed-payment>"
Full schema: OPENAPI SPEC ↗
Your agent calls a HYRE tool — e.g. “get me the top yield pools”.
The HYRE API answers 402 Payment Required with the price in USDC.
The x402 SDK signs the micropayment from the agent's wallet automatically.
The request retries with the payment proof — gas is sponsored.
Data + AI insight come back. No account, no API key, no invoice.