home / mcp / mcp test server

MCP Test Server

Provides an MCP server to query youth activity data using Tools and Prompts, enabling region-based searches and API access through Claude AI.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "hyunhoonj-mcp-server-youth-activity": {
      "command": "youth-activity-mcp",
      "args": [],
      "env": {
        "YOUTH_API_SERVICE_KEY": "YOUR_API_KEY_PLACEHOLDER"
      }
    }
  }
}

Available tools

get_sido_list

Fetches the list of provinces/regions (sido) to identify region codes for subsequent searches.

get_sigungu_list

Fetches the list of districts (sigungu) within a given sido to refine regional searches.

search_youth_activities

Searches youth activities by region and keywords with paging support.

echo

Utility tool to test message flow in the MCP environment.

get_time

Returns the current time from the server for synchronization.

search-guide

Prompts guide users on how to perform youth activity searches.

region-guide

Prompts guide users on region code lookup and region-based searches.