Analytics
opportunity-api-production.up.railway.app
Provides real-time crypto market data, earning opportunities, and market sentiment indices.
ENDPOINT 1
https://opportunity-api-production.up.railway.app/mcp
MCP server metadata
- Name
- paradigma-crypto-feed
- Version
- 1.1.0
Known tools 26
get_opportunitiesLive crypto earning opportunities: active Galxe quests scored 0-100 by project size, reward and time window.
Inferred read-onlyget_trendingTrending crypto tokens right now with USD price and 24h change (CoinGecko).
Inferred read-onlyget_stable_yieldsTop stablecoin yield pools: APY, TVL, chain, risk flags (DeFiLlama, TVL >= $10M).
Inferred read-onlyget_pricesSpot USD prices, 24h change, market cap for up to 25 CoinGecko coin ids.
Inferred read-onlyscore_projectFarming score 0-100 for any Galxe project with STRONG/MODERATE/WEAK verdict.
Inferred read-onlyget_market_briefPremium one-call crypto market snapshot: sentiment, trending, yields, scored opportunities.
Inferred read-onlycheck_token_safetyToken safety check: honeypot, taxes, mintable, blacklist — score 0-100 + verdict.
Inferred read-onlyget_funding_ratesPerp funding rate extremes or requested symbols (Hyperliquid), hourly + annualized.
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.paradigma-crypto-feed]
url = "https://opportunity-api-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"paradigma-crypto-feed": {
"type": "http",
"url": "https://opportunity-api-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: paradigma-crypto-feed
Remote MCP URL: https://opportunity-api-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": {
"paradigma-crypto-feed": {
"url": "https://opportunity-api-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"paradigma-crypto-feed": {
"type": "http",
"url": "https://opportunity-api-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "paradigma-crypto-feed",
"transport": "streamable-http",
"url": "https://opportunity-api-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-07-25T19:54:06.182Z.
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.