SEO Scraper SkillSEO Scraper Skill

OnlineCredit Usage:5 per callTool:SEOScraperSkill

The tool

Let your agent read any page's SEO. Call it as an MCP tool to pull meta tags, Open Graph, headings and structured data live from a URL.

Once your client is connected to the VerveKit MCP server, this appears in its tool list as SEOScraperSkill. It is read-only and open-world: it fetches, it never mutates anything on your side, so most clients will call it without asking you to confirm.

Tool call
{
  "name": "SEOScraperSkill",
  "arguments": {
    "url": "https://www.nytimes.com"
  }
}

What that looks like in a conversation

You don't name the tool — the model picks it. Asking about https://www.nytimes.com in the terms this source covers is enough for it to reach for SEOScraperSkill on its own.

Connecting

One server URL covers every skill in the catalog, including this one. Authorization is OAuth — the client opens a browser once and there is no key to paste into a config file.

Client config
{
  "mcpServers": {
    "vervekit": {
      "url": "https://api.vervekit.com/v1/mcp"
    }
  }
}
Endpoint
https://api.vervekit.com/v1/mcp

Per-client setup — Claude Desktop, Cursor, VS Code, ChatGPT — is on the MCP setup page.

Arguments

These are the properties on the tool's inputSchema, so a well-behaved client validates them before the call is made.

ArgumentTypeExampleDescription
urlRequiredstringhttps://www.nytimes.comThe URL of the web page to scrape SEO data from

What the model gets back

The result carries a structuredContent object matching the tool's declared outputSchema, so a client can read fields without parsing prose. status is "ok" on success and error is null; a null field means the value wasn't available for that input, not that the call failed.

