← crackjava.kr
INDIVIDUAL MCP TOOL
search_solutions
서우 AI에이전트오피스의 837개 업무 에이전트 중 사용자의 필요(자연어)에 맞는 것을 검색한다.
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 endpoint
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.crackjava-kr]
url = "https://crackjava.kr/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crackjava-kr": {
"type": "http",
"url": "https://crackjava.kr/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crackjava-kr
Remote MCP URL: https://crackjava.kr/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": {
"crackjava-kr": {
"url": "https://crackjava.kr/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crackjava-kr": {
"type": "http",
"url": "https://crackjava.kr/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crackjava-kr",
"transport": "streamable-http",
"url": "https://crackjava.kr/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_capability— 특정 에이전트/스킬의 상세(설명·용도·필요 키·URL)를 가져온다.recommend_for— 업종과 문제를 주면 적합한 업종 에이전트팩과 활용 사례를 추천한다.