WebMCP

DeveloperWebMCP verified

crewai.com WebMCP tools

The Leading Multi-Agent Platform

2 tools1 methodsspec API surface

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

The Leading Multi-Agent Platform 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 crewai.com

Tool 1 of 2WebMCPAnswer

fetch_blog_posts

Load recent blog posts from this site’s public JSON API (`GET /api/blog-posts`).

How to install

Open the crewai.com website and ask your browser agent to use fetch_blog_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 fetch_blog_posts tool on crewai.com with limit: <number>, skip: <number>. Return the structured result and cite the source page.

Input contract

  • limit number
  • skip number

Open the source definition

Tool 2 of 2WebMCPAnswer

fetch_page_markdown

Fetch a machine-readable markdown representation of a page when the site supports it (sends Accept: text/markdown).

How to install

Open the crewai.com website and ask your browser agent to use fetch_page_markdown

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 fetch_page_markdown tool on crewai.com with path: <string>. Return the structured result and cite the source page.

Input contract

  • path string Path such as /, /blog, or /about

Open the source definition