Skip to main content
Glama
datafe

MaxCompute MCP Server

by datafe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALIBABA_CLOUD_ACCESS_KEY_IDYesAlibaba Cloud access key ID
ALIBABA_CLOUD_ACCESS_KEY_SECRETYesAlibaba Cloud access key secret
ALIBABA_CLOUD_MAXCOMPUTE_PROJECTYesMaxCompute project name
ALIBABA_CLOUD_MAXCOMPUTE_ENDPOINTYesMaxCompute endpoint URLhttps://service.cn-shanghai.maxcompute.aliyun.com/api

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tablesA

List all tables in the MaxCompute project

describe_tableA

Get the schema information for a specific table

get_latest_partitionC

Get the latest partition name for a specific table

read_queryC

Execute a SELECT query on the MaxCompute project, only SELECT query is allowed

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: describing table schema, getting latest partition, listing tables, and executing SELECT queries. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores: describe_table, get_latest_partition, list_tables, read_query.

Tool Count4/5

4 tools is reasonable for a focused MaxCompute server covering essential table inspection and querying operations, though some users might expect a few more utility tools.

Completeness4/5

Covers the main use cases for exploring and querying tables in MaxCompute (list, describe, get latest partition, query). Minor gaps like fetching specific partitions or writing data, but sufficient for typical read-only scenarios.

Maintenance

ActivityInactive
ResponsivenessUnresponsive