Aspro Cloud MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aspro Cloud MCPShow me all open deals in the 'New Clients' pipeline"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aspro Cloud MCP
MCP server for Aspro Cloud — work with CRM deals and tasks directly from AI assistants (Claude, Cursor, etc.).
Tools
Deals (CRM)
Tool | Description |
| List deals with filters (pipeline, stage, assignee, status) |
| Get deal details by ID |
| Create a new deal |
| Update an existing deal |
| Delete a deal |
| List all sales pipelines |
| List pipeline stages |
Tasks
Tool | Description |
| List tasks with filters (responsible, status, type, module binding) |
| Get task details by ID |
| Create a new task |
| Update an existing task |
| Delete a task |
| List all task workflows |
| List workflow stages |
Users
Tool | Description |
| Search users by name (returns |
| Get user details by ID |
Related MCP server: Pipedrive MCP Server
Setup
Prerequisites
Node.js 18+
Aspro Cloud account with API access
API key from your Aspro Cloud settings
Configuration
Two environment variables are required:
Variable | Description | Example |
| Your company subdomain |
|
| API key from Aspro Cloud settings |
|
Your company subdomain is the part before .aspro.cloud in your workspace URL.
Usage in Cursor
Add to your Cursor MCP configuration (~/.cursor/mcp.json or .cursor/mcp.json in your project):
Via npx (recommended, no installation needed)
{
"mcpServers": {
"aspro-cloud": {
"command": "npx",
"args": ["-y", "github:kazan-project-manufactory/aspo-cloud-mcp"],
"env": {
"ASPRO_COMPANY": "your_company",
"ASPRO_API_KEY": "your_api_key"
}
}
}
}Via local path (if cloned)
git clone https://github.com/kazan-project-manufactory/aspo-cloud-mcp.git
cd aspo-cloud-mcp
npm install{
"mcpServers": {
"aspro-cloud": {
"command": "node",
"args": ["/path/to/aspo-cloud-mcp/dist/index.js"],
"env": {
"ASPRO_COMPANY": "your_company",
"ASPRO_API_KEY": "your_api_key"
}
}
}
}Usage in Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"aspro-cloud": {
"command": "npx",
"args": ["-y", "github:kazan-project-manufactory/aspo-cloud-mcp"],
"env": {
"ASPRO_COMPANY": "your_company",
"ASPRO_API_KEY": "your_api_key"
}
}
}
}Example prompts
Find user Ivan Petrov and assign him a task to prepare the contract by FridayShow me all open deals in the "New Clients" pipelineCreate a deal "Website Redesign" for client Vasily Sidorov with budget 150000List all tasks assigned to me that are in progressDevelopment
npm run build # compile TypeScript
npm run dev # watch modeLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI agents to interact with Bitrix24 CRM for managing contacts, deals, tasks, and leads via a comprehensive set of tools. It supports advanced features like sales team monitoring, performance analytics, and automated CRM searching.Last updated
- AlicenseBqualityAmaintenanceEnables users to manage Pipedrive CRM data including deals, contacts, and activities directly through an AI assistant. It supports full CRUD operations, email engagement analysis, and mapping of custom field metadata for comprehensive pipeline management.Last updated1003448MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with the Pipedrive CRM to manage deals, contacts, organizations, and activities. It features automatic custom field synchronization and guided onboarding to ensure assistants follow specific business rules and pipelines.Last updated48MIT
- AlicenseAqualityBmaintenanceEnables LLMs to interact with the Aspro.Cloud REST API through self-describing tools for discovering and calling modules, entities, and methods.Last updated630MIT
Related MCP Connectors
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.
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/kazan-project-manufactory/aspo-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server