- Home
- MCP servers
- MCP Test Server
MCP Test Server
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
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.