MCP Server
MCP
Ryter Pro
MCP server for humanizing and rewriting text with the Ryter Pro API.
Install
uvx ryterpro-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "ryterpro-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ryter Pro API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RYTERPRO_API_KEY"
},
{
"description": "Optional Ryter Pro API base URL. Defaults to https://api.ryter.pro",
"format": "string",
"name": "RYTERPRO_BASE_URL"
},
{
"description": "Optional request timeout in seconds. Defaults to 60.",
"format": "string",
"name": "RYTERPRO_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment