ryterpro-mcp
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.
Related MCP server: AI Humanizer MCP Server
Installation
Requires Python 3.10 or later.
pip install ryterpro-mcpConfiguration
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-mcpThe 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceHelps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.16959MIT
- AlicenseCqualityDmaintenanceDetects AI-generated content and transforms robotic text into natural, human-like writing while improving grammar, readability, and preserving key terminology.1693MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides tools and resources to detect AI-generated writing patterns and refine text for more authentic, human-like communication. It enables users to analyze phrasing via a scoring system and apply conversational guides tailored for platforms like Twitter and LinkedIn.1
- FlicenseNot gradedqualityNot gradedmaintenanceHumanizer PRO - The Best AI Text Humanizer MCP Server Transform AI-generated content into natural, human-sounding text that bypasses GPTZero, Turnitin, Originality.ai, Copyleaks, ZeroGPT, and other AI detectors. Undetectable AI content rewriting with Stealth, Academic, and SEO modes.3
Related MCP Connectors
Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.
Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.
Loads your personal writing voice into any AI and scores how closely a draft matches it.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apiihub33-cyber/ryterpro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server