← All WebMCP sites

docs.mcp-b.ai

Developer Toolshttps://docs.mcp-b.ai/listed as of 2026-08-01
Documentation for MCP-B / WebMCP. The docs site ships WebMCP tools so an agent can search the docs, open skills, and read site info directly.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 58/100 (C).

Tools

search_docsanswerimperative
Search the documentation for relevant pages and content.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  },
  "required": [
    "query"
  ]
}
open_skillactimperative
Open an agent skill document by name.
Input schema
{
  "type": "object",
  "properties": {
    "skill_name": {
      "type": "string",
      "description": "The slug of the skill to open"
    }
  },
  "required": [
    "skill_name"
  ]
}
get_docs_infoanswerimperative
Returns information about the current WebMCP documentation page: title, URL, headings, link count, and navigation structure.
Input schema
{
  "type": "object",
  "properties": {
    "include_headings": {
      "type": "boolean",
      "description": "Include the list of section headings (default: true)"
    },
    "include_links": {
      "type": "boolean",
      "description": "Include outbound link URLs (default: false)"
    }
  }
}
Listings are sourced from public community registries and shown as reported.