Skip to main content
Glama
127,292 tools. Last updated 2026-05-05 13:25

"Resources for Crypto Market Analysis" matching MCP tools:

  • [역할] 시그널 기반 매매 결정(Track B) 이력 조회. [호출 시점] 최근 매매 결정의 근거와 결과 분석 시. [선행 조건] market://{market_id}/status 권장. [후속 추천] get_trade_history, get_signals. [주의] virtual_trade_decisions 테이블 기반. Args: market_id: Market ID (crypto, kr_stock, us_stock) limit: Max results (default 10) decision_filter: Filter by decision (buy, sell, hold) hours_back: Only decisions within last N hours
    Connector
  • [역할] 수익 거래만 조회(P&L>0). [호출 시점] 성공 패턴 분석 시. [선행 조건] 없음. [후속 추천] analyze_trades. [주의] get_trade_history(min_pnl=0.01) 단축 호출. Args: market_id: Market ID (crypto, kr_stock, us_stock) limit: Max results (default 10)
    Connector
  • Analyze deposit market share and concentration for an MSA or city market using FDIC Summary of Deposits (SOD) data. Computes market share for all institutions in a geographic market, ranks them by deposits, and calculates the Herfindahl-Hirschman Index (HHI) for market concentration analysis per DOJ/FTC merger guidelines. Two entry modes: - MSA market: provide msa as the numeric MSABR code (e.g., msa: 19100 for Dallas-Fort Worth-Arlington, msa: 42660 for Seattle-Tacoma-Bellevue). Use fdic_search_sod to look up MSABR codes. - City market: provide city (branch city name, e.g., "Austin") and state (two-letter code, e.g., "TX"). Output includes: - Market overview with total deposits, institution count, and HHI classification - Optional highlighted institution showing rank and share (provide cert) - Top institutions ranked by deposit market share - Structured JSON for programmatic consumption Requires at least one of: msa (numeric MSABR code), or city + state.
    Connector
  • [역할] 수익 포지션만 조회(ROI>0). [호출 시점] 수익 중인 종목 빠르게 확인 시. [선행 조건] 없음. [후속 추천] get_position_detail. [주의] get_positions(min_roi=0.01) 단축 호출. Args: market_id: Market ID (crypto, kr_stock, us_stock) limit: Max results (default 20)
    Connector
  • [역할] 현재 보유 포지션을 동적 필터(수익률/전략/정렬)로 조회. [호출 시점] 포지션 필터링/전체 목록 필요 시. [선행 조건] market://{market_id}/status 권장. [후속 추천] get_position_detail, get_strategy_distribution. [주의] virtual_positions 기반. Args: market_id: Market ID (crypto, kr_stock, us_stock) min_roi: Min ROI % filter (e.g., -5.0) max_roi: Max ROI % filter (e.g., 10.0) strategy: Strategy filter (e.g., trend, scalping) sort_by: Sort field (profit_loss_pct, entry_timestamp, holding_duration, ai_score) sort_order: Sort direction (desc, asc) limit: Max results (default 1000)
    Connector
  • Scan Kimchi Premium for ALL tokens (180+) traded on both Upbit and Binance. Returns: token-by-token premium %, reverse premiums (negative = Korean discount), Upbit vs Bithumb price gaps, market share between exchanges. Each token includes: warning flags, volume soaring alerts, deposit soaring alerts. Updated every 60 seconds. Essential for cross-exchange arbitrage analysis.
    Connector

Matching MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
    Last updated
    3
    319
    39

