← All WebMCP sites

crewai.com

AI & Agentshttps://www.crewai.com/listed as of 2026-08-01
The Leading Multi-Agent Platform
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 57/100 (C).

Tools

fetch_blog_postsanswerimperative
Load recent blog posts from this site’s public JSON API (`GET /api/blog-posts`).
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "minimum": 1,
      "maximum": 24
    },
    "skip": {
      "type": "number",
      "minimum": 0
    }
  }
}
fetch_page_markdownanswerimperative
Fetch a machine-readable markdown representation of a page when the site supports it (sends Accept: text/markdown).
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Path such as /, /blog, or /about"
    }
  },
  "required": [
    "path"
  ]
}
Listings are sourced from public community registries and shown as reported.