Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by datafe • Data & Databases
An MCP (Model Context Protocol) server that exposes MaxCompute query and schema tools so agents can interact with MaxCompute projects programmatically.
Run read-only SELECT queries against a MaxCompute project to fetch recent data for decision-making or summaries.
Discover table schemas and columns (describe_table) to construct valid queries or validate data mappings.
Find the latest partition for a table (get_latest_partition) to restrict queries to the most recent data slices.
This repository implements a Model Context Protocol server for Alibaba Cloud MaxCompute, providing tools to run read-only SELECT queries and inspect table schemas and partitions. It offers specific tool endpoints (get_latest_partition, read_query, list_tables, describe_table) to safely surface data and metadata to agents. The README includes build instructions and guidance to run the server with Cline, plus required Alibaba Cloud environment variables for authentication. It's useful for integrating MaxCompute access into automated agents and workflows without embedding raw credentials or SQL logic into agents themselves.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.