← boxtier.kr

INDIVIDUAL MCP TOOL

search

BoxTier에서 현재 공개 모집 중인 실제 농구 매칭방을 검색한다.

boxtier.krnone authenticationAvailability not checked

LIVE ENDPOINT

https://boxtier.kr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search 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

boxtier.kr

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.boxtier]
url = "https://boxtier.kr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "boxtier": {
      "type": "http",
      "url": "https://boxtier.kr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: boxtier
Remote MCP URL: https://boxtier.kr/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": {
    "boxtier": {
      "url": "https://boxtier.kr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "boxtier": {
      "type": "http",
      "url": "https://boxtier.kr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "boxtier",
  "transport": "streamable-http",
  "url": "https://boxtier.kr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • fetch — search가 반환한 BoxTier 공개 농구 매칭방 ID 하나의 현재 상세 조건을 조회한다.
  • create_basketball_receipt — 박스티어(BoxTier) 스타일의 농구 경기 영수증 PNG를 만든다.