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_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 |
| 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 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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