Skip to main content
ClaudeWave

MCP + REST: URL to screenshot, PDF, or structured extract for AI agents

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · agentrender-mcp
Claude Code CLI
claude mcp add agentrender-mcp -- python -m agentrender-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agentrender-mcp": {
      "command": "python",
      "args": ["-m", "agentrender_mcp.server"],
      "env": {
        "AGENTRENDER_API_KEY": "<agentrender_api_key>"
      }
    }
  }
}
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 agentrender-mcp
Detected environment variables
AGENTRENDER_API_KEY
Use cases

MCP Servers overview

# AgentRender MCP

[![Listed on MCP Servers](https://img.shields.io/badge/MCP%20Servers-listed-0A7AEA)](https://mcpservers.org/servers/agentrenderapi-com) [![Glama](https://img.shields.io/badge/MCP-Glama-0A7CFF)](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 -->
ai-agentsbrowser-automationmcpmodel-context-protocolpdfscreenshot

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.

Featured on ClaudeWave: corbinvachal48/agentrender-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/corbinvachal48-agentrender-mcp)](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

agentrender-mcp alternatives