Youth Policy Navigator
Youth Policy Navigator (청년 정책 내비게이터)
카카오 PlayMCP 공모전용 MCP 서버. 청년 정책·지원금을 검색·매칭하고, 사용자 상황 대비 자격 여부를 조건별로 판정(적격/부적격/정보부족)해 '이유'와 함께 반환한다.
단순 조회가 아니라 '판단'이 핵심 차별점이다. 자격 판정 결과의 missing_info(되물어야 할 질문)가
호스트 LLM의 후속 질문을 유도해, "물어보고 → 저장하고 → 재판정"하는 에이전틱 루프를 만든다.
컨셉
검색: 온통청년(한국고용정보원) 청년정책 API + 내장 대표 정책 코퍼스를 Contextual BM25로 융합.
판정(★킬러): 정책의 구조화 조건(연령·지역·소득·취업상태)을 사용자 프로필과 대조해 조건별
pass / fail / unknown / manual→ 종합eligible / ineligible / needs_more_info / manual_review.개인화: SQLite 메모리에 사용자 상황을 저장하고 질의 관련 항목을 BM25로 회상.
설계 원칙: 서버는 결정론적 데이터 + 판정 도구만 제공한다. 자연어 해석·최종 안내 문구는 호스트 LLM 몫.
Related MCP server: gov-support-mcp
툴 5개
툴 | 설명 | 종류 |
| 청년정책 검색(API+코퍼스 융합) | read-only |
| 정책 조건 vs 프로필 자격 판정 | read-only |
| 신청방법·기간·서류·URL·주관기관 | read-only |
| 사용자 상황 저장 | mutating |
| 저장된 상황 회상 | read-only |
판정 루프 예시
search_youth_policies("월세 지원")→youth-monthly-rent등 후보 + 구조화 조건.check_eligibility("youth-monthly-rent", profile={"age": 40})→ineligible, 이유: "나이 40세가 대상 연령(만 19~34세) 범위를 벗어납니다."정보가 부족하면(
needs_more_info) 반환된questions로 사용자에게 되묻고,remember_user_profile로 답을 저장한 뒤check_eligibility를 재호출.
실행
uv sync --extra dev # 의존성 설치(+ 테스트용)
uv run pytest -q # 테스트 (전부 네트워크 불필요)
uv run policy-mcp # 로컬 stdio (MCP Inspector)
MCP_TRANSPORT=http uv run policy-mcp # 원격 http → http://<host>:8000/mcpDocker(카카오 KC 배포용, linux/amd64 필수):
docker build --platform linux/amd64 -t policy-mcp .API 키 발급
키가 없어도 내장 코퍼스 기반 mock으로 동작한다(응답에 is_mock=True 명시).
라이브 데이터를 쓰려면:
https://www.youthcenter.go.kr 로그인 → 마이페이지 → OPEN API → 인증키 발급 신청 (공공데이터포털
한국고용정보원_온통청년_청년정책API, 목록ID 15143273)프로젝트 루트에
.env생성 후:YOUTHCENTER_API_KEY_POLICY=발급받은_정책API_인증키 # (선택) 아래 두 키는 향후 콘텐츠/청년센터 툴용 — 미설정이어도 정책 검색은 동작 # YOUTHCENTER_API_KEY_CONTENTS=발급받은_콘텐츠API_인증키 # YOUTHCENTER_API_KEY_CENTERS=발급받은_청년센터API_인증키구 단일키
YOUTHCENTER_API_KEY도 하위호환으로 정책키 폴백으로 인식된다.
✅ 온통청년 신규 API 규격은 실제 발급키로 라이브 검증 완료(2026-07):
GET /go/ythip/getPlcy, 인증apiKeyNm쿼리파라미터, 응답result.youthPolicyList/result.pagging.totCount, 정책명 검색plcyNm, 분류필터lclsfNm. 필드 매핑은src/policy_mcp/clients/youthcenter.py상단 주석 참고.
데이터 기준일
내장 코퍼스의 정책 조건(연령·소득·금액)은 2026-07 기준 사실확인 후 각 정책에 source·as_of를
명시했다. 수치는 공고마다 변동될 수 있으므로 신청 전 각 정책의 apply_url 최신 공고를 확인할 것.
구조
src/policy_mcp/
server.py # FastMCP 서버 + 툴 5개
policies.py # 검색 서비스(API+코퍼스 융합)
eligibility.py # ★ 자격 판정 엔진(순수/결정론)
policy_corpus.py # 내장 대표 정책 10선(검색 근거 + 구조화 조건)
memory.py # 개인화 메모리(SQLite + BM25 회상)
retrieval.py # Contextual BM25 엔진
cache.py # in-memory TTL 캐시
config.py # 환경설정
clients/youthcenter.py # 온통청년 API 클라이언트(+mock 폴백)
tests/ # 네트워크 불필요 단위테스트 (48개)Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server that gives AI agents the ability to discover, match with, and build relationships with other autonomous agents. Supports agent registration, matchmaking, messaging, shared goals, relationship lifecycle management, and real-time event subscriptions.Last updated44MIT
- FlicenseAqualityDmaintenanceAn MCP server that automates the entire process of discovering, evaluating, and applying for government support programs in South Korea using natural language. It integrates multiple public APIs to provide eligibility checks, document preparation, application timelines, and benefit management tools.Last updated1239
- Alicense-qualityDmaintenanceMCP server that exposes French public APIs (Data Inclusion, Légifrance, La Bonne Alternance) as tools for LLMs, enabling social, legal, and employment assistance.Last updated4MIT

nanmesh-mcpofficial
AlicenseAqualityCmaintenanceMCP server for NaN Mesh, enabling AI agents to search entities, cast trust reviews, register agents, post content, and query trust scores from the AI trust network.Last updated31401MIT
Related MCP Connectors
MCP server for medicare-coverage
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/todayoneul/youth-policy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server