← Registry

Analytics

f1ow.com

Provides real-time crypto market data such as catalyst events, economic calendars, ETF flows, open interest, and prediction odds.

2 endpoints29 known toolsFirst detected August 20, 2026Last detected September 1, 2026

ENDPOINT 1

https://mcp.f1ow.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.f1ow-com]
url = "https://mcp.f1ow.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "f1ow-com": {
      "type": "http",
      "url": "https://mcp.f1ow.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: f1ow-com
Remote MCP URL: https://mcp.f1ow.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "f1ow-com": {
      "url": "https://mcp.f1ow.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "f1ow-com": {
      "type": "http",
      "url": "https://mcp.f1ow.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "f1ow-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "f1ow-com",
  "transport": "streamable-http",
  "url": "https://mcp.f1ow.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.f1ow.com/x402

No auth detected

MCP server metadata

Name
FooBar
Version
0.1.0
Capabilities
tools

Known tools 29

catalysts_calendar

Lists upcoming crypto catalyst events for the next 7 days.

Inferred read-only
catalysts_economic_calendar

Scheduled macroeconomic data releases (CPI, FOMC, jobs, GDP, etc.

Inferred read-only
catalysts_etf_flows

Recent daily spot-ETF net flows (USD) for an underlying asset (BTC, ETH, SOL, XRP; defaults to BTC): latest day total, per-fund breakdown, and the trailing daily trend.

Inferred read-only
derivatives_open_interest

Current market-wide (cross-exchange aggregate) open interest (USD) for one coin's perpetuals, with its 24h and 7d change, the 24h price change, AND the underlying 4h-bucket series.

Inferred read-only
events_prediction_odds

Market-implied prediction-market odds for a topic (e.

Inferred read-only
filings_search

Searches recent regulatory filings (full-text) for a company, ticker, or theme (e.

Inferred read-only
flow_orderbook

Order-book snapshot for one coin's perpetuals: best bid/ask, spread in bps, top-of-book depth (USD) per side, and bid/ask depth imbalance.

Inferred read-only
flow_whale_context

Aggregate whale context for one coin (cohort-level, no individual wallets): per-exchange reserve changes (1d/7d), top-trader long/short positioning on Binance perps, and large on-chain transfers to/from exchange wallets above a USD threshold.

Inferred read-only
flow_whale_positions

Live whale positions on Hyperliquid perps.

Inferred read-only
funding_current

Current perpetual funding rate for one coin (hourly rate plus an annualized estimate), merged across providers, with its 24h and 7d trajectory AND the underlying 8h-bucket series.

Inferred read-only
market_candles

OHLC(V) candle history for a coin by symbol (e.

Inferred read-only
market_coin_details

Fetches price, market cap, ATH/ATL and description for a coin by its coin ID (e.

Inferred read-only
market_coins

Lists the coin symbols available from the market-data provider

Inferred read-only
market_overview

Global market snapshot: total market cap, BTC/ETH dominance, Fear & Greed index, and Altcoin Season index

Inferred read-only
market_quotes

Per-coin market snapshot (spot price, perpetual mark price, 24h change, funding rate, open interest, long/short ratio, 24h liquidations), merged across providers.

Inferred read-only
market_top_movers

Ranked 24h gainers, losers, and trend candidates (>+5% move)

Inferred read-only
market_trending

Lists the currently trending cryptocurrencies

Inferred read-only
news_search

Searches the web for news and articles on a topic from the last 7 days (web results recency-filtered; crypto-native headlines merged in when that feed is up)

Inferred read-only
onchain_metrics

On-chain TVL and network fees/revenue (24h/7d/30d) for one chain.

Inferred read-only
providers_health

Reports the health of each connected data provider

Inferred read-only
research_positioning

Deterministic positioning read for one coin — the game-state companion to research_regime, answering 'who is crowded, who is paying, who is trapped, and where'.

Inferred read-only
research_regime

Deterministic market-regime classification across seven axes: trend (Mayer Multiple bands vs the 200-day SMA), volatility (30d realized, percentile vs own history), cycle (a ~30-indicator top checklist incl.

Inferred read-only
research_token_view

Aggregated single-coin dossier: market data (spot/perp price, funding, market-wide OI, long/short, liquidations — the same enriched line as market_quotes), global market context (dominance, Fear & Greed), multi-timeframe technicals computed in-house from candles (4h + 1d: RSI, EMA/SMA, MACD, ATR, Bollinger, ADX, trend — the same numbers as ta_technicals), on-chain TVL/fees (when the symbol is a tracked chain), news, a grounded narrative synthesis with citations, upcoming catalyst events, social sentiment, ETF flows, prediction-market odds, live provider coverage, and a per-section status list that distinguishes an empty section from a failed feed — for one symbol (e.

Inferred read-only
risk_position_size

Fixed-fractional position sizing — a local calculation, not a data-provider lookup.

Inferred read-only
sentiment_fear_greed

Current market-wide Fear & Greed index (0-100 plus label), updated roughly every 15 minutes.

Inferred read-only
sentiment_social

Social-sentiment snapshot for one coin: galaxy score (0-100 composite), alt rank (lower is stronger), bullish sentiment %, 24h social volume, social dominance %, and 24h interactions.

Inferred read-only
sentiment_twitter

Searches Twitter/X and returns matching tweets with engagement (likes, retweets, replies, views) and author reach (followers, verified).

Inferred read-only
ta_technicals

Multi-timeframe technical-analysis snapshot for one coin, computed locally from real candles (not a vendor black box): per interval — last close, RSI(14), EMA20/50/200 + SMA200, MACD(12,26,9) with signal/histogram/cross freshness, ATR(14) with 2xATR stop suggestions (feed risk_position_size), Bollinger(20,2) with %B and bandwidth, ADX(14) with +DI/-DI, volume vs 20-candle average, and a transparent trend rule (EMA alignment qualified by ADX).

Inferred read-only
utc_time

Returns the current UTC time in ISO 8601 format.

Inferred read-only

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.foobar]
url = "https://mcp.f1ow.com/x402"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "foobar": {
      "type": "http",
      "url": "https://mcp.f1ow.com/x402"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: foobar
Remote MCP URL: https://mcp.f1ow.com/x402

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": {
    "foobar": {
      "url": "https://mcp.f1ow.com/x402"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "foobar": {
      "type": "http",
      "url": "https://mcp.f1ow.com/x402"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "foobar",
  "transport": "streamable-http",
  "url": "https://mcp.f1ow.com/x402"
}
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 f1ow.com was fetched 2026-08-23T15:39:27.679Z.

Trust status Trusted

f1ow.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.