← bess-ai-control.work

INDIVIDUAL MCP TOOL

ask_expert

특정 BESS 전문가에게 질문하고 Claude 기반 답변을 받는다 (레이트 리밋: IP당 분당 8회).

bess-ai-control.worknone authenticationAvailability not checked

LIVE ENDPOINT

https://bess-ai-control.work/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ask_expert and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bess-ai-control.work

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.

Related tools

  • list_experts — BESS EPC AI 전문가 82명의 명부를 조회한다 (ID·부서·전문 분야).
  • get_expert_definition — 특정 전문가의 역할 정의·전문 지식 전문을 조회한다.