Skip to main content
Glama
mikko-bautista-113580

Creatio Case Toolkit MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CREATIO_LOGINNoForms-auth login (Mode 1)
CREATIO_BPMCSRFNoSSO session cookie BPMCSRF (Mode 2)
CREATIO_MAX_TOPNoMax rows per query (default 50)50
CREATIO_ASPXAUTHNoSSO session cookie .ASPXAUTH (Mode 2)
CREATIO_BASE_URLYesYour Creatio URL, e.g. https://<your-tenant>.creatio.com
CREATIO_PASSWORDNoForms-auth password (Mode 1)
CREATIO_BPMLOADERNoSSO session cookie BPMLOADER (Mode 2)
CREATIO_ALLOWED_ENTITIESYesComma-separated entity allowlist (e.g. Case,Activity,Contact,Account,SocialMessage)

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
creatio_list_allowed_entitiesA

List the Creatio OData entity sets this server is permitted to read. If the allowlist is empty, all entities are readable.

creatio_query_recordsA

Query records from a Creatio entity via OData (read-only GET). Use OData syntax for filter/orderby, e.g. filter: "Number eq 'SR00042038'".

creatio_get_recordA

Fetch a single Creatio record by its GUID Id (read-only GET).

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/mikko-bautista-113580/CreatioCaseLookup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server