WebMCP

DeveloperWebMCP verified

cloverbase.com WebMCP tools

Senior practitioner mentorship for organisations operating in the Intelligence Age. Skills and systems that make AI adoption stick.

4 tools1 methodsspec API surface

What can an agent do with cloverbase.com WebMCP tools?

Senior practitioner mentorship for organisations operating in the Intelligence Age. Skills and systems that make AI adoption stick. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on cloverbase.com

Tool 1 of 4WebMCPSensitive action

subscribe_newsletter

Fill in the email newsletter signup form. The user must review the email address and click the button to confirm the subscription.

How to install

Open the cloverbase.com website and ask your browser agent to use subscribe_newsletter

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the subscribe_newsletter tool on cloverbase.com with website: <string>. Return the structured result and cite the source page.

Input contract

  • website string

Open the source definition

Tool 2 of 4WebMCPAnswer

get_site_info

Get an overview of cloverbase.com: what the site is about and its key pages with URLs. Returns JSON.

How to install

Open the cloverbase.com website and ask your browser agent to use get_site_info

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_site_info tool on cloverbase.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 3 of 4WebMCPAnswer

    list_posts

    List the most recent published articles on cloverbase.com, newest first, optionally filtered by category. Returns title, date, category, excerpt, and URL as JSON.

    How to install

    Open the cloverbase.com website and ask your browser agent to use list_posts

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the list_posts tool on cloverbase.com with limit: <number>, category: <string>. Return the structured result and cite the source page.

    Input contract

    • limit number Maximum number of posts to return (1-50, default 10).
    • category string Optional category name to filter by (case-insensitive).

    Open the source definition

    Tool 4 of 4WebMCPAnswer

    search_posts

    Search published articles on cloverbase.com by keyword across title, category, tags, and excerpt. Returns the best matches as JSON with URLs.

    How to install

    Open the cloverbase.com website and ask your browser agent to use search_posts

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the search_posts tool on cloverbase.com with query: <string>, limit: <number>. Return the structured result and cite the source page.

    Input contract

    • query string Keywords to search for.
    • limit number Maximum number of results (1-50, default 5).

    Open the source definition