Server data from the Official MCP Registry
MCP server for humanizing and rewriting text with the Ryter Pro API.
MCP server for humanizing and rewriting text with the Ryter Pro API.
Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RYTERPRO_API_KEY
Environment variable: RYTERPRO_BASE_URL
Environment variable: RYTERPRO_TIMEOUT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-apiihub33-cyber-ryterpro-mcp": {
"env": {
"RYTERPRO_API_KEY": "your-ryterpro-api-key-here",
"RYTERPRO_TIMEOUT": "your-ryterpro-timeout-here",
"RYTERPRO_BASE_URL": "your-ryterpro-base-url-here"
},
"args": [
"ryterpro-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
An MCP server that exposes the Ryter Pro text humanizer API as a tool for MCP-compatible clients.
humanize_textHumanize 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_infoReturn basic API configuration and documentation links.
Requires Python 3.10 or later.
pip install ryterpro-mcp
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"
ryterpro-mcp
The server uses the MCP stdio transport by default.
{
"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"
}
}
}
}
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.