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.

コメント

「その他」の他のコンテンツ