Skip to main content
Glama
larasrinath

anaplan-user-mcp

by larasrinath

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANAPLAN_PASSWORDNoAnaplan password for basic auth
ANAPLAN_USERNAMENoAnaplan username for basic auth
ANAPLAN_CLIENT_IDNoAnaplan OAuth client ID
ANAPLAN_CLIENT_SECRETNoAnaplan OAuth client secret (optional for device grant)
ANAPLAN_CERTIFICATE_PATHNoPath to certificate file for certificate auth
ANAPLAN_PRIVATE_KEY_PATHNoPath 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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