Thingspanel Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Thingspanel Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<a href="https://glama.ai/mcp/servers/@ThingsPanel/thingspanel-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@ThingsPanel/thingspanel-mcp/badge" /> </a>
ThingsPanel IoT Platform's MCP (Model Context Protocol) Server.
ThingsPanel MCP Server is an innovative intelligent interface that enables you to:
pip install thingspanel-mcp# Clone the repository
git clone https://github.com/ThingsPanel/thingspanel-mcp.git
# Navigate to project directory
cd thingspanel-mcp
# Install the project
pip install -e .#### Method 1: Direct Command Line Configuration (Recommended)
thingspanel-mcp --api-key "Your API Key" --base-url "Your ThingsPanel Base URL"#### Method 2: Environment Variable Configuration
If you want to avoid repeated input, set environment variables:
# Add to ~/.bashrc, ~/.zshrc, or corresponding shell config file
export THINGSPANEL_API_KEY="Your API Key"
export THINGSPANEL_BASE_URL="Your ThingsPanel Base URL"
# Then run
source ~/.bashrc # or source ~/.zshrc💡 Tips:
http://demo.thingspanel.cn/Add the following to your Claude desktop configuration file (claude_desktop_config.json):
{
"mcpServers": {
"thingspanel": {
"command": "thingspanel-mcp",
"args": [
"--api-key", "Your API Key",
"--base-url", "Your Base URL"
]
}
}
}Using the ThingsPanel MCP Server, you can now make natural language queries such as:
Apache License 2.0
If this project helps you, please give us a star on GitHub! ⭐
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.