aspro-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASPRO_API_KEY | Yes | Your API key for Aspro.Cloud, passed as ?api_key=... on every request | |
| ASPRO_COMPANY | Yes | The subdomain part of the Aspro.Cloud URL, e.g., your_company from https://your_company.aspro.cloud | |
| ASPRO_BASE_URL | No | Optional full base URL to override the one built from ASPRO_COMPANY | |
| ASPRO_TIMEOUT_MS | No | Optional timeout in milliseconds for requests, default 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
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
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