
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
agentrender-mcp
Advanced tools
URL → screenshot, PDF, or structured extract for AI agents via MCP (stdio) + REST.
Tools: screenshot · pdf · extract
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).
| Variable | Default | Purpose |
|---|---|---|
AGENTRENDER_API_KEY | (required) | Bearer API key |
AGENTRENDER_BASE_URL | https://api.agentrenderapi.com | API base |
export AGENTRENDER_API_KEY=akr_your_key
agentrender-mcp
# or: python -m agentrender_mcp.server
{
"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"
}
}
}
}
| 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) |
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"}'
MIT
FAQs
MCP helper: URL to screenshot, PDF, or structured extract for AI agents
We found that agentrender-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.