69
/ 100
7 days ago
glama

ramzinex-mcp

Self-hostable MCP server for the Ramzinex cryptocurrency exchange, providing tools for market data, account management, and trading with safety flags.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: RAMZINEX_API_TOKEN, RAMZINEX_API_KEY, RAMZINEX_SECRET, RAMZINEX_SEND_X_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configRAMZINEX_PUBLIC_BASE_URL
configRAMZINEX_PRIVATE_BASE_URL
configRAMZINEX_API_VERSIONv1.0 API version segment for the exchange paths.
configRAMZINEX_AUTH_HEADER_NAMEexport =Authorization # legacy header-name mode
🔐 secretRAMZINEX_API_TOKENexport =your-personal-api-token
🔐 secretRAMZINEX_API_KEYexport =your-api-key
🔐 secretRAMZINEX_SECRETexport =your-api-secret
🔐 secretRAMZINEX_SEND_X_API_KEYexport =false # opt out of the x-api-key header
configRAMZINEX_ENABLE_TRADINGexport =true # allow placing/cancelling orders
configRAMZINEX_ENABLE_WITHDRAWALSexport =true # allow withdrawals + address allocation
configRAMZINEX_ACCOUNT_CONTROLexport =true # allow API-key access management
configRAMZINEX_READ_ONLYfalse Master switch: forces all three gates off.
configRAMZINEX_VERIFY_SSLtrue Verify TLS certificates.
configRAMZINEX_TIMEOUT30 Per-request timeout (seconds).
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dwin-gharibi-ramzinex-mcp-buuts8)](https://m8ven.ai/mcp/dwin-gharibi-ramzinex-mcp-buuts8)
commit: 4af68477eae2ebcd88b1f57ea22e734693c4e412
code hash: c245345ecc8f57df71ae0ad46e029ccf1882c4b511a5b00ed1b055ac92d65d32
verified: 6/21/2026, 10:10:16 AM
view raw JSON →