← All WebMCP sites

geosurge.ai

AI & Agentshttps://geosurge.ai/listed as of 2026-08-21
The platform for brands and agencies to measure, understand, and improve how they're represented inside large language models and AI search.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 56/100 (C).

Tools

search_geosurgeanswerimperative
Search geoSurge's blog and content for a query. Returns matching articles as Markdown links with summaries.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search terms"
    }
  },
  "required": [
    "query"
  ]
}
list_articlesanswerimperative
List geoSurge's published blog articles with titles, URLs, dates, and summaries.
Input schema
{
  "type": "object",
  "properties": {}
}
get_page_markdownanswerimperative
Fetch a geoSurge page by site-relative path and return its content as Markdown.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Site-relative path starting with '/', e.g. '/about'"
    }
  },
  "required": [
    "path"
  ]
}
navigateactimperative
Navigate the current browser tab to a geoSurge page by site-relative path (home, pricing, blog, contact, an article, …).
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Site-relative path starting with '/', e.g. '/about'"
    }
  },
  "required": [
    "path"
  ]
}
Listings are sourced from public community registries and shown as reported.