Nexus Finance
Allows performing Commodity Contract Compliance (CCC) compliance reviews, including audit, redlining, and risk assessment for commodity contracts.
@nexus-finance/mcp
MCP server for the Nexus Finance API v1 — connect Claude Desktop, Claude Code, Cursor or any MCP-compatible client to financial contract analysis, risk analytics, market quotes and compliance case management.
What is this? Connect your Claude to Nexus Finance in 30 seconds. From that point, Claude can invoke contract audits, VaR/CVaR calculations, Basel III RWA, live market quotes, OFAC screening and compliance case management without leaving the conversation.
Quick install
1. Get an API key
Log in at app.nexusquantum.finance → Settings → API Keys → create a key. Copy the nf_... key — shown only once.
2. Configure your client
Claude Desktop (macOS / Windows)
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"nexus-finance": {
"command": "npx",
"args": ["-y", "@nexus-finance/mcp"],
"env": {
"NEXUS_FINANCE_API_KEY": "nf_YOUR_KEY_HERE"
}
}
}
}Restart Claude Desktop. You'll see a 🔌 icon in the chat with the 8 Nexus Finance tools available.
Claude Code (CLI)
claude mcp add nexus-finance -- npx -y @nexus-finance/mcp
# Then set your key:
export NEXUS_FINANCE_API_KEY=nf_YOUR_KEY_HERECursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"nexus-finance": {
"command": "npx",
"args": ["-y", "@nexus-finance/mcp"],
"env": {
"NEXUS_FINANCE_API_KEY": "nf_YOUR_KEY_HERE"
}
}
}
}3. Try it
In Claude Desktop, type:
Audit this contract with Nexus Finance and flag any high-risk clauses: «[paste contract text here]»
Claude will automatically call nexus_analyze and return a full risk assessment with severity-rated findings.
Related MCP server: fundos-mcp
The 8 tools
Tool | Description | Typical cost |
| Contract audit, commodity briefing, playbook or CCC compliance review. Zero Retention. | 1–3 credits |
| Parametric VaR / CVaR at 90/95/99% confidence + 5-scenario stress test + VaR matrix | 1 credit |
| Basel III Standardized Approach RWA across all asset classes + capital adequacy check | 1 credit |
| Real-time equity, FX or commodity quote (Alpha Vantage, 15-min cache) | Free |
| Up to 10 quotes in one call | Free |
| List compliance cases (paginated, filterable by status) | Free |
| Full case detail with findings and counterparties | Free |
| Create a new compliance case | Free |
Environment variables
Variable | Required | Description |
| ✅ Yes | API key starting with |
| ❌ No | Override API base URL (default: |
What Nexus Finance covers
Contract Intelligence — audit, redlining, AI drafting, obligation extraction, clause benchmark, RAG chat
Regulatory Compliance — EMIR/REMIT XML, CBAM, EUDR, CSDDD, MiFID II alerts, CCC v4.2
Risk Analytics — VaR/CVaR, RWA Basel III, stress tests, TBML watchdog, dynamic risk matrix
Counterparty Due Diligence — KYB/UBO graph (GLEIF + OpenCorporates), OFAC screening, vessel IMO screening
Case Management — 4-eyes workflow, multi-tenancy, audit export, rules engine
All analysis is Zero Retention — document text is never stored, logged or persisted.
Links
🌐 Platform: nexusquantum.finance
📦 npm: @nexus-finance/mcp
🐍 Python SDK: nexus-finance-sdk
📚 TypeScript SDK: @nexus-finance/sdk
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenance53 regulatory compliance evidence tools across 3 MCP servers for AI agents. MiCA authorization status, DORA evidence packs, stablecoin risk scoring (105+ tokens), macro intelligence (86 FRED series). Every response ECDSA-signed (ES256K), blockchain-anchored, audit-ready. Free tier, OAuth 2.0.Last updatedMIT
- Alicense-qualityBmaintenanceAI-native MCP server for fund managers — deal pipeline, LP management, covenant monitoring, VDR document intelligence, fund accounting (K-1, waterfall, audit packs), and HF ops (DTCC CTM, OMS, FIX). 47 tools.Last updated1MIT
- AlicenseAqualityBmaintenanceSource-verified regulatory and compliance intelligence: 10,000+ obligations across 39 pillars, each grounded in a primary legal source with a content hash. Covers the EU AI Act, GDPR, DORA, NIS2, HIPAA, Basel III and the MITRE ATT&CK/ATLAS families.Last updated251MIT
- Alicense-qualityBmaintenanceEnables AML/6AMLD compliance for AI systems, including obliged entity classification, KYC/CDD audits, and sanctions screening.Last updatedMIT
Related MCP Connectors
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
Multi-jurisdictional AI compliance readiness scoring with sourced penalty math.
530 MCP tools across 561 fintech tools: ChainGraph AP2 decisions, execution_hash. Zero PII.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/djtellado/nexus-finance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server