← WebMCP Directory

Tool tree

brightlocal.com

Productivity & Business
https://brightlocal.com/
Local marketing made simple. Join 15,000+ agencies and businesses using BrightLocal to rank higher, beat competitors, and grow revenue. Try for FREE.
Explore capabilities

Tools verified

page: Every page

list_discovery_resourcesAnswer

List BrightLocal’s machine-readable content-discovery resources (llms.txt, agent-skills index, robots.txt). Useful as a starting point for exploring the site as an AI agent.

View tool JSON
{
  "name": "list_discovery_resources",
  "kind": "answer",
  "impl": "imperative",
  "description": "List BrightLocal’s machine-readable content-discovery resources (llms.txt, agent-skills index, robots.txt). Useful as a starting point for exploring the site as an AI agent.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
fetch_as_markdownAnswer

Fetch any public BrightLocal page as clean markdown (page chrome stripped). Equivalent to GET {url} with Accept: text/markdown.

View tool JSON
{
  "name": "fetch_as_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch any public BrightLocal page as clean markdown (page chrome stripped). Equivalent to GET {url} with Accept: text/markdown.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Path on the BrightLocal site (e.g. \"/learn/\", \"/research/local-consumer-review-survey/\"). Must begin with \"/\"."
      }
    },
    "required": [
      "path"
    ],
    "additionalProperties": false
  },
  "page": "/"
}