MCP server for the Ryter Pro API
Project description
Ryter Pro MCP Server
An MCP server that exposes the Ryter Pro text humanizer API as a tool for MCP-compatible clients.
Tools
humanize_text
Humanize or rewrite text with the Ryter Pro API.
Inputs:
text: Text to humanize.mode: Optional humanizer mode supported by your Ryter Pro API.
ryterpro_api_info
Return basic API configuration and documentation links.
Installation
Requires Python 3.10 or later.
pip install ryterpro-mcp
Configuration
Set your Ryter Pro API key before running the server:
export RYTERPRO_API_KEY="your_api_key_here"
Optional environment variables:
export RYTERPRO_BASE_URL="https://api.ryter.pro"
export RYTERPRO_TIMEOUT="60"
Run
ryterpro-mcp
The server uses the MCP stdio transport by default.
MCP Client Example
{
"mcpServers": {
"ryterpro": {
"command": "ryterpro-mcp",
"env": {
"RYTERPRO_API_KEY": "your_api_key_here"
}
}
}
}
For local development from this repository:
{
"mcpServers": {
"ryterpro": {
"command": "python3",
"args": ["-m", "ryterpro_mcp.server"],
"env": {
"RYTERPRO_API_KEY": "your_api_key_here"
}
}
}
}
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ryterpro_mcp-0.1.0.tar.gz.
File metadata
- Download URL: ryterpro_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
581d473c749aec6f9bf69a0ab026ad3af2e9e24fe12bab32078326ab618a778d
|
|
| MD5 |
203f5894c29359f4157b6d6929f7c222
|
|
| BLAKE2b-256 |
719d8e579beb8a23e162b7036e04ecadb57bd2871a70a06a90b3068fd40c3284
|
File details
Details for the file ryterpro_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ryterpro_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26a8eca155e6c33bb30d29bcdd9dff1a70999f58b87f86b89f543581059fdca8
|
|
| MD5 |
013f6bab17ce5ae53b758d2d551a870b
|
|
| BLAKE2b-256 |
b196d82b949aaa4d130a959ff5df974f1bce236066e16dd58e8542743660f49d
|