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_methodsB

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

aspro_searchA

Substring search across module/entity/method/path/description/tags. Useful when you don't know the exact module or entity name.

aspro_describeB

Return the full schema for one operation: HTTP method, path, query/path parameters, request-body fields with types and descriptions.

aspro_callA

Call an Aspro.Cloud endpoint. Always run aspro_describe first to learn the parameter shape. Pass entity id (for /get/{id}, /update/{id}, /delete/{id}) via id. Pass query-string args via query, request-body fields via body (POST only). Returns { status, ok, url, data }.

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