Analytics
f1ow.com
Provides real-time crypto market data such as catalyst events, economic calendars, ETF flows, open interest, and prediction odds.
ENDPOINT 1
https://mcp.f1ow.com/mcp
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
MCP server metadata
- Name
- FooBar
- Version
- 0.1.0
Known tools 29
catalysts_economic_calendarScheduled macroeconomic data releases (CPI, FOMC, jobs, GDP, etc.
Inferred read-onlycatalysts_etf_flowsRecent 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-onlyderivatives_open_interestCurrent 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-onlyfilings_searchSearches recent regulatory filings (full-text) for a company, ticker, or theme (e.
Inferred read-onlyflow_orderbookOrder-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-onlyflow_whale_contextAggregate 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-onlyfunding_currentCurrent 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-onlymarket_coin_detailsFetches price, market cap, ATH/ATL and description for a coin by its coin ID (e.
Inferred read-onlymarket_overviewGlobal market snapshot: total market cap, BTC/ETH dominance, Fear & Greed index, and Altcoin Season index
Inferred read-onlymarket_quotesPer-coin market snapshot (spot price, perpetual mark price, 24h change, funding rate, open interest, long/short ratio, 24h liquidations), merged across providers.
Inferred read-onlynews_searchSearches 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-onlyresearch_positioningDeterministic 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-onlyresearch_regimeDeterministic 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-onlyresearch_token_viewAggregated 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-onlyrisk_position_sizeFixed-fractional position sizing — a local calculation, not a data-provider lookup.
Inferred read-onlysentiment_fear_greedCurrent market-wide Fear & Greed index (0-100 plus label), updated roughly every 15 minutes.
Inferred read-onlysentiment_socialSocial-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-onlysentiment_twitterSearches Twitter/X and returns matching tweets with engagement (likes, retweets, replies, views) and author reach (followers, verified).
Inferred read-onlyta_technicalsMulti-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-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.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.
f1ow.com 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.