74
/ 100
25 days ago
glama

bitvavo-mcp

Exposes a Bitvavo crypto exchange account as read-only tools for Claude, allowing portfolio queries, trade history, and market data without enabling trading.

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 2 credentials: BITVAVO_API_KEY, BITVAVO_API_SECRET
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.
🔐 secretBITVAVO_API_KEY"": "your_api_key",
🔐 secretBITVAVO_API_SECRET"": "your_api_secret"
configBITVAVO_MCP_DATA_DIRThe data lives in ~/.bitvavo-mcp/transactions.db (override with =/some/path). Re-importing the same CSV is idempotent — rows are matched on Bitvavo's transaction_id.
// 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 6 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/aderik-bitvavo-mcp-1bhq1c)](https://m8ven.ai/mcp/aderik-bitvavo-mcp-1bhq1c)
commit: 7d3a358ccbf3da0f2da6e837e599489d8fb95944
code hash: 47f19082510ae269cda5d63cda3bc84b3d101ab2c73b061aad0c993661782108
verified: 6/16/2026, 1:19:15 PM
view raw JSON →