Treasure Data MCP Servers
Treasure Data ships two distinct Model Context Protocol servers. The official product server, @treasuredata/mcp-server, is a local stdio server run with npx that exposes 23 tools over the TD API, the CDP API and the Digdag Workflow API. Separately, the documentation site docs.treasure.ai serves a live remote MCP endpoint at https://docs.treasure.ai/mcp whose 6 tools search the docs and return the provider's own OpenAPI descriptions; anonymous tools/list on it succeeds.
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.
Descriptor
Candidate descriptor · transport
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.