← Back to Plugins
MCP Server MCP

Ryter Pro

github By github 👁 1 views ▲ 0 votes

MCP server for humanizing and rewriting text with the Ryter Pro API.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...