mosl-mcp-sse-bridge
v1.0.3
Published
SSE-to-STDIO bridge for connecting Claude Desktop to MOSL MCP Server on Kubernetes
Maintainers
Readme
@mosl/mcp-sse-bridge
SSE-to-STDIO bridge for connecting Claude Desktop to MOSL MCP Server on Kubernetes.
Installation
No installation needed! Use with npx:
npx -y @mosl/mcp-sse-bridge http://your-kubernetes-service.com/sseUsage
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mosl-trading": {
"command": "npx",
"args": [
"-y",
"@mosl/mcp-sse-bridge",
"http://a022340fcce124c31bdb5d4bd70527ad-0fe77b54d25e145f.elb.ap-south-1.amazonaws.com/sse"
],
"env": {
"MOSL_USER_ID": "your_user_id",
"MOSL_PASSWORD": "your_password",
"MOSL_API_KEY": "your_api_key",
"MOSL_API_SECRET": "your_api_secret",
"MOSL_TOTP_KEY": "your_totp_key",
"MOSL_2FA": "your_2fa_code"
}
}
}
}Configuration Fields:
- command:
npx(Node Package Executor) - args:
-y: Skip confirmation prompt@mosl/mcp-sse-bridge: Package name- SSE URL: Your Kubernetes LoadBalancer URL
- env: Your MOSL credentials
Environment Variables
Required:
MOSL_USER_ID- Your MOSL trading user IDMOSL_PASSWORD- Your MOSL passwordMOSL_API_KEY- Your MOSL API keyMOSL_API_SECRET- Your MOSL API secretMOSL_TOTP_KEY- Your TOTP key for 2FAMOSL_2FA- Your 2FA vendor code
Architecture
Claude Desktop (STDIO)
↓
@mosl/mcp-sse-bridge (npx, auto-installed)
↓ HTTP/SSE
Kubernetes LoadBalancer
↓
MOSL MCP Server Pods (2-10 auto-scaling)
↓
MOSL Trading APIFeatures
✅ No local files - Downloads automatically via npx
✅ Automatic updates - Always uses latest published version
✅ Multi-user ready - Each user has their own credentials
✅ Scalable - Connects to Kubernetes cluster (handles millions of users)
✅ Simple config - Just copy/paste the JSON config
For 1 Million Users
Each user just needs:
- Node.js installed (most have it)
- Copy the Claude Desktop config
- Replace with their own MOSL credentials
- Restart Claude Desktop
No distribution of files needed!
Requirements
- Node.js >= 18.0.0
- Internet connection
- Valid MOSL trading credentials
License
MIT
Support
For issues or questions, contact MOSL support.
