Crypto Currency MCP Server (tagerwang/crypto-currency) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 34 tools. No publisher has claimed this listing.

C
Emerging
74/100

Crypto Currency MCP Server

Provides real-time cryptocurrency data, technical analysis, and market information from Binance and CoinGecko APIs, enabling price queries, K-line analysis, and alpha token tracking.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

tagerwang

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes34 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_spot_price

获取币安现货实时价格

get_ticker_24h

获取24小时行情数据,包含价格、涨跌幅、成交量等

get_multiple_tickers

批量获取多个交易对的24小时行情

get_klines

获取K线数据,支持多种时间周期

comprehensive_analysis

综合技术分析(基于1小时K线):包含趋势判断、涨跌概率预测、RSI、MACD、布林带、支撑阻力位等。⚠️ 所有指标均基于1小时周期,适用于短期交易决策

analyze_kline_patterns

K线形态分析(默认4小时K线):识别十字星、锤子线、上吊线、吞没形态等经典K线形态。⚠️ 默认使用4小时K线,可通过interval参数调整周期

analyze_market_factors

分析市场影响因素:与BTC/ETH对比、相对强弱、成交量分析

get_futures_price

获取合约价格(USDT永续合约)

get_funding_rate

获取历史结算资金费率(最新已结算费率 + 历史记录)- 返回historical_settled_rate字段

get_realtime_funding_rate

【推荐】获取实时资金费率(当前实时生效费率 + 预测费率)- 返回current_realtime_rate(当前实时费率)和predicted_next_rate(预测费率)字段,用于交易决策

get_extreme_funding_rates

【实时】获取极端资金费率的合约列表,筛选出负费率和正费率极端的合约

analyze_spot_vs_futures

分析现货与合约价差,判断套利机会

get_futures_ticker_24h

获取合约24小时行情数据(直接使用合约数据,非现货fallback)

get_futures_klines

获取合约K线数据

get_futures_multiple_tickers

批量获取多个合约的24小时行情

search_futures_symbols

搜索合约交易对

get_futures_top_gainers_losers

获取合约涨跌幅排行榜

get_open_interest

获取合约当前持仓量

get_open_interest_hist

获取合约持仓量历史

get_top_long_short_ratio

获取大户账户多空比(top 20%用户)

get_top_long_short_position_ratio

获取大户持仓多空比

get_global_long_short_ratio

获取全市场多空比

get_taker_buy_sell_ratio

获取主动买卖比(taker long/short ratio)

get_mark_price

获取合约标记价格、指数价格、资金费率及下次结算时间

comprehensive_analysis_futures

合约版综合技术分析(基于1小时K线):RSI、MACD、布林带、支撑阻力等

analyze_futures_kline_patterns

合约K线形态分析(默认4小时):十字星、锤子线、吞没形态等

analyze_futures_market_factors

合约市场因素分析:与BTC/ETH对比、相对强弱

get_realtime_alpha_airdrops

【实时】获取币安Alpha空投列表,包含即将开始、进行中、已结束的空投,自动计算价格和价值

get_alpha_tokens_list

获取币安Alpha代币列表(本地配置)

analyze_alpha_token

分析Alpha代币:价格、涨跌、技术指标、空投价值

get_active_alpha_competitions

获取进行中的Alpha竞赛信息,包含实时价格、活动总价值、每人可得价值

add_alpha_competition

添加新的Alpha竞赛到配置(当发现新竞赛时使用)

search_symbols

搜索交易对

get_top_gainers_losers

获取涨跌幅排行榜

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configHOST
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

34/34 tools missing one or more hints — get_spot_price (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_ticker_24h (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_multiple_tickers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +31 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 2/34 tools referenced in tests (6%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/tagerwang/crypto-currency)](https://m8ven.ai/mcp/tagerwang/crypto-currency)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: b399ed4afb8c52a5a6f52fb83799256079b69a9a
code hash: 42d786f5b15605604784c5ba5dcff1eaaf06bc01c144bb3bff0d57e81e1642f8
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client