Back to Browse

COINGAZURA Market Data MCP MCP Server

by windbossbot
FinanceModerate7.0Local
Free

Read-only crypto market mood and yield snapshot MCP for fast signal checks

About

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

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "coingazura-market-data-mcp": {
      "args": [
        "-y",
        "coingazura-market-data-mcp"
      ],
      "command": "npx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Give me a crypto market mood snapshot using fear and greed 62, BTC dominance 57, and market cap change +1.8%"
  • 2"Show yield candidates on Base with APY above 6 and TVL above 10000000"
  • 3Tool: coingazura_get_market_mood_snapshot: Returns mood score, classification, risk bias, and action hint
  • 4Tool: coingazura_get_yield_candidates: Returns filtered yield candidates with APY, chain, TVL, and risk notes

Reviews

No reviews yet

Be the first to review this server!

Version History

v0.1.4Mar 11, 2026Re-scanned

Added executable npx support, stable exit risk tool, fixed-host network hardening, and package security metadata.

v0.1.2Mar 7, 2026Re-scanned

Added executable bin for npx installs and added a stable exit risk tool using live COINGAZURA data.

v0.1.1Mar 7, 2026Re-scanned

Replaced mock data with live COINGAZURA market_mood_snapshot and yield_candidates_latest resources.

v0.1.0Mar 6, 2026Re-scanned