AgentRender MCP
URL → screenshot, PDF, or structured extract for AI agents via MCP (stdio) + REST.
Tools: screenshot · pdf · extract
Install
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)
export AGENTRENDER_API_KEY=akr_your_key
agentrender-mcp
# or: python -m agentrender_mcp.server
Cursor / Claude Desktop
{
"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:
{
"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
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@ via product site / waitlist flow.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentrender_mcp-0.1.0.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentrender_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agentrender_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36c69ae03fa6b03645c0f2ac08b2a80551723fe15aa2d1157e89d638a6ec00bc
|
|
| MD5 |
8eec750c464fab7ce47528e0520dbd27
|
|
| BLAKE2b-256 |
09aea757004db86134900e436561140cd8e4f92380ef765b9517acb2cd05fb18
|
File details
Details for the file agentrender_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentrender_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91dbfcf5d795db7202159c3f6204161349d78e01102b1392a3a096b3b6db02d
|
|
| MD5 |
24cff1d12ca1440c1b8f64ea88afddc3
|
|
| BLAKE2b-256 |
89e7089cad9bce67a08a198cc59da7cae8f73451e824f93c152f0d1ccbde8c13
|