{
  "markdown": "# Ryter Pro MCP Server\n\n<!-- mcp-name: io.github.apiihub33-cyber/ryterpro-mcp -->\n\nAn MCP server that exposes the [Ryter Pro](https://www.ryter.pro/) text humanizer API as a tool for MCP-compatible clients.\n\n## Tools\n\n### `humanize_text`\n\nHumanize or rewrite text with the Ryter Pro API.\n\nInputs:\n\n* `text`: Text to humanize.\n* `mode`: Optional humanizer mode supported by your Ryter Pro API.\n\n### `ryterpro_api_info`\n\nReturn basic API configuration and documentation links.\n\n## Installation\n\nRequires Python 3.10 or later.\n\n```bash\npip install ryterpro-mcp\n```\n\n## Configuration\n\nSet your Ryter Pro API key before running the server:\n\n```bash\nexport RYTERPRO_API_KEY=\"your_api_key_here\"\n```\n\nOptional environment variables:\n\n```bash\nexport RYTERPRO_BASE_URL=\"https://api.ryter.pro\"\nexport RYTERPRO_TIMEOUT=\"60\"\n```\n\n## Run\n\n```bash\nryterpro-mcp\n```\n\nThe server uses the MCP stdio transport by default.\n\n## MCP Client Example\n\n```json\n{\n  \"mcpServers\": {\n    \"ryterpro\": {\n      \"command\": \"ryterpro-mcp\",\n      \"env\": {\n        \"RYTERPRO_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\nFor local development from this repository:\n\n```json\n{\n  \"mcpServers\": {\n    \"ryterpro\": {\n      \"command\": \"python3\",\n      \"args\": [\"-m\", \"ryterpro_mcp.server\"],\n      \"env\": {\n        \"RYTERPRO_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Links\n\n* [Ryter Pro](https://www.ryter.pro/)\n* [API Documentation](https://www.ryter.pro/docs/text-humanize)\n* [Pricing](https://www.ryter.pro/pricing)\n\n## License\n\nMIT\n",
  "bytes": 1518,
  "sha": "56ef93884d78de0f03a80cc200ae933a471d82c509a50e9d4f4e2021eef0c57a",
  "repo_slug": "apiihub33-cyber/ryterpro-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_apiihub33_cyber_ryterpro_mcp_03118be1/readme"
}