{
  "info": {
    "name": "OpenGraph.io — mcp.ai",
    "description": "REST API for the OpenGraph.io MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/opengraph_io",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "opengraph_io_capture_screenshot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/capture/screenshot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "capture",
            "screenshot"
          ]
        },
        "description": "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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"format\": \"\",\n  \"quality\": 0,\n  \"cache_ok\": false,\n  \"selector\": \"\",\n  \"dark_mode\": false,\n  \"full_page\": false,\n  \"use_proxy\": false,\n  \"dimensions\": \"\",\n  \"capture_delay\": 0,\n  \"exclude_selectors\": \"\",\n  \"navigationTimeout\": 0,\n  \"block_cookie_banner\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "opengraph_io_extract_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/extract/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "extract",
            "site"
          ]
        },
        "description": "Tool to extract site metadata. Use when you need to retrieve Open Graph and other meta signals from a website.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"site\": \"\",\n  \"scrape\": false,\n  \"use_proxy\": false,\n  \"accept_lang\": \"\",\n  \"full_render\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "opengraph_io_scrape_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "site"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"site\": \"\",\n  \"scrape\": false,\n  \"cache_ok\": false,\n  \"full_render\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "opengraph_io_scrape_url",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/url",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "url"
          ]
        },
        "description": "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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"cache_ok\": false,\n  \"use_proxy\": false,\n  \"accept_lang\": \"\",\n  \"full_render\": false,\n  \"use_premium\": false,\n  \"use_superior\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}