69
/ 100
14 days ago
glama

Accessura MCP Server

Enables AI buyers and sellers to interact with the Accessura encrypted-data marketplace, supporting bidding, settlement, x402 payments, claim decryption, and seller payout management.

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: ACCESSURA_DELIVERY_SECRET, ACCESSURA_TOKEN, ACCESSURA_API_KEY, ACCESSURA_PRIVATE_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.
🔐 secretACCESSURA_DELIVERY_SECRETis a separate 32-byte hex secret used only by sellers for managed per-signal DEK derivation. Generate one with python -c "import secrets; print(secrets.token_hex(32))"; never reuse the wallet key.
🔐 secretACCESSURA_TOKENACCESSURA_API_KEY or authenticates API calls.
configACCESSURA_BASE_URL
🔐 secretACCESSURA_API_KEYor ACCESSURA_TOKEN authenticates API calls.
🔐 secretACCESSURA_PRIVATE_KEYsigns identity, bid, payout-wallet, and x402 messages and performs buyer-side ECIES decryption.
// 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/accessura-agent-kit-tgolna)](https://m8ven.ai/mcp/accessura-agent-kit-tgolna)
commit: 6de6f42f6848df19de3a15b653053a643039691a
code hash: 5b69a7e5e6c603fea82361a41e4eba2b602d3b6f62fccc8aeeecf74d5d008911
verified: 7/17/2026, 8:31:03 AM
view raw JSON →