Matching MCP Connectors

  • Crypto MCP — cryptocurrency prices and currency conversion

  • AI agents publish bounties for real-world tasks. Gasless USDC payments via x402.

  • Converts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates. Returns the converted amount and the exchange rate applied. Use currency_fx_lite when only the numeric result is required and the ECB/Frankfurter data source is not specifically needed. Prefer currency_convert when richer metadata (rate timestamp, ECB-backed Frankfurter source) is needed. Prefer currency_convert_lite for the same minimal output (amount + rate) when ECB/Frankfurter rates are specifically required — both tools return identical fields but draw from different rate providers. Use currency_rates when a historical rate from a specific past date is required. Use currency_convert_open as an alternative open-rate source. Does not support cryptocurrency pairs — use crypto_fx_rates for crypto-to-fiat or crypto-to-crypto conversions, or crypto_price_lite for a spot price lookup. Accepts all major ISO 4217 currency codes.
    Connector
  • Fetch live crypto market data from CoinGecko and DexScreener. No external data needed — WaveGuard pulls it for you. Use 'coin_id' for CoinGecko (e.g. 'bitcoin', 'ethereum', 'solana'). Use 'contract_address' for DexScreener (any chain). Use 'search' to find token IDs by name/symbol. Returns: price, volume, market cap, liquidity, price history, OHLC candles — ready to feed into waveguard_token_risk, waveguard_volume_check, or waveguard_price_manipulation.
    Connector
  • [역할] 현재 포지션의 전략별 분포(전략당 포지션 수/평균수익률/승률). [호출 시점] 전략 다각화 상태/전략별 성과 확인 시. [선행 조건] get_positions 권장. [후속 추천] market://{market_id}/derived/strategy-fitness, signals/feedback. [주의] 포지션 없으면 빈 분포. Args: market_id: Market ID (crypto, kr_stock, us_stock)
    Connector
  • Converts an amount between any cryptocurrency and fiat currency pair, or between two cryptocurrencies, using real-time exchange rates sourced from CoinAPI. Supports all crypto-to-fiat (BTC/USD, ETH/EUR), fiat-to-crypto (USD/BTC), and cross-crypto (BTC/ETH) conversions. Use crypto_fx_rates when the conversion involves at least one cryptocurrency and a specific amount must be converted. Prefer crypto_price when only the spot price of a coin in fiat is needed without converting a specific amount, or prefer crypto_price_lite for the same spot price with a minimal response schema. Prefer currency_convert or currency_fx_lite when both currencies are fiat — those tools use ECB/Frankfurter or mid-market rates and do not consume a CoinAPI quota. Requires a CoinAPI key to be configured on the server.
    Connector
  • Fetch the full Yahoo Finance profile for a stock, ETF, mutual fund, crypto, or index. Returns name, sector, industry, market cap, P/E ratio, 52-week range, beta, dividend yield, description, and 60+ other metadata fields. Use this tool when: - You need a quick summary of what a company or fund is and its valuation - You want sector/industry classification for a ticker - You need current price metadata like market cap, float, or short ratio Works for: stocks (AAPL), ETFs (SPY), mutual funds (VFINX), crypto (BTC-USD), indices (^GSPC), forex (EURUSD=X). Source: Yahoo Finance via yfinance. No API key required.
    Connector
  • [역할] Top RL-learned strategies — GLOBAL pool + per-symbol partition. Layer E evidence. GLOBAL pool은 합성 추정값(synthesized win_rate)을 다수 포함하므로 per_symbol_leaderboard 가 measured edge 검증의 1순위. [호출 시점] Final trust validation step. [선행 조건] 없음. [후속 추천] market://{market_id}/signals/summary for live signals. [주의] min_trades filter ensures statistical validity. Args: market_id: Market identifier (crypto, kr_stock, us_stock) target_market: Alias for market_id (backward compat) top_n: Top N strategies to return (default 20) limit: Alias for top_n (client-compat) min_trades: Minimum trades count for inclusion (default 10) include_per_symbol: Include per-symbol PG partition results (default True)
    Connector
  • List all positioning sessions (market analysis through lens selection to targeted edits). Returns an array of session objects with id, status, cv_version_id, and created_at. Use the session id with ceevee_get_positioning_session for full details including analysis results, edits, and PDFs. Free.
    Connector
  • Is AgentMarketSignal working? Check the real-time status of all 5 AI data pipelines (whale tracking, technical analysis, derivatives, narrative sentiment, market data) and the signal fusion engine. Returns last run times, durations, and any errors.
    Connector
  • Fetches the current Crypto Fear and Greed Index value (0-100) with classification label (Extreme Fear, Fear, Neutral, Greed, Extreme Greed). Source: Alternative.me. Cache TTL 5min. Use as a sentiment signal for crypto trading decisions.
    Connector
  • Find recent comparable property sales and rental comps near a property. USE WHEN: user asks 'what are comps in this area', 'recent sales near here', 'what did similar houses sell for', 'price per square foot', 'market value estimate', 'rental comps', or needs comparable sales data. RETURNS: subject property AVM, list of recent sales with price, sqft, price/sqft, distance, beds/baths, and rental comps with rent amounts. Also includes local market stats. Useful for investor deal evaluation, CMA, and market analysis.
    Connector
  • AI-powered Korean crypto market analysis. Combines Kimchi Premium, stablecoin premium, FX rate, Upbit/Bithumb volume rankings, Binance funding rate, open interest, BTC dominance, and Fear & Greed index. Returns AI-generated signal (BULLISH/BEARISH/NEUTRAL), confidence score, actionable summary, and all raw data. Price: $0.10 via x402.
    Connector
  • [역할] 손실 거래만 조회(P&L<0). [호출 시점] 실패 패턴 분석 시. [선행 조건] 없음. [후속 추천] analyze_trades. [주의] get_trade_history(max_pnl=-0.01) 단축 호출. Args: market_id: Market ID (crypto, kr_stock, us_stock) limit: Max results (default 10)
    Connector
  • [$0.05 USDC per call (x402)] Comprehensive crypto market briefing -regime, key levels, flow analysis, funding rates, liquidation maps, and actionable trade ideas synthesized into a structured report. The deepest crypto analysis PROWL offers. Powered by PROWL intelligence engine. Use this to answer 'give me a crypto market overview' or 'what should I know about crypto right now?'
    Connector
  • Fetches the top 15 cryptocurrencies sorted by 24h price change. Includes price, market cap, and percentage move. Source: CoinGecko/CoinLore. Cache TTL 30s. Use when the agent needs to surface notable crypto market moves.
    Connector