You're viewing a demo portfolio

Join the waitlist
PRSM

google-search.url_traffic_insights

Active

Tool of Vee3

declared in 1.27.1

Get Google keyword traffic insights and related keyword suggestions for a URL. Returns an array of keyword suggestions. Each item includes text, monthly search volume, competition_level, competition_index, low_bid, high_bid, and trend. Required: url and language (for example en). Optional: location (for example US) for country-specific data; omit location for global results (default). Optional: min_search_volume (default 0) and intent (informational, navigational, commercial, or transactional). Cost = 20 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_seo_url_traffic_insightsArguments",
  "required": [
    "url",
    "language"
  ],
  "properties": {
    "url": {
      "type": "string",
      "title": "Url",
      "maxLength": 2048,
      "description": "Public http or https URL to get traffic insights and suggestions for."
    },
    "intent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Intent",
      "default": null,
      "description": "Filter by search intent: informational, navigational, commercial, or transactional."
    },
    "language": {
      "type": "string",
      "title": "Language",
      "maxLength": 16,
      "description": "Language code for the search market (for example en)."
    },
    "location": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 16
        },
        {
          "type": "null"
        }
      ],
      "title": "Location",
      "default": null,
      "description": "Optional country or region code for localized traffic (for example US). Omit for global URL keyword insights."
    },
    "min_search_volume": {
      "type": "integer",
      "title": "Min Search Volume",
      "default": 0,
      "minimum": 0,
      "description": "Minimum monthly search volume; only keywords at or above this threshold are returned."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
google-search.url_traffic_insights — Vee3 — PRSM MCP