# OpenGraph.io — MCP server on mcp.ai > Connect your OpenGraph.io account and use 4 tools for web scraping straight from your AI agent. Connect with your own API key. OpenGraph.io provides a simple API to retrieve Open Graph data from websites, even those without properly defined Open Graph tags. By: mcp.ai · official Page: https://mcp.ai/opengraph_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_opengraph_io?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/opengraph_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/opengraph_io/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/opengraph_io/skill.md Postman collection (v2.1): https://mcp.ai/opengraph_io/postman.json ## Tools - opengraph_io_capture_screenshot(url: string, format?: string, quality?: integer, cache_ok?: boolean, selector?: string, dark_mode?: boolean, full_page?: boolean, use_proxy?: boolean, dimensions?: string, capture_delay?: integer, exclude_selectors?: string, navigationTimeout?: integer, block_cookie_banner?: boolean) — Tool to capture high-quality screenshots of any webpage programmatically. Supports full-page captures, custom dimensions, device presets, element-specific screenshots, and quality settings. Screenshot - opengraph_io_extract_site(site: string, scrape?: boolean, use_proxy?: boolean, accept_lang?: string, full_render?: boolean) — Tool to extract site metadata. Use when you need to retrieve Open Graph and other meta signals from a website. - opengraph_io_scrape_site(site: string, scrape?: boolean, cache_ok?: boolean, full_render?: boolean) — Tool to scrape a site for its raw HTML and social/OpenGraph metadata. Use when you need the full page content and metadata. Use after confirming the URL. - opengraph_io_scrape_url(url: string, cache_ok?: boolean, use_proxy?: boolean, accept_lang?: string, full_render?: boolean, use_premium?: boolean, use_superior?: boolean) — Tool to scrape raw HTML content from a website with anti-bot protection and optional JavaScript rendering. Use when you need the full HTML source code of a page, especially for sites with bot detectio ## Example prompts - "What can I do in OpenGraph.io?" - "Show me a summary of my OpenGraph.io account" ## Links Docs: https://mcp.ai/docs/mcps/opengraph_io Website: https://mcp.ai/mcps/opengraph_io