74
/ 100
18 days ago
glama

anaplan-user-mcp

A read-only MCP server for Anaplan that exposes 5 tools for business users to explore data through an AI assistant, with session caching and metadata gating.

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: ANAPLAN_CLIENT_SECRET, ANAPLAN_PASSWORD
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.
configANAPLAN_CERTIFICATE_ENCODED_DATA_FORMAT
configANAPLAN_CERTIFICATE_PATHexport ="/path/to/cert.pem"
configANAPLAN_CLIENT_IDexport ="your-client-id"
🔐 secretANAPLAN_CLIENT_SECRETexport ="your-client-secret" # optional for device grant
configANAPLAN_OAUTH_AUTHORIZATION_CODE
configANAPLAN_OAUTH_REDIRECT_URI
🔐 secretANAPLAN_PASSWORDexport ="your-password"
configANAPLAN_PRIVATE_KEY_PATHexport ="/path/to/key.pem"
configANAPLAN_USERNAMEexport ="your-email@example.com"
// 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/larasrinath-anaplan-user-mcp-1bvzxz)](https://m8ven.ai/mcp/larasrinath-anaplan-user-mcp-1bvzxz)
commit: 1a2327574fc1f7033be5cf034949f525f3bfab9c
code hash: 3e5739d32266308dbe72f74673cf86bce301c1c15a41db3c1e11a9d95cf65716
verified: 6/22/2026, 12:29:48 PM
view raw JSON →