Aspro.cloud Unofficial Mcp

by bssth

162 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Aspro.cloud Unofficial Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.