MCP Server
MCP
Nexus Finance
Nexus Finance API — compliance audit, VaR/RWA risk, market quotes and case management.
Install
npx -y @nexus-finance/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@nexus-finance/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Nexus Finance API key (must start with nf_). Obtain from your dashboard at https://app.nexusquantum.finance",
"isRequired": true,
"isSecret": true,
"name": "NEXUS_FINANCE_API_KEY"
},
{
"description": "Base URL of the Nexus Finance API. Defaults to https://app.nexusquantum.finance",
"name": "NEXUS_FINANCE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment