← WebMCP Directory

Tool tree

geosurge.ai

liveAI & Agents
https://geosurge.ai/
The platform for brands and agencies to measure, understand, and improve how they're represented inside large language models and AI search.
Explore capabilities
search_geosurgeAnswer

Search geoSurge's blog and content for a query. Returns matching articles as Markdown links with summaries.

View tool JSON
{
  "name": "search_geosurge",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search geoSurge's blog and content for a query. Returns matching articles as Markdown links with summaries.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search terms"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
list_articlesAnswer

List geoSurge's published blog articles with titles, URLs, dates, and summaries.

View tool JSON
{
  "name": "list_articles",
  "kind": "answer",
  "impl": "imperative",
  "description": "List geoSurge's published blog articles with titles, URLs, dates, and summaries.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_page_markdownAnswer

Fetch a geoSurge page by site-relative path and return its content as Markdown.

View tool JSON
{
  "name": "get_page_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch a geoSurge page by site-relative path and return its content as Markdown.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site-relative path starting with '/', e.g. '/about'"
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/"
}
navigateAction

Navigate the current browser tab to a geoSurge page by site-relative path (home, pricing, blog, contact, an article, …).

View tool JSON
{
  "name": "navigate",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the current browser tab to a geoSurge page by site-relative path (home, pricing, blog, contact, an article, …).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site-relative path starting with '/', e.g. '/about'"
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/"
}