Abiomaterials WebMCP tool surface
ABio materials USA Inc. serves a live, anonymous, agent-callable WebMCP surface from its WordPress storefront at a-biousa.com. It was discovered through the RFC 9727 catalog at https://a-biousa.com/.well-known/api-catalog, which names a service-desc (the tool manifest) and a service-endpoint (the execute endpoint). The manifest was fetched verbatim (HTTP 200, application/json) and saved to mcp/abiomaterials-webmcp-manifest.json; six tools are declared, each with a real JSON Schema inputSchema, plus an agent_instructions block. Both the manifest and the execute endpoint answer unauthenticated — get_site_context was invoked anonymously and returned real site data, so this is a verified reachable agent surface, not a claim.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport http
Tools
get_site_context— Returns site identity (name, tagline, URL), navigation menus, and the list of available tools. The manifest instructs agents to call this first.search_site— Deep-searches all content on the site including Elementor widgets, ACF custom fields and post meta; returns matching pages with excerpts.discover_site_content— Browses all public pages/posts grouped by category (services, products, resources, pricing, booking, contact, locations, providers, FAQs, other).get_public_page_details— Fetches the full content of a page/post by numeric WordPress ID.get_page_by_url— Fetches the full content of a page by URL or slug.get_full_sitemap— Lists every public page and post with ID, URL, title and type.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.