Skip to main content
Glama
bssth
by bssth

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASPRO_API_KEYYesYour API key for Aspro.Cloud, passed as ?api_key=... on every request
ASPRO_COMPANYYesThe subdomain part of the Aspro.Cloud URL, e.g., your_company from https://your_company.aspro.cloud
ASPRO_BASE_URLNoOptional full base URL to override the one built from ASPRO_COMPANY
ASPRO_TIMEOUT_MSNoOptional timeout in milliseconds for requests, default 30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
aspro_list_modulesA

List all top-level Aspro.Cloud API modules (crm, fin, agile, task, etc.) with entity and operation counts.

aspro_list_entitiesA

List entities inside a given module along with the methods available on each entity.

aspro_list_methodsA

List operations (HTTP method + path + short description) for a given module and optional entity.

aspro_searchA

Search operations by keyword across module/entity/method/path/description/tags. Handles Russian inflection and multi-word queries ('создать задачу', 'сделки').

aspro_describeA

Return the full schema for one operation: HTTP method, path, whether it mutates data, request-body fields and the fields present in the response.

aspro_callA

Read data from Aspro.Cloud — the list and get methods only. Run aspro_describe first to learn the parameter shape. Pass the entity id via id, query-string args via query. Returns { status, ok, url, data }. Use aspro_write for create/update/delete.

aspro_writeA

Create, update or DELETE data in Aspro.Cloud. Destructive — the change is applied to the live account and cannot be undone from here. Run aspro_describe first. Pass the entity id via id and body fields via body. Note that delete is served over HTTP 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/bssth/aspro-mcp'

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