WebMCP

DeveloperWebMCP verified

docs.mcp-b.ai WebMCP tools

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.

3 tools1 methodsspec API surface

What can an agent do with docs.mcp-b.ai WebMCP tools?

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. 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 docs.mcp-b.ai

Tool 1 of 3WebMCPAnswer

search_docs

Search the documentation for relevant pages and content.

How to install

Open the docs.mcp-b.ai website and ask your browser agent to use search_docs

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_docs tool on docs.mcp-b.ai with query: <string>. Return the structured result and cite the source page.

Input contract

  • query string Search query

Open the source definition

Tool 2 of 3WebMCPAction

open_skill

Open an agent skill document by name.

How to install

Open the docs.mcp-b.ai website and ask your browser agent to use open_skill

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 open_skill tool on docs.mcp-b.ai with skill_name: <string>. Return the structured result and cite the source page.

Input contract

  • skill_name string The slug of the skill to open

Open the source definition

Tool 3 of 3WebMCPAnswer

get_docs_info

Returns information about the current WebMCP documentation page: title, URL, headings, link count, and navigation structure.

How to install

Open the docs.mcp-b.ai website and ask your browser agent to use get_docs_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_docs_info tool on docs.mcp-b.ai with include_headings: <boolean>, include_links: <boolean>. Return the structured result and cite the source page.

Input contract

  • include_headings boolean Include the list of section headings (default: true)
  • include_links boolean Include outbound link URLs (default: false)

Open the source definition