Intlayer MCP Server
Official Intlayer MCP server, shipped both as a hosted remote server (Streamable HTTP at https://mcp.intlayer.org — public, no authentication, free to use, with a stated concurrent connection limit) and as a local stdio package (npx -y @intlayer/mcp). Exposes 27 tools: five documentation tools (get-doc-list, get-doc, get-doc-by-slug, fetch-doc-chunks, review-doc-blocks) and twenty-two CMS management tools covering dictionaries, tags, organizations, projects and environments. The provider's own RFC 9727 api-catalog at https://intlayer.org/.well-known/api-catalog lists the server (item href https://mcp.intlayer.org/sse), and its llms.txt recommends it to agents. CMS write tools operate on the authenticated user's selected organization/project; the docs tools work anonymously. The full tools/list response (verbatim, with inputSchemas) is saved at mcp/intlayer-mcp-tools.json.
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
get-doc-list—get-doc—get-doc-by-slug—fetch-doc-chunks—review-doc-blocks—intlayer-dictionaries-list—intlayer-dictionary-get—intlayer-dictionary-create—intlayer-dictionary-update—intlayer-dictionary-delete—intlayer-tags-list—intlayer-tag-create—intlayer-tag-update—intlayer-tag-delete—intlayer-organizations-list—intlayer-organization-select—intlayer-organization-update—intlayer-cms-projects-list—intlayer-cms-project-select—intlayer-cms-project-create—intlayer-cms-project-update—intlayer-cms-environment-select—intlayer-cms-environment-reset—intlayer-cms-environment-create—intlayer-cms-environment-update—intlayer-cms-environment-delete—intlayer-cms-environment-migrate—
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.