← opportunity-api-production.up.railway.app

INDIVIDUAL MCP TOOL

get_trending_pools

Trending DEX pools right now on a network.

opportunity-api-production.up.railway.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://opportunity-api-production.up.railway.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_trending_pools and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

opportunity-api-production.up.railway.app

CONNECT 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.

Related tools

  • get_opportunities — Live crypto earning opportunities: active Galxe quests scored 0-100 by project size, reward and time window.
  • get_trending — Trending crypto tokens right now with USD price and 24h change (CoinGecko).
  • get_stable_yields — Top stablecoin yield pools: APY, TVL, chain, risk flags (DeFiLlama, TVL >= $10M).
  • get_fear_greed — Crypto Fear & Greed index: current value + 7-day history.
  • get_prices — Spot USD prices, 24h change, market cap for up to 25 CoinGecko coin ids.
  • get_chains — Top 30 blockchains ranked by DeFi TVL (DeFiLlama).
  • score_project — Farming score 0-100 for any Galxe project with STRONG/MODERATE/WEAK verdict.
  • get_market_brief — Premium one-call crypto market snapshot: sentiment, trending, yields, scored opportunities.