← Back to Plugins
MCP Server MCP

Web Metadata, OpenGraph & Contact Extractor

github By github 👁 1 views ▲ 0 votes

Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.rapidapi.com",
      "headers": [
        {
          "description": "RapidAPI host header - use exactly: web-metadata-and-contact-extractor.p.rapidapi.com",
          "isRequired": true,
          "name": "x-api-host"
        },
        {
          "description": "Your RapidAPI key - get a free one at https://rapidapi.com/josejuanjocoding/api/web-metadata-and-contact-extractor",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...