Skip to main content
ClaudeWave

MCP Server of Ryter Pro AI Humanizer

MCP ServersRegistry oficial1 estrellas0 forksPythonNOASSERTIONActualizado today
Install in Claude Code / Claude Desktop
Method: pip / Python · ryterpro-mcp
Claude Code CLI
claude mcp add ryterpro-mcp -- python -m ryterpro-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ryterpro-mcp": {
      "command": "python",
      "args": ["-m", "ryterpro-mcp"],
      "env": {
        "RYTERPRO_API_KEY": "<ryterpro_api_key>",
        "RYTERPRO_BASE_URL": "<ryterpro_base_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install ryterpro-mcp
Detected environment variables
RYTERPRO_API_KEYRYTERPRO_BASE_URL
Casos de uso

Resumen de MCP Servers

# Ryter Pro MCP Server

<!-- mcp-name: io.github.apiihub33-cyber/ryterpro-mcp -->

An MCP server that exposes the [Ryter Pro](https://www.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.

## Installation

Requires Python 3.10 or later.

```bash
pip install ryterpro-mcp
```

## Configuration

Set your Ryter Pro API key before running the server:

```bash
export RYTERPRO_API_KEY="your_api_key_here"
```

Optional environment variables:

```bash
export RYTERPRO_BASE_URL="https://api.ryter.pro"
export RYTERPRO_TIMEOUT="60"
```

## Run

```bash
ryterpro-mcp
```

The server uses the MCP stdio transport by default.

## MCP Client Example

```json
{
  "mcpServers": {
    "ryterpro": {
      "command": "ryterpro-mcp",
      "env": {
        "RYTERPRO_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

For local development from this repository:

```json
{
  "mcpServers": {
    "ryterpro": {
      "command": "python3",
      "args": ["-m", "ryterpro_mcp.server"],
      "env": {
        "RYTERPRO_API_KEY": "your_api_key_here"
      }
    }
  }
}
```

## Links

* [Ryter Pro](https://www.ryter.pro/)
* [API Documentation](https://www.ryter.pro/docs/text-humanize)
* [Pricing](https://www.ryter.pro/pricing)

## License

MIT

Lo que la gente pregunta sobre ryterpro-mcp

¿Qué es apiihub33-cyber/ryterpro-mcp?

+

apiihub33-cyber/ryterpro-mcp es mcp servers para el ecosistema de Claude AI. MCP Server of Ryter Pro AI Humanizer Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala ryterpro-mcp?

+

Puedes instalar ryterpro-mcp clonando el repositorio (https://github.com/apiihub33-cyber/ryterpro-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar apiihub33-cyber/ryterpro-mcp?

+

apiihub33-cyber/ryterpro-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene apiihub33-cyber/ryterpro-mcp?

+

apiihub33-cyber/ryterpro-mcp es mantenido por apiihub33-cyber. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a ryterpro-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ryterpro-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: apiihub33-cyber/ryterpro-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/apiihub33-cyber-ryterpro-mcp)](https://claudewave.com/repo/apiihub33-cyber-ryterpro-mcp)
<a href="https://claudewave.com/repo/apiihub33-cyber-ryterpro-mcp"><img src="https://claudewave.com/api/badge/apiihub33-cyber-ryterpro-mcp" alt="Featured on ClaudeWave: apiihub33-cyber/ryterpro-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ryterpro-mcp