hyre-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HYRE_API_URL | No | Override the API base URL. | https://mpp.hyreagent.fun |
| SVM_PRIVATE_KEY | No | Base58 Solana private key of a funded wallet. Optional, but required for automatic micropayment settlement. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hyre-new-tokensA | Get real-time PumpFun token launches with AI snipe signal ($0.008) |
| hyre-token-verdictA | Full AI verdict on a token — holders, snipers, bonding curve, risk assessment ($0.015) |
| hyre-graduatingB | Tokens near bonding curve graduation (>70% progress) with urgency signal ($0.003) |
| hyre-bonding-curveC | Bonding curve progress for a PumpFun token ($0.001) |
| hyre-token-snipersA | Detect wallets that bought in the first few blocks — sniper analysis ($0.004) |
| hyre-wallet-pnlB | Wallet PnL — realized + unrealized, portfolio value, holdings ($0.005) |
| hyre-wallet-intelA | Full 30-day wallet intelligence — trading patterns, success rate, archetype ($0.012) |
| hyre-whalesA | Whale holders for a token — top holders with % of supply ($0.003) |
| hyre-poolsC | Meteora DLMM pool list with APR, TVL, volume ($0.001) |
| hyre-pool-recommendB | AI pool recommendation for a token pair — best pool + strategy ($0.008) |
| hyre-tvlC | Total Value Locked across chains with trend narrative ($0.001) |
| hyre-yieldsB | Top yield pools multi-chain sorted by APY ($0.002) |
| hyre-askA | Ask any DeFi question in natural language — AI orchestrates multiple data sources ($0.025) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have clearly distinct purposes: token launches, verdicts, bonding curves, snipers, wallet PnL, wallet intel, etc. Minor overlap exists between 'hyre-wallet-pnl' and 'hyre-wallet-intel' (both wallet-related) and between 'hyre-ask' and 'hyre-token-verdict' (both AI-driven), but descriptions clarify the boundaries.
All tools share a consistent 'hyre-' prefix and use lowercase hyphens, but the suffixes follow no single pattern: some are nouns ('pools', 'whales', 'tvl'), some are verbs ('ask'), some are participles ('graduating'), and some are compound phrases ('wallet-pnl', 'pool-recommend'). This is readable but not as predictable as a strict verb_noun convention.
With 13 tools, the server is well-scoped for a DeFi analytics platform. Each tool addresses a specific data point or query type, and the count falls squarely in the ideal range without feeling bloated or thin.
The server covers a broad range of DeFi analytics: token launches, bonding curves, snipers, wallet analysis, pools, TVL, yields, and AI-driven queries. Minor gaps exist (e.g., no dedicated price history or token metadata tool), but the 'hyre-ask' tool can synthesize data to fill these, so overall coverage is solid.