Customer.io MCP
Customer.io operates a first-party, hosted Model Context Protocol server that exposes the full Journeys App API and the CDP Data Pipelines API to any MCP client. It is a remote HTTP endpoint an agent POSTs to — no local install — authorized with OAuth 2.1 (dynamic client registration, PKCE S256) against the user's own Customer.io login, so a connection can never exceed the permissions of the human who created it.
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
cio_prime— Loads the AI-ready reference for the Customer.io API. The client is expected to call this at the start of a task.cio_schema— Discovers API endpoints — list resources, find endpoints, and inspect parameters before making calls.cio_read_api— Makes authenticated GET requests. Listing, reading, and inspecting resources. Supports filtering, pagination, and dry-run previews.cio_write_api— Makes authenticated POST, PUT, and PATCH requests, for creating and editing resources. Supports dry-run previews.cio_delete_api— Makes authenticated DELETE requests, for removing resources. Supports dry-run previews.cio_skills_list— Lists the available agent skills — task-specific instructions for multi-step operations such as creating automations.cio_skills_read— Reads the full content of a specific skill so the AI tool can follow the step-by-step workflow.cio_auth_status— Shows the current authentication state, including which workspaces the token can access.
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.