interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.
Most monitoring and observability work still happens through a UI a human drives. Aliyun MCP server moves it into the conversation instead. interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.
The server publishes 1 tool. What each one is for:
querySLSLogs — Parameters: - project (required): SLS project name - logstore (required): SLS logstore name - query (required): SLS query statement - fromConfiguration is passed through the environment: ALIYUN_ACCESS_KEY_ID, ALIYUN_ACCESS_KEY_SECRET, SLS_ENDPOINT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Aliyun's toolset — querySLSLogs — is a fair guide to whether it matches your workflow. It is maintained by butterfly.liu; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| querySLSLogs | Parameters: - project (required): SLS project name - logstore (required): SLS logstore name - query (required): SLS query statement - from (optional): Start time in milliseconds (defaults to 1 hour ago) - to (optional): |
{
"mcpServers": {
"aliyun": {
"command": "npx",
"args": ["-y", "npm"],
"env": {
"ALIYUN_ACCESS_KEY_ID": "your-value",
"ALIYUN_ACCESS_KEY_SECRET": "your-value",
"SLS_ENDPOINT": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ALIYUN_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| ALIYUN_ACCESS_KEY_SECRET | Credential the server authenticates with. | Yes |
| SLS_ENDPOINT | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.