LIVE ENDPOINT
https://boxtier.kr/mcp
Connect to this endpoint to inspect the live schema for create_basketball_receipt 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
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
search— BoxTier에서 현재 공개 모집 중인 실제 농구 매칭방을 검색한다.fetch— search가 반환한 BoxTier 공개 농구 매칭방 ID 하나의 현재 상세 조건을 조회한다.get_my_boxtier_account— BoxTier 로그인을 시작하거나 현재 연결된 내 계정과 영수증 생성 한도 정책을 확인한다.list_my_match_records— 로그인한 BoxTier 사용자의 최근 농구 경기 기록을 조회한다.