← All WebMCP sites

mattpyle.com

Media & Personalhttps://mattpyle.com/listed as of 2026-08-01
Growth marketer and hobbyist builder. Director of Growth at Temporal Technologies.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 73/100 (B).

Tools

describe_siteanswerimperative
Describe mattpyle.com: who the author is, what the site is, and which sections it has. Call this first for context about the site you're on.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
get_recent_writinganswerimperative
List the most recent published articles on mattpyle.com, newest first, optionally filtered to a single tag.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 20,
      "default": 5,
      "description": "How many articles to return (1-20)."
    },
    "tag": {
      "type": "string",
      "description": "Only return articles carrying this tag (case-insensitive)."
    }
  },
  "additionalProperties": false
}
search_contentanswerimperative
Search the titles, descriptions, and tags of every published article, build, and changelog entry on mattpyle.com.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Text to search for (case-insensitive)."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
set_appearanceactimperative
Switch mattpyle.com between its modern appearance and a retro, GeoCities-era skin. This changes only the calling browser's own view (stored in that browser's localStorage) — it never affects the site for other visitors. Pass mode: 'retro' or 'modern'.
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "modern",
        "retro"
      ],
      "description": "The appearance to switch to: 'modern' or 'retro'."
    }
  },
  "required": [
    "mode"
  ],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.