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_KEYMCP Servers overview
# 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 -->
What people ask about agentrender-mcp
What is corbinvachal48/agentrender-mcp?
+
corbinvachal48/agentrender-mcp is mcp servers for the Claude AI ecosystem. MCP + REST: URL to screenshot, PDF, or structured extract for AI agents It has 0 GitHub stars and its last recorded update is dated 2026-09-08.
How do I install agentrender-mcp?
+
You can install agentrender-mcp by cloning the repository (https://github.com/corbinvachal48/agentrender-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is corbinvachal48/agentrender-mcp safe to use?
+
Our security agent has analyzed corbinvachal48/agentrender-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains corbinvachal48/agentrender-mcp?
+
corbinvachal48/agentrender-mcp is maintained by corbinvachal48. The last recorded GitHub activity is dated 2026-09-08, with 0 open issues.
Are there alternatives to agentrender-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy agentrender-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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!