Provides an MCP server to query youth activity data using Tools and Prompts, enabling region-based searches and API access through Claude AI.
Configuration
View docs{
"mcpServers": {
"hyunhoonj-mcp-server-youth-activity": {
"command": "youth-activity-mcp",
"args": [],
"env": {
"YOUTH_API_SERVICE_KEY": "YOUR_API_KEY_PLACEHOLDER"
}
}
}
}Fetches the list of provinces/regions (sido) to identify region codes for subsequent searches.
Fetches the list of districts (sigungu) within a given sido to refine regional searches.
Searches youth activities by region and keywords with paging support.
Utility tool to test message flow in the MCP environment.
Returns the current time from the server for synchronization.
Prompts guide users on how to perform youth activity searches.
Prompts guide users on region code lookup and region-based searches.