MCP.so
登录
A

Aspro.cloud Unofficial Mcp

@bssth

关于 Aspro.cloud Unofficial Mcp

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.

基本信息

分类

其他

传输方式

stdio

发布者

bssth

提交者

Borys S.

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "aspro": {
      "command": "node",
      "args": [
        "/absolute/path/to/aspro-mcp/dist/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Aspro.cloud Unofficial Mcp?

Aspro.cloud Unofficial Mcp is a Model Context Protocol (MCP) server that exposes the Aspro.Cloud REST API to LLM clients. It ships with a bundled OpenAPI specification, enabling models to autonomously discover and call API modules, entities, and methods safely.

How to use Aspro.cloud Unofficial Mcp?

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.

Key features of Aspro.cloud Unofficial Mcp

  • 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

Use cases of Aspro.cloud Unofficial Mcp

  • Enabling LLM agents to programmatically control Aspro.Cloud resources
  • Allowing conversational interfaces to query and manage cloud infrastructure
  • Automating cloud operations through natural language requests

FAQ from Aspro.cloud Unofficial Mcp

How does the server discover available API endpoints?

The server ships with a bundled OpenAPI specification, allowing it to autonomously discover modules, entities, and methods.

Where should I place the .env configuration file?

The server reads its .env from the project root regardless of the working directory the client launches it in.

What type of server is this?

It is a Model Context Protocol (MCP) server that exposes the Aspro.Cloud REST API to LLM clients.

评论

其他 分类下的更多 MCP 服务器