Up360 MCP Server
Access Up360 platform functionalities through the Model Context Protocol.
Data last scanned today · Reviewed today
Overview
The Up360 MCP Server is a TypeScript-based tool designed to bridge the Up360 platform with AI assistants supporting the Model Context Protocol. It allows for standardized interactions between local AI environments and Up360 data resources. Because the repository currently lacks a descriptive README and official documentation, functionality details remain limited. Users should be prepared to inspect the codebase directly to understand specific tool availability and connection parameters.
Our verdict
This server carries a high-risk profile with a security score of 11/100. The lack of a defined license creates unclear legal usage terms, and the project is maintained by a single contributor with no official vendor affiliation. Given the lack of documentation and the absence of a README, this tool is recommended only for developers who can manually verify the source code and security implications before deployment.
- Small supply-chain footprint with only 7 direct dependencies
- High security risk score of 11/100
- Missing README documentation for tool usage
- No detected license for legal usage clarity
- Single-contributor project lacks established community oversight
Setup
{
"mcpServers": {
"up360mcp": {
"args": [
"-y",
"up360mcp"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Badge
Maintain this server? Add the live badge to your README.