Wealth Management Intelligence System — MCP server, OAuth 2.1 PKCE, SPIFFE/SPIRE, compliance architecture
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wmis": {
"command": "npx",
"args": [
"-y",
"moverton7474/wmis"
]
}
}
}
Run in terminal:
claude mcp add wmis npx -y moverton7474/wmis
Add to .cursor/mcp.json:
{
"mcpServers": {
"wmis": {
"command": "npx",
"args": [
"-y",
"moverton7474/wmis"
]
}
}
}