Analytics
yieldhunter-agent-production.up.railway.app
Provides risk-adjusted scoring and comparison of stablecoin yield opportunities across multiple blockchain networks.
ENDPOINT 1
https://yieldhunter-agent-production.up.railway.app/mcp
MCP server metadata
- Name
- yieldhunter
- Version
- 0.1.0
yieldhunter.eth — non-custodial risk-adjusted stablecoin yield research for AI agents. Rank by compositeRiskAdjusted, not raw APY. Copy-paste path: (1) health {} (2) list_yields {"assets":["USDC"],"sortBy":"risk_adjusted"}. After the list, contrast row #1 (risk-adjusted winner) with row #2 (often higher rate, thinner liquidity, or other chain) — not the max-APY row in the ten. Live names move; any named pair is a snapshot. Tool data stays precise for agents. When the end user is human or asks for an explanation: summarize ranks in plain language (risk vs yield; organic vs temporary rewards); avoid unnecessary jargon; at most one clear risk note per line. After list_yields, prefer explain_score / compare_opportunities / get_protocol_risk using meta.suggestedNextSteps and returned ids when the user may want depth. Research only — no execution, no “put money here”, no guarantees. Never executes transactions.
Known tools 6
list_yieldsRank stablecoin yield opportunities on Ethereum, Base, and Arbitrum using multi-factor **risk-adjusted** scoring (not raw APY).
Inferred read-onlyscore_opportunityCompute the full multi-factor risk-adjusted score for a single opportunity from list_yields.
Inferred read-onlycompare_opportunitiesSide-by-side comparison of 2–5 opportunities by risk-adjusted score.
Inferred read-onlyexplain_scoreAgent-readable explanation of why an opportunity received its risk-adjusted score.
Inferred read-onlyget_protocol_riskProtocol-level risk card (age, audit signals, curated known issues, category, score 0–100).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.yieldhunter]
url = "https://yieldhunter-agent-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yieldhunter": {
"type": "http",
"url": "https://yieldhunter-agent-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yieldhunter
Remote MCP URL: https://yieldhunter-agent-production.up.railway.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"yieldhunter": {
"url": "https://yieldhunter-agent-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yieldhunter": {
"type": "http",
"url": "https://yieldhunter-agent-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yieldhunter",
"transport": "streamable-http",
"url": "https://yieldhunter-agent-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-08-25T20:04:34.605Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.