74
grade C
10 days ago
glama

Anaplan MCP

An MCP server that connects AI assistants to Anaplan's Integration API v2, enabling users to browse workspaces, manage model data, and execute bulk operations like imports and exports. It provides 25 structured tools to navigate model hierarchies and perform transactional tasks through natural language.

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 3 credentials: ANAPLAN_CLIENT_SECRET, ANAPLAN_PASSWORD, ANAPLAN_REFRESH_TOKEN
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_FORMATcan be added optionally; defaults to v2. Set v1 only for legacy tenants.
configANAPLAN_CERTIFICATE_PATH"": "/path/to/cert.pem",
configANAPLAN_CLIENT_ID"": "your-client-id"
🔐 secretANAPLAN_CLIENT_SECRETOAuth support is device grant only. , ANAPLAN_OAUTH_AUTHORIZATION_CODE, and ANAPLAN_OAUTH_REDIRECT_URI are ignored by the server.
configANAPLAN_MCP_HTTP_BODY_LIMITOptional JSON body limit for remote HTTP requests. Defaults to 100mb to support large run_import and upload_file payloads. MCP_HTTP_BODY_LIMIT is accepted as an alias
configANAPLAN_OAUTH_AUTHORIZATION_CODEOAuth support is device grant only. ANAPLAN_CLIENT_SECRET, , and ANAPLAN_OAUTH_REDIRECT_URI are ignored by the server.
configANAPLAN_OAUTH_REDIRECT_URIOAuth support is device grant only. ANAPLAN_CLIENT_SECRET, ANAPLAN_OAUTH_AUTHORIZATION_CODE, and are ignored by the server.
🔐 secretANAPLAN_PASSWORD"": "your-password"
configANAPLAN_PRIVATE_KEY_PATH"": "/path/to/key.pem"
🔐 secretANAPLAN_REFRESH_TOKEN
configANAPLAN_USERNAME"": "user@company.com",
configMCP_HTTP_BODY_LIMITANAPLAN_MCP_HTTP_BODY_LIMIT Optional JSON body limit for remote HTTP requests. Defaults to 100mb to support large run_import and upload_file payloads. is accepted as an alias
configMCP_PORT
configPORT
// 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 4 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-mcp-14urzd)](https://m8ven.ai/mcp/larasrinath-anaplan-mcp-14urzd)
commit: 352175ace1c5888fd309653f1f323fb3690293eb
code hash: cc3304b4e125b40b5c72070fb9a9005c2125fe8c211df3dcb29c407cd52fa45c
verified: 4/11/2026, 3:10:03 PM
view raw JSON →