← drillstudy.com

INDIVIDUAL MCP TOOL

search_minigichul

미니기출(drillstudy.com)에서 공무원·한능검 기출 주제를 검색합니다.

drillstudy.comnone authenticationAvailability not checked

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

drillstudy.com

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

.mcp.json

{
  "mcpServers": {
    "drillstudy-com": {
      "type": "http",
      "url": "https://drillstudy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "drillstudy-com": {
      "type": "http",
      "url": "https://drillstudy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "drillstudy-com",
  "transport": "streamable-http",
  "url": "https://drillstudy.com/api/mcp"
}
MCP Inspector

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

Related tools

  • ask_minigichul — 공무원·한능검 기출에 대해 자연어로 질문하면 미니기출 데이터에서 관련 주제를 찾아 답변과 출처(URL)를 반환합니다.