Aspro.cloud Unofficial Mcp
About
A Model Context Protocol server that exposes the Aspro.Cloud REST API to LLM clients. The server ships with the bundled OpenAPI spec, so the model can discover modules, entities and methods on its own and call them safely.
Details
- Author
- bssth
- Downloads
- 162
- Categories
- Other
Jump to
- Exposes Aspro.Cloud REST API to LLM clients
- Bundles OpenAPI spec for model self-discovery
- Enables safe, autonomous API calls
- Reads environment from project root .env
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Aspro.cloud Unofficial McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server by placing a .env file in the project root directory. The server reads this file automatically regardless of the working directory from which the client launches it.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aspro.cloud unofficial mcp": {
"aspro": {
"command": "node",
"args": [
"/absolute/path/to/aspro-mcp/dist/index.js"
]
}
}
}
}
McpServers
{
"aspro": {
"command": "node",
"args": [
"/absolute/path/to/aspro-mcp/dist/index.js"
]
}
}
A Model Context Protocol server that exposes the Aspro.Cloud REST API to LLM clients. The server ships with the bundled OpenAPI spec, so the model can discover modules, entities and methods on its own and call them safely.
The server reads its .env from the project root regardless of the working directory the client launches it in.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



