MCP + REST: URL to screenshot, PDF, or structured extract for AI agents
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add agentrender-mcp -- python -m agentrender-mcp{
"mcpServers": {
"agentrender-mcp": {
"command": "python",
"args": ["-m", "agentrender_mcp.server"],
"env": {
"AGENTRENDER_API_KEY": "<agentrender_api_key>"
}
}
}
}AGENTRENDER_API_KEYResumen de MCP Servers
# AgentRender MCP
[](https://mcpservers.org/servers/agentrenderapi-com) [](https://glama.ai/mcp/servers/corbinvachal48/agentrender-mcp)
**URL → screenshot, PDF, or structured extract for AI agents** via [MCP](https://modelcontextprotocol.io) (stdio) + REST.
- Site: https://agentrenderapi.com
- API: https://api.agentrenderapi.com
Tools: `screenshot` · `pdf` · `extract`
## Install
```bash
pip install agentrender-mcp
# or from this repo:
pip install .
```
Requires an AgentRender API key (`akr_…`) from https://agentrenderapi.com (free waitlist path or paid Starter $17 / Growth $79 / Scale $259).
## Environment
| Variable | Default | Purpose |
|----------|---------|---------|
| `AGENTRENDER_API_KEY` | _(required)_ | Bearer API key |
| `AGENTRENDER_BASE_URL` | `https://api.agentrenderapi.com` | API base |
## Run (stdio)
```bash
export AGENTRENDER_API_KEY=akr_your_key
agentrender-mcp
# or: python -m agentrender_mcp.server
```
## Cursor / Claude Desktop
```json
{
"mcpServers": {
"agentrender": {
"command": "agentrender-mcp",
"env": {
"AGENTRENDER_API_KEY": "akr_your_key",
"AGENTRENDER_BASE_URL": "https://api.agentrenderapi.com"
}
}
}
}
```
If `agentrender-mcp` is not on `PATH`, use your Python:
```json
{
"mcpServers": {
"agentrender": {
"command": "python",
"args": ["-m", "agentrender_mcp.server"],
"env": {
"AGENTRENDER_API_KEY": "akr_your_key"
}
}
}
}
```
## Tools
| Tool | Maps to | Notes |
|------|---------|--------|
| `screenshot` | `POST /v1/screenshot` | PNG/JPEG/WebP; returns `image_base64` + receipt |
| `pdf` | `POST /v1/pdf` | Returns `pdf_base64` + receipt |
| `extract` | `POST /v1/extract` | Title, meta, canonical, text, links (non-LLM) |
## REST smoke
```bash
curl -s https://api.agentrenderapi.com/health
curl -s -X POST https://api.agentrenderapi.com/v1/extract \
-H "Authorization: Bearer $AGENTRENDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
```
## Notes
- Hosted Streamable HTTP MCP is not shipped in this package yet; use stdio as above.
- Do not commit API keys. Rotate any key that leaks.
- Support: hello@agentrenderapi.com
## License
MIT
<!-- mcp-name: io.github.corbinvachal48/agentrender-mcp -->
Lo que la gente pregunta sobre agentrender-mcp
¿Qué es corbinvachal48/agentrender-mcp?
+
corbinvachal48/agentrender-mcp es mcp servers para el ecosistema de Claude AI. MCP + REST: URL to screenshot, PDF, or structured extract for AI agents Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.
¿Cómo se instala agentrender-mcp?
+
Puedes instalar agentrender-mcp clonando el repositorio (https://github.com/corbinvachal48/agentrender-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 corbinvachal48/agentrender-mcp?
+
Nuestro agente de seguridad ha analizado corbinvachal48/agentrender-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene corbinvachal48/agentrender-mcp?
+
corbinvachal48/agentrender-mcp es mantenido por corbinvachal48. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.
¿Hay alternativas a agentrender-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega agentrender-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.
[](https://claudewave.com/repo/corbinvachal48-agentrender-mcp)<a href="https://claudewave.com/repo/corbinvachal48-agentrender-mcp"><img src="https://claudewave.com/api/badge/corbinvachal48-agentrender-mcp" alt="Featured on ClaudeWave: corbinvachal48/agentrender-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!