Read-only crypto market mood and yield snapshot MCP for fast signal checks
COINGAZURA Market Data MCP is a read-only MCP server for compact crypto market mood and yield candidate snapshots.
It is built for users and agents that need fast market context without trading or wallet actions. The current version focuses on two safe, narrow tools:
1. Market mood snapshot - Takes fear and greed style inputs, BTC dominance, and market cap change - Returns mood score, classification, risk bias, and action hint
2. Yield candidates snapshot - Returns filtered candidate rows with protocol, symbol, chain, APY, TVL, risk note, and source
This server is designed for local stdio MCP usage first. It is intentionally small, read-only, and easy to inspect. It does not place trades, move funds, or require wallet permissions.
Best for: - crypto traders who want quick market context - agents that need a compact sentiment input - users scanning stable or yield parking candidates
Once installed, try these example prompts and explore these capabilities:
Add this to your MCP configuration file:
{
"mcpServers": {
"coingazura-market-data-mcp": {
"args": [
"-y",
"coingazura-market-data-mcp"
],
"command": "npx"
}
}
}Well-structured finance MCP server with appropriate security restrictions and proper host validation. Minor input validation improvements recommended but no significant security concerns. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!
Added executable bin for npx installs and added a stable exit risk tool using live COINGAZURA data.
Replaced mock data with live COINGAZURA market_mood_snapshot and yield_candidates_latest resources.