← All WebMCP sites

latitude.so

Developer Toolshttps://latitude.so/listed as of 2026-08-15
Open-source AI agent monitoring platform. Full observability into what's failing in production. Discover underlying issues, get alerts when something breaks and verify your fix worked.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 68/100 (C).

Tools

navigate_toactimperative
Navigate the browser to a key Latitude page such as pricing, blog, changelog, documentation, signup, or book-demo.
Input schema
{
  "type": "object",
  "properties": {
    "page": {
      "type": "string",
      "enum": [
        "home",
        "pricing",
        "blog",
        "changelog",
        "about",
        "privacy",
        "terms",
        "book-demo",
        "signup",
        "docs",
        "github"
      ],
      "description": "Destination page key."
    }
  },
  "required": [
    "page"
  ]
}
get_site_pagesanswerimperative
Return key Latitude marketing site pages with URLs and descriptions. Use this to discover where to navigate.
Input schema
{
  "type": "object",
  "properties": {}
}
get_page_contextanswerimperative
Return metadata about the page the user is currently viewing, including URL, title, and meta description.
Input schema
{
  "type": "object",
  "properties": {}
}
search_bloganswerimperative
Search Latitude blog articles by keyword in the title or description. Returns matching posts with URLs.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search terms to match against blog post titles and descriptions."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 20,
      "description": "Maximum number of results to return (default 10)."
    }
  },
  "required": [
    "query"
  ]
}
list_changeloganswerimperative
List recent Latitude product changelog entries with titles, descriptions, dates, and URLs.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 20,
      "description": "Maximum number of entries to return (default 10)."
    }
  }
}
Listings are sourced from public community registries and shown as reported.