com.bykaranteli/mcp
NPM · BYKARANTELI-MCP · SCANNED AUG 3
Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1059 tokens (~105/item across 10 items; 10 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · bykaranteli-mcp
claude mcp add com-bykaranteli-mcp -- npx -y bykaranteli-mcp
codex mcp add com-bykaranteli-mcp -- npx -y bykaranteli-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-bykaranteli-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"bykaranteli-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-bykaranteli-mcp --command npx --arg -y --arg bykaranteli-mcp
mcp_servers:
com-bykaranteli-mcp:
command: "npx"
args: ["-y", "bykaranteli-mcp"] {
"mcpServers": {
"com-bykaranteli-mcp": {
"command": "npx",
"args": [
"-y",
"bykaranteli-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +40
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- License: pass → unverified ▼ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 1 Aug 26 +6
- Known CVEs: partial → unverified ▼ security
- Schema quality: 783 → 1059 ▼ functional
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −23
- Provenance: unverified → fail ▼ security
- Malware scan: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- First check of Stability: unverified security
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- First check of Capabilities: unverified functional
- Licence: MIT functional
- Package version: 0.1.1 → 0.2.0 functional
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_etf_flows US spot Bitcoin and Ethereum ETF daily flows ~131
Call this when the user asks about Bitcoin or Ethereum ETF flows: daily net inflows or outflows, cumulative flow since launch, or total net assets of the US spot ETFs (IBIT, FBTC, ETHA and the rest). Returns one row per finalized US trading day and asset with net inflow, total net assets, cumulative inflow and value traded, all in USD. About 14 months of history.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | — | Filter to one asset. Omit for both. |
| days | integer | — | How many most recent trading days to return (default 10). |
No output schema declared.
No examples provided.
get_funding_arbitrage Cross-exchange funding arbitrage opportunities ~89
Call this when the user asks about funding arbitrage, funding rate differences between exchanges, or delta-neutral carry trades. Compares funding across Binance, OKX, Bybit, Gate, HTX and BingX for 12 major perps and returns the best long/short venue per symbol with gross and net annualized APR (net of taker fees and weekly rebalance cost).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_funding_heatmap Funding rates across top-30 Binance perps ~135
Call this when the user asks for the full current funding table across the top-30 Binance perp universe, or the funding rate of one specific coin. For a pre-ranked top-10 of the most extreme funding rates, use get_top_movers instead. Returns per-symbol funding rate (per settlement interval), 24h open interest change and 24h price change for the top-30 Binance USDT-M perpetuals. Positive funding means longs pay shorts.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | Optional. Filter to one symbol, e.g. BTCUSDT or just BTC. Omit to get all 30 rows. |
No output schema declared.
No examples provided.
get_liquidations Crypto liquidations: daily long/short totals per symbol and exchange ~145
Call this when the user asks how much was liquidated in crypto futures, whether longs or shorts got flushed, or for liquidation history. Returns daily long and short liquidation totals in USD per symbol and exchange, recorded from ByKaranteli's own Binance, Bybit and OKX stream collectors (recorded events, a floor, not estimates). One row per finalized UTC day, symbol and exchange; history begins 2026-07-30 and grows daily.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | — | How many most recent days to return (default 7). |
| symbol | string | — | Optional symbol filter like BTCUSDT or ETHUSDT. Omit for all symbols. |
No output schema declared.
No examples provided.
get_market_indices Crypto market indices (Fear & Greed, BTC dominance, euphoria) ~59
Call this when the user asks about overall crypto market sentiment or macro state: the Fear & Greed index (today and yesterday), Bitcoin dominance percentage, total market cap, or the Retail Euphoria composite. Live values refreshed about every 30 minutes.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_pressure_scores Derivatives pressure scores (funding + OI + basis composite) ~160
Call this when the user asks which coins are crowded or over-leveraged, or asks for the pressure/derivatives-stress score of specific coins. For a quick top-10 ranking of the highest-stress coins right now, use get_top_movers instead. Each symbol gets a 0-100 composite score built from funding rate, 1h/4h/24h open interest deltas and basis, with a LONG/SHORT/NEUTRAL direction and a plain-language regime label.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Optional. Max rows to return when no symbol filter is set (default 20, sorted by score). |
| symbol | string | — | Optional. Return only this symbol, e.g. BTCUSDT or BTC. |
No output schema declared.
No examples provided.
get_recent_signals Recent closed trading signals with verified outcomes ~99
Call this when the user asks how the ByKaranteli signal engine is doing today, or wants recent closed LONG/SHORT signals with real outcomes (TP1, SL or TIMEOUT) and net basis-point results. Includes a 24h summary (wins, losses, net bps). Every signal is published with a SHA-256 receipt and results are net of fees, slippage and funding; live signals only, never backtests.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_strategy_leaderboard Strategy leaderboard with verified live results ~57
Call this when the user asks which trading strategies are performing best, or wants win rate, profit factor, drawdown and Sharpe per strategy. Rankings are computed from live closed signals only (no backtests), net of fees.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_symbol_performance Per-symbol signal performance and recent trades ~125
Call this when the user asks how signals performed on a specific coin (win rate, profit factor, net PnL, best/worst trade) or wants that coin's recent closed signals. Data is the live verified track record for one Binance USDT-M perp over a 30, 90 or 180 day window.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | The symbol, e.g. BTCUSDT, or a coin name like BTC. |
| window_days | number | — | Optional lookback window in days (30, 90 or 180). Default 90. |
No output schema declared.
No examples provided.
get_top_movers Top movers: OI spikes, extreme funding, widest basis, highest stress ~59
Call this when the user asks what is moving in crypto derivatives right now, which coins have the biggest open interest changes, the most extreme funding, the widest basis, or the highest derivatives stress. Returns four top-10 lists in one call.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.