Tailor Platform MCP Server
Tailor ships a first-party MCP server inside the tailorctl CLI. It is distributed as the npm installer @tailor-platform/tailor-mcp, which downloads the platform-appropriate tailorctl binary and runs it in MCP mode. There is no vendor-hosted remote endpoint — an operator installs and runs the server themselves, either over stdio or by starting the built-in HTTP transport on a host they control.
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
create_resource— Creates resources of various types.update_resource— Updates resources of various types.destroy_resource— Destroys resources of various types.fetch_resource_by_trn— Fetches a resource by its Tailor Resource Name (TRN).search_resource— Searches resources by workspace ID and resource type.query_graphql— Executes a GraphQL query against a Tailor application.graphql_sdl— Fetches the GraphQL SDL for a Tailor application.
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.