mcp-server

by SaanidhyaM

1 stars
173 downloads
Not rated
GitHub

About

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.

Details

Author
SaanidhyaM
GitHub stars
1
Downloads
173
Categories
Other

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

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".

mcp-server

run with ``bash Invoke-WebRequest -Uri "http://127.0.0.1:5050/clone" -Method POST -Headers @{ "Content-Type" = "application/json" } -Body '{"text": "Hello, my name is saanidhya", "voice_id": "your_voice_id", "api_key": "your_api_key"}' ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.