One remote MCP call gives ChatGPT a screenshot, PDF, or structured extract — with a render receipt (URL, time, viewport, hash) so answers stay grounded in the live page. Built for ChatGPT research, QA, and briefs — no browser copy-paste.
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.
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.
Free waitlist (manual email from hello@) 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 the key from hello@. URL alone is not enough.
“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 waitlist → manual key emailed from hello@agentrenderapi.com (not instant). 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 an API key (free waitlist or paid — keys arrive by email from hello@agentrenderapi.com). In ChatGPT / Codex connector settings, paste the Universal MCP URL https://api.agentrenderapi.com/mcp and set Authorization: Bearer akr_…. “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. Join the waitlist — we email a free demo key from hello@agentrenderapi.com after manual review (not instant). 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.
No. ChatGPT Plugins Directory listing is pending review and is not claimed until approved. The remote MCP endpoint itself is live in production today.
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.
Request a free demo key via waitlist. 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.
Waitlist posts to Formspree (not an instant API). Use this for a free demo key to connect ChatGPT — we email the key from hello@agentrenderapi.com after manual review. Prefer Subscribe above if you already want a paid plan — checkout is live.
Thanks — you’re on the waitlist. Free keys are issued manually by email from hello@agentrenderapi.com (not instant). Watch that inbox.