MCP.so
ログイン

mcp-server

@SaanidhyaM

mcp-server について

text to voice with mcp server

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

SaanidhyaM

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

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

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

概要

What is mcp-server?

Based on the documentation, mcp-server is a server that accepts POST requests to clone or copy text content. It appears to be a lightweight API endpoint for duplicating text data.

How to use mcp-server?

The server is invoked by sending a POST request to http://127.0.0.1:5050/clone with a JSON body containing a "text" field, a "voice_id", and an "api_key".

Key features of mcp-server

  • Accepts POST requests at /clone endpoint
  • Processes text content in JSON format
  • Requires API key and voice ID for authentication

Use cases of mcp-server

FAQ from mcp-server

What does the clone endpoint do?

The clone endpoint accepts a POST request with a JSON body containing a "text" field, along with a "voice_id" and "api_key" for authentication.

How is the server run?

The README shows a PowerShell command using Invoke-WebRequest to interact with the server running on localhost port 5050.

What data does the server process?

The server processes text content sent in the "text" field of the POST request body.

コメント

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