Newfold BLU MCP Server
Newfold Labs ships an MCP server as a WordPress module (newfold-labs/wp-module-mcp, Composer, GPL-2.0-or-later) that brand plugins — Bluehost and siblings — load into the customer's own WordPress install. It registers the server through the wordpress/mcp-adapter package on the REST route /wp-json/blu/mcp and exposes WordPress Abilities API abilities as MCP tools. Newfold also publishes a stdio bridge on npm (@newfold/wp-mcp-connector) so desktop MCP clients can reach that HTTP endpoint.
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
Tools
blu-list-abilities— List/search the available abilities.blu-get-ability-schema— Return an ability's input schema, label, description and annotations.blu-call-ability— Execute an ability by name with parameters.
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.