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
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.
What You'll Need
Set these up before or after installing:
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 GitHubFrom 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_...orbbl_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
| Tool | Description |
|---|---|
get_metric | Fetch any single metric by ID (e.g. ME10021) |
get_quantum_metrics | Fetch all quantum-computed metrics (ME10021, ME10022) |
get_ai_metrics | Fetch all AI-enhanced metrics (ME10016, ME10017, ME10019, ME10020, ME10010) |
get_risk_snapshot | Composite risk view: QC VaR + leverage + liquidation + correlation |
list_metrics | Browse catalog by category or computation method |
search_metrics | Search by keyword (e.g. quantum, sentiment, regime) |
Key Metrics
| ID | Name | Method |
|---|---|---|
| ME10021 | Portfolio Optimisation | ⚛️ Quantum (QAOA) |
| ME10022 | Risk Simulation — VaR | ⚛️ Quantum (QAE) |
| ME10017 | Sentiment Index | 🤖 AI (Gemini) |
| ME10019 | Market Narrative | 🤖 AI (Gemini) |
| ME10016 | Regime Detection | 🤖 AI + HMM |
| ME10002 | Leverage Stress Index | Classical |
| ME10004 | Liquidation Cascade Risk | Classical |
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!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
