AI & Machine Learning
bess-ai-control.work
Provides access to a roster of BESS EPC AI experts and allows querying them to get Claude-based answers.
ENDPOINT 1
https://bess-ai-control.work/api/mcp
MCP server metadata
- Name
- bess-ai-control
- Version
- 1.0.0
BESS EPC(배터리 에너지저장장치) 전문 도구입니다. list_experts로 전문가를 찾고, get_expert_definition으로 지식을 읽거나 ask_expert로 질문하세요. 한국어 응답이 기본입니다.
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bess-ai-control]
url = "https://bess-ai-control.work/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bess-ai-control": {
"type": "http",
"url": "https://bess-ai-control.work/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bess-ai-control
Remote MCP URL: https://bess-ai-control.work/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bess-ai-control": {
"url": "https://bess-ai-control.work/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bess-ai-control": {
"type": "http",
"url": "https://bess-ai-control.work/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bess-ai-control",
"transport": "streamable-http",
"url": "https://bess-ai-control.work/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bess-ai-control.work was fetched 2026-08-23T21:55:18.837Z.
bess-ai-control.work is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.