← All WebMCP sites

cloverbase.com

Productivity & Businesshttps://cloverbase.com/listed as of 2026-08-23
Senior practitioner mentorship for organisations operating in the Intelligence Age. Skills and systems that make AI adoption stick.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 81/100 (B).

Tools

subscribe_newslettertransactdeclarative
Fill in the email newsletter signup form. The user must review the email address and click the button to confirm the subscription.
Input schema
{
  "type": "object",
  "properties": {
    "website": {
      "type": "string"
    }
  }
}
get_site_infoanswerimperative/articles
Get an overview of cloverbase.com: what the site is about and its key pages with URLs. Returns JSON.
Input schema
{
  "type": "object",
  "properties": {}
}
list_postsanswerimperative/articles
List the most recent published articles on cloverbase.com, newest first, optionally filtered by category. Returns title, date, category, excerpt, and URL as JSON.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of posts to return (1-50, default 10)."
    },
    "category": {
      "type": "string",
      "description": "Optional category name to filter by (case-insensitive)."
    }
  }
}
search_postsanswerimperative/articles
Search published articles on cloverbase.com by keyword across title, category, tags, and excerpt. Returns the best matches as JSON with URLs.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Keywords to search for."
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of results (1-50, default 5)."
    }
  },
  "required": [
    "query"
  ]
}
Listings are sourced from public community registries and shown as reported.