Skip to main content
Glama

Backlinks MCP

by cnych
MIT License
104

get_traffic

Analyze search traffic estimates for any website by specifying domain, country, and query mode. Retrieve detailed traffic data to optimize SEO strategies.

Instructions

Check the estimated search traffic for any website. Args: domain_or_url (str): The domain or URL to query country (str): The country to query, default is "None" mode (["subdomains", "exact"]): The mode to use for the query Returns: Traffic data for the specified domain or URL

Input Schema

NameRequiredDescriptionDefault
countryNoNone
domain_or_urlYes
modeNosubdomains

Input Schema (JSON Schema)

{ "properties": { "country": { "default": "None", "title": "Country", "type": "string" }, "domain_or_url": { "title": "Domain Or Url", "type": "string" }, "mode": { "default": "subdomains", "enum": [ "subdomains", "exact" ], "title": "Mode", "type": "string" } }, "required": [ "domain_or_url" ], "title": "get_trafficArguments", "type": "object" }
Install Server

Other Tools from Backlinks MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnych/backlinks-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server