Result
{
  "status": "ok",
  "error": null,
  "data": {
    "requestUrl": "https://apiverve.com",
    "url": "https://apiverve.com/",
    "canonical": "https://apiverve.com",
    "lang": "en",
    "charset": "utf-8",
    "title": "APIVerve - Fast, Scalable, and Reliable APIs",
    "image": "",
    "favicons": [
      {
        "rel": "icon",
        "type": "image/x-icon",
        "href": "/images/favicon.ico"
      },
      {
        "rel": "icon",
        "type": "image/png",
        "href": "/images/favicon.png"
      },
      {
        "rel": "apple-touch-icon",
        "href": "/images/favicon.png"
      }
    ],
    "author": "APIVerve",
    "description": "APIVerve offers fast, scalable, and reliable APIs for developers. Access data enrichment, validation, and integration services with enterprise-grade performance.",
    "keywords": "API, developer tools, data enrichment, API integration, scalable APIs, reliable APIs",
    "source": "",
    "price": "",
    "priceCurrency": "",
    "availability": "",
    "robots": "index, follow",
    "jsonld": [
      {
        "@context": "https://schema.org",
        "@type": "Organization",
        "name": "APIVerve",
        "url": "https://apiverve.com",
        "logo": "https://apiverve.com/images/favicon.png",
        "sameAs": [
          "https://www.facebook.com/apiverve",
          "https://www.twitter.com/apivervehq",
          "https://www.linkedin.com/company/apiverve",
          "https://github.com/apiverve",
          "https://www.instagram.com/apiverve"
        ]
      },
      {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "url": "https://apiverve.com",
        "potentialAction": {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://apiverve.com/marketplace?search={search_term_string}"
          },

Fields

Fields marked Premium need a paid plan. On a plan without them the key is absent rather than wrong, so a model never reasons over a substituted value.
FieldTypeExampleDescription
requestUrlstringhttps://apiverve.comOriginal URL provided in the request
urlstringhttps://apiverve.com/Final resolved URL after redirects and canonicalization
canonicalPremiumstringhttps://apiverve.comCanonical URL specified in page meta tags
langstringenPage language code extracted from HTML attributes
charsetstringutf-8Character encoding declared in page metadata
titlestringAPIVerve - Fast, Scalable, and Reliable APIsPage title tag content for SEO optimization
imagePremiumstringPrimary open graph image URL for social sharing
faviconsarray[3]list of rowsArray of favicon objects with rel, type, and href
favicons.0.relstringicon
favicons.0.typestringimage/x-icon
favicons.0.hrefstring/images/favicon.ico
authorstringAPIVerveAuthor meta tag content for attribution
descriptionstringAPIVerve offers fast, scalable, and reliable APIs for developers. Access data enrichment, validation, and integration services with enterprise-grade performance.Meta description tag for search engine snippets
keywordsstringAPI, developer tools, data enrichment, API integration, scalable APIs, reliable APIsMeta keywords tag for SEO targeting
sourcePremiumstringSchema.org source property from structured data
pricePremiumstringProduct pricing information from schema markup
priceCurrencyPremiumstringCurrency code for product pricing in schema
availabilityPremiumstringProduct availability status from structured data
robotsstringindex, followRobots meta tag directives for search indexing
jsonldPremiumarray[2]list of rowsArray of JSON-LD structured data objects
jsonld.0.@contextstringhttps://schema.org
jsonld.0.@typestringOrganization
jsonld.0.namestringAPIVerve
jsonld.0.urlstringhttps://apiverve.comFinal resolved URL after redirects and canonicalization
jsonld.0.logostringhttps://apiverve.com/images/favicon.png
jsonld.0.sameAsarray["https://www.facebook.com/apiverve","https://www.twitter.com/apivervehq","https://www.linkedin.com/company/apiverve"]
og:urlstringhttps://apiverve.comOpen Graph canonical URL for social sharing
og:localestringOpen Graph locale language and region code
og:locale:alternatestringAlternate locales for Open Graph content
og:titlestringAPIVerve - Fast, Scalable, and Reliable APIsOpen Graph title for social media preview
og:typestringwebsiteOpen Graph content type like website or article
og:descriptionstringAPIVerve offers fast, scalable, and reliable APIs for developers. Access data enrichment, validation, and integration services with enterprise-grade performance.Open Graph description for social sharing
og:determinerstringOpen Graph article determiner for grammar
og:site_namestringAPIVerveOpen Graph site name for consistency
og:imagestringhttps://apiverve.com/images/posterImage.pngOpen Graph image URL for social previews
og:image:secure_urlstringHTTPS version of Open Graph image URL
og:image:typestringMIME type of Open Graph image resource
og:image:widthstring1200Open Graph image width in pixels
og:image:heightstring630Open Graph image height in pixels
twitter:titlestringAPIVerve - Fast, Scalable, and Reliable APIsTwitter card title for social preview
twitter:descriptionstringAPIVerve offers fast, scalable, and reliable APIs for developers. Access data enrichment, validation, and integration services with enterprise-grade performance.Twitter card description for social sharing
twitter:imagestringhttps://apiverve.com/images/posterImage.pngTwitter card image URL for social media
twitter:image:altstringTwitter image alt text for accessibility
twitter:cardstringsummary_large_imageTwitter card type like summary_large_image
twitter:sitestringTwitter account handle for attribution
twitter:site:idstringTwitter account ID numeric identifier
twitter:urlstringTwitter card URL destination link
twitter:account_idstringAssociated Twitter account numeric ID
twitter:creatorstringTwitter creator account handle attribution
twitter:creator:idstringTwitter creator account numeric ID
twitter:playerstringTwitter player URL for media content
twitter:player:widthstringTwitter player width in pixels
twitter:player:heightstringTwitter player height in pixels
twitter:player:streamstringTwitter player streaming media URL
twitter:app:name:iphonestringTwitter app name for iPhone platform
twitter:app:id:iphonestringTwitter app ID for iPhone app store
twitter:app:url:iphonestringTwitter app URL for iPhone deep linking
twitter:app:name:ipadstringTwitter app name for iPad platform
twitter:app:id:ipadstringTwitter app ID for iPad app store
twitter:app:url:ipadstringTwitter app URL for iPad deep linking

Failure modes

Errors come back as tool errors with a sentence the model can act on, not a bare status code.

StatusWhat it means
400 / 422The arguments didn't validate. The message names the offending one.
401The OAuth session is invalid or expired — reconnect the server.
403Out of credits. Not a bad key — the month's allowance is spent.
404This skill isn't part of VerveKit. Check the catalog.
429Brief rate limit. Retrying after a moment succeeds.

Other ways to use SEO Scraper Skill

Set up SEO Scraper Skill on VerveKit, or reach the same source a different way. Your VerveKit account and credits work on all of them — one key, one balance.

Call it as a REST APIOne HTTPS endpoint and an X-API-Key header, with SDKs for Node, Python and .NET.APIVerveReference →
Use it in Google Sheets or ExcelA =VERVE() formula fills a column — no script, no export, recalculates in place.VerveSheetsReference →
Ground an agent on itA cited, machine-checkable fact your model can't produce on its own.VerveContextReference →

Frequently asked questions

Do I have to tell the agent to use SEOScraperSkill?

No. The tool's name and description are in the model's context once the server is connected, so it selects the tool when the question calls for it. Naming it explicitly works too and is useful when you want to force the call.

Does connecting the server expose every tool at once?

Yes — one connection lists the whole VerveKit catalog. Clients with a tool budget can usually filter the list; the credit cost is per call, so an unused tool costs nothing.

What does a call cost?

5 credits each time the tool actually runs. A model that reasons about the tool without calling it costs nothing.

Is there a REST version of this?

Yes — the same source is available as a plain HTTPS endpoint on APIVerve, linked above. Same data, same credits, same account.

What's Next?

Continue your journey with these recommended resources

Was this page helpful?