Turn a public webpage into a screenshot, PDF, or structured extract — then keep the brief, QA check, or comparison inside ChatGPT. Each capture includes a render receipt so you know what was actually fetched.
Public http/https pages only. We block localhost, private/link-local IPs, and cloud metadata hosts. Tools do not log in or use your cookies — login walls, paywalls, CAPTCHAs, and some JS-heavy or bot-blocked pages can fail or time out. Captures are read-only.
Public API + remote MCP live · Free eval tier · Stripe paid plans
PNG / JPEG / WebP. Viewport or full page. Ideal for visual QA and competitive layout checks inside ChatGPT.
URL to PDF for meeting packets, archives, and handoffs — with capture time on the receipt.
Title, meta, main text, and links as structured JSON — readability-first, non-LLM extractor.
Universal remote MCP at https://api.agentrenderapi.com/mcp. Tools annotated read-only / open-world / non-destructive. Same akr_… key as REST.
Setup is two parts: paste the Universal MCP URL and your Bearer API key into ChatGPT / Codex connector settings.
ChatGPT OAuth is not live yet — key paste is required. Listing or “Add to ChatGPT” alone does not finish setup. Tools:
screenshot, pdf, extract — each returns a citeable render receipt.
Streamable HTTP. Do not open this in a browser tab — it is an MCP endpoint, not a webpage.
https://api.agentrenderapi.com/mcp
Auth: Authorization: Bearer akr_… or X-API-Key — same key as REST.
Policies: Privacy · Terms.
Instant free evaluation key (form below) or paid Subscribe. Reviewer demos use free-tier keys with no MFA.
In ChatGPT / Codex connector or plugin settings, paste https://api.agentrenderapi.com/mcp. Do not open that URL in a normal browser tab.
Set Authorization: Bearer akr_… (or X-API-Key) with your evaluation or paid key. URL alone is not enough. ChatGPT OAuth for AgentRender is not live yet — paste the key for now.
“Screenshot this URL” or “Extract that page and cite the receipt.”
Also available: stdio package for Cursor / Claude Desktop — MCP on GitHub PyPI Glama mcpservers.org MCP Registry
pip install agentrender-mcp export AGENTRENDER_API_KEY=akr_your_key agentrender-mcp
Concrete prompts power users run after connecting AgentRender — no browser context-switch.
Extract a public page, then write a one-page brief from title, meta, and main text. Cite the render receipt so you know which version of the page was used.
Screenshot two competitor URLs at 1280×720, then compare above-the-fold layout, messaging, and CTAs — each claim mapped to a capture.
Screenshot mobile (390×844) and desktop (1440×900). Flag issues a human reviewer would notice; attach receipt metadata for each capture.
Generate a PDF of a live page for a stakeholder meeting, summarize in five bullets, and include capture time and final URL from the receipt.
Pull title, meta, main text, and top links as JSON, then ask ChatGPT for an executive summary you can paste into a briefing doc.
Tools are read-only, public-HTTPS oriented, and non-destructive. Private / loopback / link-local targets are rejected (SSRF protections).
Live Stripe checkout for Starter / Growth / Scale.
Free tier is instant self-serve — get an akr_ evaluation key below (150 renders/mo).
Trying ChatGPT MCP does not require a paid plan.
After you Subscribe, your API key is emailed from hello@agentrenderapi.com (usually within 1 hour).
Then connect with MCP https://api.agentrenderapi.com/mcp + Bearer key — see /docs.
Policies: Privacy · Terms.
Cancel or manage billing anytime via Stripe’s customer portal (links on your Stripe receipt / billing emails).
Straight answers OpenAI directory reviewers and ChatGPT power users usually ask.
Get a free evaluation key below (instant) or Subscribe for a paid plan. In ChatGPT / Codex connector settings, paste the Universal MCP URL https://api.agentrenderapi.com/mcp and set Authorization: Bearer akr_…. OAuth sign-in for ChatGPT is not available yet — API key auth is the supported path. “Add to ChatGPT” / pasting the URL alone does not complete setup. Do not open the MCP URL in a normal browser tab.
They fetch public HTTPS pages and return a screenshot, PDF, or structured extract plus a render receipt. They do not delete data, revoke keys, send messages, publish content, or mutate third-party accounts. Annotations: read-only, open-world, non-destructive.
Yes. Free tier includes 150 renders/month and 10 rpm. Use the form below for an instant free evaluation key (no credit card). No MFA, SMS, or VPN required. Paid plans are optional.
Privacy Policy covers API keys, render receipts, MCP tool output categories, retention, and subprocessors. Terms of Use cover acceptable use, public-URL / SSRF stance, Stripe billing, and governing law (State of Texas, United States). Support: hello@agentrenderapi.com — we usually reply within one business day.
Not yet. We’re preparing a directory submission. The remote MCP endpoint is live today for anyone with an evaluation or paid key.
Paid plans bill through Stripe. Cancel or manage your subscription via Stripe’s customer portal or the management links on your Stripe receipts / billing emails. Keys and MCP access are emailed from hello@agentrenderapi.com after checkout — see Terms and Privacy.
Yes — same capabilities over REST at https://api.agentrenderapi.com with interactive docs at /docs. ChatGPT users should prefer remote MCP; REST is secondary for API integrations.
Prefer MCP for ChatGPT. Use REST when you are wiring agents or backends directly.
Get a free evaluation key below. Set it in your environment — do not paste secrets into shared HTML or public posts.
# Load your demo key from env (never hardcode in pages or chats)
export KEY="${KEY:?set KEY to your AgentRender demo API key}"
export BASE=https://api.agentrenderapi.com
# Public health (no key)
curl -s "$BASE/health"
# Extract (Bearer required)
curl -s -X POST "$BASE/v1/extract" \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
# Screenshot → PNG file
curl -s -X POST "$BASE/v1/screenshot" \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com","format":"png"}' \
-o shot.png
Full contract: openapi.json · Live docs: api.agentrenderapi.com/docs
Keys, billing, ChatGPT MCP, or API help: email hello@agentrenderapi.com with subject prefix [AgentRender Support]. We aim to respond within 1 business day.
Instant self-serve free plan (150 renders/mo, 10 rpm). Your akr_ key is returned once in the browser — copy it for ChatGPT MCP / REST. Prefer Subscribe above if you already want a paid plan — checkout is live.
Your free evaluation key (copy now — shown once here):
Use as Authorization: Bearer … or X-API-Key. MCP: https://api.agentrenderapi.com/mcp. Plan: free · 150/mo · 10 rpm.