MCP.so
ログイン

Mcp Api Client

@molavec

Mcp Api Client について

A Model Context Protocol (MCP) server that calls APIs using YAML config files.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

molavec

投稿者

Miguel Olave

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-api-client": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-client",
        "path-to-your-config-api.yaml"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Api Client?

An MCP server that uses a YAML configuration file to integrate APIs with MCP hosts. It is designed to be used with clients like Claude Client.

How to use Mcp Api Client?

Add the server configuration to your MCP host’s settings file. For Claude Client, include the JSON entry shown in Access settings, providing the path to your API YAML file. The server is launched via npx.

Key features of Mcp Api Client

  • Uses npx for quick execution without installation.
  • Configured with a YAML configuration file.
  • Includes an example for Claude Client.
  • Accesses a documentation site for YAML config details.

Use cases of Mcp Api Client

FAQ from Mcp Api Client

What MCP hosts does Mcp

コメント

「開発者ツール」の他のコンテンツ