anaplan-user-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANAPLAN_PASSWORD | No | Anaplan password for basic auth | |
| ANAPLAN_USERNAME | No | Anaplan username for basic auth | |
| ANAPLAN_CLIENT_ID | No | Anaplan OAuth client ID | |
| ANAPLAN_CLIENT_SECRET | No | Anaplan OAuth client secret (optional for device grant) | |
| ANAPLAN_CERTIFICATE_PATH | No | Path to certificate file for certificate auth | |
| ANAPLAN_PRIVATE_KEY_PATH | No | Path to private key file for certificate auth |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| identify_userA | List the Anaplan workspaces accessible to the current credentials. Call this first to understand what the user can see. |
| init_sessionA | Scan all accessible models, admit only those with AI Model Metadata and AI Module Metadata sentinel modules, cache their modules and tagged line items. Must be called once before any data-reading tool. |
| list_accessible_modelsA | List all AI-layer models from the session cache with their modules and line item counts. Requires init_session. |
| read_module_summaryA | Read a pre-computed rollup of a module's data. Automatically resolves list dimensions to their topLevelItem for aggregated results. One call returns line item metadata + cell data. |
| read_module_detailA | Read module data with explicit page selections to drill into a specific slice. Use when the user asks to filter by a specific dimension member instead of the top-level rollup. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/larasrinath/anaplan-user-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server