MCPHIVE

Аспро.Cloud MCP: Documentation

Updated:

Connection

Remote HTTP: https://mcp.aspro.cloud/mcp. Headers: x-account-code — your portal's subdomain (e.g. my-company for my-company.aspro.cloud) and Authorization: Bearer <API key>. The key is created at the portal or individual user level; any employee can connect the assistant, no admin rights required. Some clients (e.g. Claude) additionally require Node.js installed locally. Example config:

{ "mcpServers": { "asprocloud": { "url": "https://mcp.aspro.cloud/mcp", "headers": { "x-account-code": "<account code>", "Authorization": "Bearer <API key>" } } } }

Compatible clients: Claude Desktop, Claude Code, Cursor, Devin AI (formerly Windsurf), Codex, Antigravity, VS Code Copilot, Continue, Cline.

Capabilities

The vendor doesn't publish exact MCP tool names, but per its docs and announcement the agent gets access to the portal's core modules:

  • Tasks — current and closed, creating new ones, comments.
  • CRM deals — search, view, create.
  • Projects — deadline summaries and stalled-task reports.
  • Finance and invoices — statuses, analytics, resending overdue ones.
  • Knowledge base — article search.

Creating or editing entities goes through a preview mode: the model drafts a plan and confirms it with the user before changing anything. The available operations are bounded by the API key's permissions.

Agent flow

"Count the open deals", "find a task by description and assign an owner", "compile a summary of stalled projects for the week", "show overdue invoices and resend them".

Pricing

The MCP server is included on all paid Aspro.Cloud plans; it isn't available during the free 14-day trial.

Аспро.Cloud MCP — Documentation