Skip to main content
Glama
nyrarolon

Nyra Crypto MCP

by nyrarolon

Nyra Crypto MCP

MCP server for crypto trading signals — pay-per-call via x402 micropayments on Base.

Agents pay $0.02–$0.05 per call in USDC to get real-time momentum signals, Kronos 24h BTC forecasts, and market regime data. No API keys, no subscriptions — pure micropayments.

Tools

Tool

What it does

Price

get_signal(pair)

Momentum score + signal for BTC/ETH/SOL/XRP/ADA

$0.02

get_all_signals()

All pairs at once

$0.03

get_forecast(BTC)

Kronos 24h calibrated price range

$0.05

get_market_context()

Full context: signals + regime + forecast

$0.03

ping

Free health check

Free

Related MCP server: fathom-fyi

Data Sources

  • Kraken live scanner — real-time volume + momentum across 6 pairs (updated every 30m)

  • Kronos foundation model — BTC 24h forecast with conformally-calibrated ranges (updated every 4h)

  • Market regime — trend/chop classification from aggregated signals

Usage

For AI Agents (MCP over SSE)

{
  "mcpServers": {
    "nyra-crypto": {
      "url": "http://178.105.56.183:4020/sse"
    }
  }
}

The MCP client handles x402 payment automatically — when a tool requires payment, it gets an HTTP 402, sends USDC via the agent's wallet, and retries.

For Human Developers (REST API)

GET http://178.105.56.183:4020/health

Deploy

bash deploy.sh

Architecture

AI Agent (Claude/Cursor/Codex)
    │  MCP (SSE)
    ▼
Nyra Crypto MCP Server (Node.js/Express)
    │  x402 payment middleware
    ▼
x402 Facilitator (Coinbase/PayAI)
    │  USDC settlement on Base
    ▼
Your Wallet (0x7F915e5272ae...)

Signal Cache

Signals are updated every 30 minutes by a cron job:

~/.hermes/scripts/signal_cache.py → ~/.hermes/signals/signal_cache.json

Revenue Model

Tool

Price

Est. calls/mo

Est. revenue

get_signal

$0.02

500

$10

get_all_signals

$0.03

200

$6

get_forecast

$0.05

200

$10

get_market_context

$0.03

300

$9

Total

~$35/mo

Revenue scales with agent adoption. The real value is positioning in the bot-to-bot economy.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    AI-powered crypto signal intelligence for 20 assets (BTC, ETH, SOL, etc). 6 scoring dimensions: whale activity, technical analysis, derivatives flow, narrative strength, sentiment, market structure. Market regime detection (TRENDING/RANGING), portfolio optimization, and accuracy tracking. 9 read-only MCP tools. Free via MCP, $0.001 USDC via x402 on Base for REST API.
    Last updated
    2
  • A
    license
    A
    quality
    C
    maintenance
    Financial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.
    Last updated
    31
    19
    9
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Live market data for AI agents. 8 tools: real-time crypto prices, OHLCV candles, order books, market cap rankings, trending coins, technical analysis (RSI/SMA/z-score), asset comparison, and Fear & Greed index. Zero API keys, zero dependencies.
    Last updated
    8
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    AI consensus market oracle for crypto traders and autonomous agents. BUY/SELL/HOLD signals with 11-signal consensus (RSI, MACD, funding rate, Fear & Greed, congressional trading, Polymarket edges). Ed25519-signed. x402 micropayments on Base.
    Last updated
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.

  • Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day.

  • Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nyrarolon/nyra-crypto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server