Back to Browse

Madjik Io MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Quantum-finance market metrics for AI agents, computed by the Black Belt Labs engine.

About

Quantum-finance market metrics for AI agents, computed by the Black Belt Labs engine.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for accessing Black Belt Labs financial metrics. Authentication is properly enforced via API key validation at startup and on every call, with support for both current (mk_) and legacy (bbl_) key formats. Code quality is good with proper error handling and input validation. The server's permissions (network HTTP for API calls, environment variables for credentials) are appropriate for its stated purpose as a financial data aggregator. Minor findings around error message specificity and catalog fallback behavior do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 7 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.

env_vars

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

What You'll Need

Set these up before or after installing:

Madjik API key (get one at https://api.madjik.io/pricing)Required

Environment variable: MADJIK_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-madjik-io-mcp-server": {
      "env": {
        "MADJIK_API_KEY": "your-madjik-api-key-here"
      },
      "args": [
        "-y",
        "madjik-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@blackbeltlabs/mcp-server

Quantum-finance intelligence for AI agents.

Connect any MCP-compatible AI agent to Black Belt Labs metrics — quantum-computed portfolio optimisation, VaR simulation, AI-enhanced regime detection, sentiment, and cross-asset risk signals.

Requirements

  • Node.js ≥ 18
  • A Black Belt Labs API key (bbl_live_... or bbl_test_...) — get one at blackbeltlabs.fi

Note: Madjik API keys (mk_...) are not accepted. BBL keys are issued separately at blackbeltlabs.fi.

Quickstart

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "blackbeltlabs": {
      "command": "npx",
      "args": ["-y", "@blackbeltlabs/mcp-server"],
      "env": {
        "BLACKBELTLABS_API_KEY": "bbl_live_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. You can now ask: "What is the current quantum VaR estimate from Black Belt Labs?"

Other MCP clients

BLACKBELTLABS_API_KEY=bbl_live_your_key npx @blackbeltlabs/mcp-server

Available Tools

ToolDescription
get_metricFetch any single metric by ID (e.g. ME10021)
get_quantum_metricsFetch all quantum-computed metrics (ME10021, ME10022)
get_ai_metricsFetch all AI-enhanced metrics (ME10016, ME10017, ME10019, ME10020, ME10010)
get_risk_snapshotComposite risk view: QC VaR + leverage + liquidation + correlation
list_metricsBrowse catalog by category or computation method
search_metricsSearch by keyword (e.g. quantum, sentiment, regime)

Key Metrics

IDNameMethod
ME10021Portfolio Optimisation⚛️ Quantum (QAOA)
ME10022Risk Simulation — VaR⚛️ Quantum (QAE)
ME10017Sentiment Index🤖 AI (Gemini)
ME10019Market Narrative🤖 AI (Gemini)
ME10016Regime Detection🤖 AI + HMM
ME10002Leverage Stress IndexClassical
ME10004Liquidation Cascade RiskClassical

License

MIT © Black Belt Labs

Disclaimer

Madjik metrics are informational market indicators computed by the Black Belt Labs engine. They are not investment advice, an offer, or a recommendation to buy or sell any asset. Quantum-computed metrics run on Qiskit simulators (hardware-ready circuit designs).

Reviews

No reviews yet

Be the first to review this server!