knishioka/td-mcp-server
If you are the rightful owner of td-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Treasure Data MCP Server is a Model Context Protocol server that integrates Treasure Data API with Claude Code and Claude Desktop.
Tools
Functions exposed to the LLM to take actions
td_list_databases
Get databases in your Treasure Data account with pagination support.
td_get_database
Get detailed information about a specific database.
td_list_tables
Get tables in a specific Treasure Data database with pagination support.
td_list_projects
Get workflow projects in your Treasure Data account with pagination support.
td_get_project
Get detailed information about a specific workflow project.
td_download_project_archive
Download a project's archive and return information about the download.
td_list_project_files
List all files contained in a project archive.
td_read_project_file
Read the contents of a specific file from a project archive.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client