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.

评论

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