Skip to main content
Glama
loykim621-lab

Startup Concierge Go MCP Server

창업지원 컨시어지GO — MCP 서버

정부 창업지원 공고를 검색하고, 내 자격을 검토하고, 모의 심사로 채점하고, 합격 전략을 짜고, PSST 사업계획서 작성(시장조사 도식·로드맵·HWP)까지 코칭하는 카카오톡 MCP 에이전트.

포지셔닝: "검색 도구"가 아니라 "내 사업계획을 실제로 채점·반려하고 다시 쓰게 하는 에이전트 코치".

Tool 10종

A. 공고·자격·심사 (4종)

tool

설명

핵심

find_grants

공고 검색(키워드·지역·단계·분야·마감임박)

수집된 실제 공고만, 출처·기준시점 표기

check_eligibility

자격 검토

결정적 규칙(창업여부·업력·지역·신산업·결격·새출발기금 예외)

score_application

모의 심사 채점 ★차별화

난수 없는 결정적 채점 + 감점사유·보완

win_strategy

합격 전략

트랙·가점·강조포인트·일정 역산·함정 체크

B. 사업계획서 작성 지원 (6종 — 정부지원 사업계획서 표준 방법론 인코딩)

tool

설명

핵심

plan_outline

PSST 4섹션 골격

섹션별 필수 도식·작성원칙·체크리스트, 공고 맞춤 유의

market_research

시장조사(PEST·TAM/SAM/SOM/LAM·경쟁)

깔때기·레이더 SVG 도식 + 정성적→수치 경고

build_roadmap

마일스톤 4축 로드맵

자금 징검다리(예창패→초창패→TIPS)·인과사슬·로드맵 SVG

draft_section

PSST 섹션 초안 다듬기

0점답변(선점)·정성적 표현 차단, 빠진 사실 [입력 필요]

plan_review

절대 체크리스트 점검

0점답변 치명경고, 자동 확인 통과 N/10

hwp_layout

HWP 분량·정렬 진단

페이지 수 맞춤 자간/줄간격 단축키, 가독성 원칙

사실 무결성: 작성 도구는 창업자의 사실(수치·실적·기관명)을 지어내지 않는다. 빠지면 [입력 필요]로 표시. 도식은 입력값을 그대로 시각화.

Related MCP server: gov-support-mcp

빠른 시작

npm install
npm run collect          # K-Startup 공식 API에서 실제 공고 수집 → data/grants.json
npm test                 # 도메인 골든 + 통합 E2E + 도식/작성 모듈 (205 tests)
npm run build            # dist/ 컴파일

로컬 실행 (stdio — MCP Inspector / Claude Desktop)

npm run build && npm start          # stdio transport
# 또는 개발 모드
npm run dev

MCP Inspector로 점검:

npx @modelcontextprotocol/inspector node dist/index.js

HTTP 실행 (배포용 — 카카오클라우드 / PlayMCP)

npm run build && npm run start:http   # POST /mcp, GET /health  (PORT 기본 8080)

데이터·사실 무결성

  • 공고는 K-Startup 공식 오픈 API(nidapi.k-startup.go.kr, 인증키 불필요, robots 허용)에서 수집한 실데이터. 각 출력에 출처·수집시점·원문URL 표기.

  • 자동 갱신: 서버 기동 직후 1회 + AUTO_REFRESH_HOURS(기본 6시간)마다 백그라운드 재수집. 실패·0건 시 기존 데이터 유지(fail-safe). 요청 경로는 외부호출 없이 메모리에서 즉답(안정성). GET /health에서 grants(건수)·collected_at(수집시점)으로 신선도 확인.

  • 자격·점수 핵심 판정은 결정적 규칙(LLM 환각 차단). 근거 없으면 "확인 불가".

  • 모든 자격·점수 출력에 "참고용, 운영기관 최종확인" 고지.

  • 도메인 규칙 출처: ../knowledge/도메인_규칙_자격_심사.md (시행령 제2조·통합관리지침 제14차).

구조

src/
  domain/        결정적 도메인 로직 (자격·채점·전략·창업여부·신산업·고지)
  data/          스토어(로컬 JSON) + 기본 루브릭/결격조항 + 타입
  collector/     K-Startup 실수집기(martgo-monitor 패턴 이식)
  lib/           zod 입력 스키마 + 출력 포매터
  tools/         4개 MCP tool 등록
  server.ts      McpServer 팩토리
  index.ts       transport 부트스트랩(stdio/http)
test/
  golden.test.ts       G1~G5 + 분기 (도메인 정확성)
  integration.test.ts  MCP 클라이언트↔서버 E2E + 적대적
data/grants.json       수집된 실공고 스토어

환경변수

.env.example 참고. 키·토큰은 절대 커밋 금지(.gitignore 포함).

🔴 배포·접수 게이트

카카오클라우드 공개배포 / PlayMCP 심사요청 / 전체공개 / 예선접수는 보스 승인 게이트. 절차: ../배포_가이드_카카오클라우드_PlayMCP.md.

Available Tools

13 tools
assemble_plan사업계획서 전체 합본 (PSST 섹션·도식 → 정부 양식 순서)A

PSST 4섹션(P·S1·S2·T) 본문과 도식(charts)을 정부 양식 순서로 조립해 전체 사업계획서 마크다운을 생성합니다. 합쳐진 본문에 대해 정부지원 사업계획서 절대 체크리스트(0점답변·정성표현 등)를 자동 점검하고, 목표페이지 대비 분량(초과/부족/적정)을 진단합니다. 비어있는 섹션은 '[입력 필요]'로 표시하며 임의로 채우지 않습니다. 도식 카탈로그(knowledge.ts)에 없는 kind는 부록으로 처리합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
chartsNo합본에 배치할 도식 목록. 섹션 매핑 불가한 kind는 부록으로 처리.
grant_idNo선택한 공고 id (표지/제목 맥락 표기에만 사용 — 사실을 지어내지 않음).
sectionsYesPSST 4섹션 본문. draft_section 결과 텍스트를 그대로 전달하면 됩니다.
목표페이지No목표 분량(페이지). 기본 10페이지(예창패 표준).

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses key behaviors: does not fill empty sections arbitrarily, marks missing content, auto-checks checklist, diagnoses page volume, and appends unknown chart kinds. Missing details on return format or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, with every sentence adding value. No redundant or irrelevant phrases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity with sections, charts, checklist, and page diagnosis, the description covers the main functionality but omits details on how the checklist works or how page target is used. Still sufficient for an agent to understand the tool's role.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds meaningful context: sections should be draft_section results, grant_id is only for context and not to fabricate facts, and charts not in catalog go to appendix.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states it assembles PSST sections and charts into a full business plan markdown in government format, clearly distinguishing from sibling tools like draft_section (which drafts individual sections) and plan_outline.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description advises passing draft_section results directly for sections, and notes handling of empty sections and unknown chart kinds, but does not explicitly contrast with alternatives or provide when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

build_roadmap성장 로드맵 생성 (4축 타임라인·자금 징검다리·시장변화)A

마일스톤 4축(아이템·자금·마케팅·운영)을 시간 순서가 아닌 인과 사슬로 엮은 로드맵을 생성합니다. 과거준비(완료 상태)와 미래계획을 하나의 타임라인으로 통합하고, 자금 징검다리(예창패→초창패→TIPS)를 지식베이스와 매칭합니다. 1·3·5·7년 시장변화 서술 골격과 로드맵 도식(SVG)을 포함합니다. 매출 수치는 임의로 채우지 않으며, 창업자가 제공해야 합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
거점No최초 거점 지역(LAM) (예: 광주)
사업명No사업/아이템명 (로드맵 제목에 사용)
과거준비No이미 완료한 준비사항(시장조사·강의수료·MVP 등). '완료' 상태로 드러내 '이 사람이라서 되겠다'를 증명.
미래계획No미래 마일스톤(축·시점·인과 포함 권장).
자금계획No자금 징검다리 표기 (예: ['예창패', '초창패', 'TIPS'])

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that sales figures are not filled arbitrarily and must be provided by the entrepreneur. It also mentions integration with a knowledge base for funding bridges. However, it does not describe side effects, authorization needs, or the exact output format beyond SVG, limiting transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, containing all necessary information in a single paragraph without redundancy. It is front-loaded with the core purpose. Minor improvement could be structure with bullet points, but it remains efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description covers key output elements (market change descriptions, SVG diagram) and behavioral constraints (no arbitrary sales figures). It is adequate for a complex tool, though some details like pagination or error handling are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description adds value by explaining the purpose of key parameters: '과거준비' as proof of capability, '미래계획' requiring causal chains, and '자금계획' as funding bridges. This context goes beyond the schema's basic descriptions, enhancing semantic understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states that the tool generates a roadmap connecting milestones across four axes (Item, Funding, Marketing, Operations) as causal chains, not just timelines. It also specifies inclusions like funding bridges, market change descriptions, and an SVG diagram, clearly distinguishing this from generic planning tools among its siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool versus alternatives like assemble_plan or plan_outline. No context about prerequisites, constraints, or typical use cases is given, leaving the agent to infer suitability.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

check_eligibility자격 검토A

특정 공고(grant_id)에 대해 내 프로필의 자격을 결정적 규칙으로 검토합니다(창업여부·업력·지역·신산업·결격·새출발기금 예외 등). 적합/확인필요/부적합 + 항목별 공고문구 근거 + 보완액션. 자격을 보증하지 않으며 운영기관 최종확인 고지를 포함합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
profileYes
grant_idYesfind_grants로 얻은 공고 id (예: kstartup:178198)

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses deterministic rule-based checks, output types (적합/확인필요/부적합), includes a disclaimer about not guaranteeing eligibility and final confirmation by operating agency. This is fairly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first clearly states purpose and criteria, second describes output and disclaimer. No wasted words, front-loaded with key information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the nested input schema and no output schema, the description covers output structure (three levels with evidence and actions) and includes a necessary disclaimer. It is sufficiently complete for a deterministic check, though could mention side effects or limitations more explicitly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%. The description adds meaning by listing the criteria categories checked (창업여부, 업력, 지역, etc.) for the profile parameter, beyond what the schema provides. This helps the agent understand how the profile is used.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the tool checks eligibility for a specific grant using deterministic rules, lists criteria, and describes output (적합/확인필요/부적합 with evidence and actions). This clearly distinguishes it from siblings like recommend_grants or score_application.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context (checking self against a specific grant) and lists criteria, but does not explicitly state when to use versus alternatives or when not to use. Sibling names provide context, so it is clear but lacks exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

draft_sectionPSST 섹션 초안 작성A

창업자가 제공한 사실(수치·실적·기관명)을 해당 PSST 섹션 규칙으로 구조화해 초안을 생성합니다. 섹션 선택: P=문제인식 / S1=실현가능성 / S2=성장전략 / T=팀구성. 단락 상단 핵심 요약(■ 2~3줄), 본문 구조화, 0점 답변 경고, 추천 도식 종류를 반환합니다. 빠진 사실은 '[입력 필요]'로 표시하고 임의로 채우지 않습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputsYes창업자가 제공하는 사실(수치·실적·기관명). 키는 내용 종류(예: {문제:'...', 시장현황:'...', MVP:'...'}). 빠진 항목은 '[입력 필요]'로 표시하고 임의로 채우지 않습니다.
sectionYesPSST 섹션 키. P=문제인식 / S1=실현가능성 / S2=성장전략 / T=팀구성

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description effectively discloses behavioral traits: it structures facts into a draft, marks missing facts as '[입력 필요]', does not fabricate information, and returns a zero-point answer warning. It also specifies the output format. This goes beyond basic functionality, though it does not mention authorization or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the main action and outputs. It front-loads the core purpose and is not overly verbose. However, the sentence is somewhat dense; a more structured format (e.g., bullet points) could improve readability without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (2 parameters, one with enum, nested object inputs) and no output schema, the description is complete. It explains inputs, processing rules (no fabrication, marking missing inputs), and outputs (summary, structured body, warning, diagrams). No critical information is omitted.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters are documented in the schema (100% coverage), and the description adds meaning: it explains the 'section' enum values explicitly and describes 'inputs' as key-value pairs with concrete examples (e.g., {문제:'...', 시장현황:'...'}). It also clarifies how missing inputs are handled ('[입력 필요]'), which adds value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: creating a draft for a PSST section based on founder-provided facts. It specifies the four section keys (P, S1, S2, T) and their meanings, and lists the return outputs (summary, structured body, zero-point warning, recommended diagrams). This distinguishes it from sibling tools like plan_outline or market_research.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when a founder provides facts and needs a structured draft. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide when-not-to-use guidance or list prerequisites. The context is clear but lacks exclusions or comparisons to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_grants정부 창업지원 공고 검색A

정부 창업지원 공고를 키워드·지역·단계·분야·마감임박으로 검색합니다. 수집된 실제 공고(출처·수집시점 표기)만 반환하며, 근거 없는 공고는 만들지 않습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo최대 결과 수(기본 10)
stageNo창업 단계
regionNo지역 필터. 예: 광주
industryNo업종/분야 키워드
keywordsNo검색어(공백 구분 AND). 예: 'AI 광주'
deadline_within_daysNo마감 N일 이내

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It explicitly states that it returns only actual collected announcements with source and collection time, and that it does not fabricate data. This adds significant transparency beyond the input schema, though it omits details like authorization needs or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted text. The first sentence states the search capability and filter dimensions, the second clarifies data authenticity. It is front-loaded and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of the tool (6 optional parameters, no output schema), the description mentions that results include source and collection time, giving some return format context. However, it does not specify default behavior when no parameters are provided or elaborate on result structure. Slightly incomplete but still informative.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of parameters with descriptions, so baseline is 3. The main description lists filter categories (keyword, region, stage, field, deadline) but does not add additional meaning beyond what the schema already provides for each parameter. No parameter-specific guidance is added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('검색합니다' - searches) and explicitly states the resource ('정부 창업지원 공고' - government startup support announcements). It distinguishes itself by clarifying it only returns real collected announcements, preventing hallucination, which differentiates it from sibling tools like recommend_grants that might provide suggestions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for searching announcements but does not provide explicit guidance on when to use this tool versus alternatives like recommend_grants or check_eligibility. No when-not-to-use or context exclusions are provided, leaving the agent to infer the appropriate scenario.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hwp_layoutHWP 레이아웃 가이드 (분량 진단·단축키·가독성)A

한글(HWP) 사업계획서의 분량(페이지 수)을 진단하고 초과/부족별 조정 제안, 단축키표(자간·줄간격·표 조작), 가독성 원칙을 제공합니다. 현재글자수가 없으면 진단 불가 안내와 함께 단축키표·원칙만 반환합니다. 페이지 추정은 한글 A4 본문 기준 가정값(1100~1600자/페이지)이며, 실제와 다를 수 있습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
목표페이지No목표 페이지 수 (기본 10 — 예창패 표준)
현재글자수No현재 작성 글자수(한글에서 확인 가능). 없으면 진단불가 안내.
섹션별글자수No섹션별 글자수 (예: {P:1200, S1:2000, S2:1800, T:1000})

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description discloses estimation uncertainty (1100-1600 characters per page, actual may differ) and partial output when character count is missing. It does not indicate any destructive behavior, but lacks clarity on side effects or authentication needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long and front-loads the main purpose. The first sentence is slightly dense with multiple items, but overall efficient and without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description provides sufficient context for return values (suggestions, shortcuts, principles) and clarifies partial output. It covers the three parameters adequately and addresses estimation accuracy.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already describes all parameters with full coverage (100%). The description adds no new semantic details beyond what the schema covers, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool diagnoses page volume for HWP business plans, provides adjustment suggestions, shortcut tables, and readability principles. It specifies the resource (HWP plan) and action (diagnose, provide), distinguishing it from siblings like assemble_plan or build_roadmap.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for HWP document formatting and volume assessment, but does not explicitly contrast with siblings or state when not to use. No alternative tools are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

market_research시장조사 분석 (PEST·TAM/SAM/SOM/LAM·경쟁비교)A

PEST 거시환경 분석, TAM·SAM·SOM·LAM 시장규모 추정(깔때기+막대 도식), 경쟁사 수치 비교표(정성적 표현 경고)와 레이더 차트(3축 이상+전수치 시 자동 생성)를 제공합니다. 모든 시장 수치는 창업자 입력 기반이며 누락 항목은 '[입력 필요]'로 표시합니다. 수치를 임의로 지어내지 않으며, 출처는 창업자가 직접 확인·기입해야 합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
pestNoPEST 4항목 (거시환경 분석). 비워두면 '[입력 필요]' 안내.
업종No업종/아이템 (예: 음식점 가격비교 앱)
지역No주 거점 지역 (예: 광주)
비교축No경쟁 비교 축 (예: ['가격','정확도','DB수']). 3개 이상+전수치면 레이더 자동 생성.
marketSizeNoTAM·SAM·SOM·LAM 시장규모. 수치+근거+출처 필요.
competitorsNo경쟁사 목록(자사 포함). self:true인 행이 highlight.

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that the tool does not fabricate data, marks missing entries, and auto-generates a radar chart if conditions (3+ axes, all numeric) are met. This adds significant behavioral context beyond the schema. However, it does not mention potential side effects or modification of inputs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core outputs, followed by constraints. Every sentence adds essential information with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, data input behavior, and auto-generation features. Given the complexity (6 parameters, nested objects) and no output schema, it is reasonably complete. It does not address all edge cases (e.g., handling of invalid input), but it provides sufficient context for typical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with detailed descriptions for most parameters. The tool description adds value by explaining auto-generation of radar charts based on '비교축' conditions and the '[입력 필요]' behavior for missing fields, which goes beyond the schema. This justifies a score above the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states it provides PEST analysis, TAM/SAM/SOM/LAM market size estimation, competitor comparison table with radar charts. The verb '제공합니다' (provides) indicates the tool generates these outputs, clearly distinguishing it from sibling tools like plan_outline or draft_section.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives guidance: data must be input by the founder, missing items are marked as '[입력 필요]', and sources must be verified. It implies the tool is for founders to input their own data. However, it does not explicitly state when to use this tool versus alternatives, e.g., when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

plan_outline사업계획서 PSST 골격 생성A

정부지원 사업계획서 표준(PSST) 프레임워크에 따른 사업계획서 4섹션 골격(문제인식·실현가능성·성장전략·팀구성)을 생성합니다. grant_id가 있으면 해당 공고의 마감일·업력요건을 반영한 맞춤 유의점을 추가합니다. 필수 도식 종류·작성 원칙·절대 체크리스트를 포함하며, 창업자 사실은 지어내지 않습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
업종No창업자 업종 (예: AI·플랫폼·식품)
지역No사업장 소재 지역 (예: 광주)
grant_idNo공고 id(find_grants로 얻은 값). 있으면 공고 제목·마감일·업력요건을 골격에 반영.
대표경력No대표자 동종업계 경력 (예: 플랫폼 개발 8년)

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. Mentions 'does not fabricate founder facts'—a positive behavioral trait. However, lacks details on side effects, permissions, or what the tool does not do (e.g., no full plan generation).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first delivers main purpose upfront, second adds conditional behavior and inclusions. No wasted words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so description must hint at return format. Mentions inclusions (diagrams, principles, checklist) but not structure. Could better explain integration with sibling tools, but sufficient for a generation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. Description adds context for grant_id (conditional notes) but does not elaborate on other parameters beyond what schema provides. Adequate but not exceptional.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly identifies action ('generates') and specific output ('4-section skeleton for PSST framework'), with distinct sections named. Implicitly distinguishes from siblings like 'draft_section' and 'build_roadmap' by focusing on skeleton generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context on when to use (with or without grant_id) and what customizations occur. Lacks explicit exclusions or comparison to alternatives, but usage is well implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

plan_review사업계획서 체크리스트 점검B

정부지원 사업계획서 절대 규칙 체크리스트 10항목으로 사업계획서를 점검합니다. 0점 답변 패턴(아직 없다/최초/선점/지원해주면), 정성적 경쟁비교 표현, 단락 요약(■) 유무를 자동 판정하고, 나머지는 '확인필요'로 안내합니다. 치명경고·점수(참고용)를 포함합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
fullTextNo전체 본문(sections 대신 전체 텍스트를 넣어도 됩니다)
sectionsNo섹션별 텍스트 (예: {P:'...문제인식 본문...', S1:'...', S2:'...', T:'...'})

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description bears full responsibility. It discloses that the tool auto-detects specific patterns (zero-score answer patterns, qualitative comparisons, paragraph summaries) and flags remaining items as 'checkneeded'. It mentions including warnings and a score for reference. However, it doesn't specify whether the tool is read-only, if it modifies the input, or the exact format of the output. The behavioral scope is moderately transparent but could be more precise.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise paragraph that front-loads the main action. Every sentence adds value, though the information is dense. It could benefit from bullet points for readability, but it remains efficient and avoids verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The complexity is moderate (2 params, no output schema, no annotations). The description explains the tool's purpose and detection capabilities, but lacks details on the output format, prerequisites (e.g., language), and limitations. Since there is no output schema, the description should provide more context on what the agent will receive, but it does hint at warnings and scores.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description repeats the schema's note that fullText can be used instead of sections, but does not add deeper meaning beyond the schema. No parameter-specific details are provided that would help the agent interpret values beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool checks a business plan against a 10-item checklist of absolute rules, automatically detecting specific patterns and providing warnings and scores. The verb '점검합니다' (checks) and resource '사업계획서' (business plan) are specific, and the mention of '절대 규칙 체크리스트 10항목' distinguishes it from sibling tools like score_application or check_eligibility.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus siblings. There is no mention of alternatives or when not to use it. The description implies usage for checking against the 10 absolute rules, but lacks direct context like 'use this to verify compliance with the checklist; for eligibility checks, use check_eligibility instead.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

recommend_grants공고 적합도 추천 (키워드·지역·단계·업종 기반 랭킹)A

창업자 프로필(키워드·지역·단계·업종·마감임박)을 입력하면 스토어 공고를 적합도(0~100) 순으로 랭킹해 추천합니다. 마감된 공고는 자동 제외하며, 빈 입력 시 폴백 목록과 입력필요 안내를 반환합니다. 추천은 수집된 공고(출처·기준시점 표기) 기반이며, 적합도는 참고용입니다. 창업자 사실은 지어내지 않으며, 누락 항목은 '[입력 필요]'로 안내합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo최대 결과 수 (기본 10).
단계No창업 단계. 예비=예비창업자 / 초기=3년 이내 / 도약=7년 이내.
업종No업종·분야 키워드 (예: AI, 플랫폼, 식품). 공고 분야·내용과 매칭.
지역No사업장 소재 지역 (예: 광주). 지역 특화 공고를 우선 추천.
키워드No검색 키워드 목록 (예: ["AI", "플랫폼"]). 하나라도 매치하면 가점.
deadline_within_daysNo마감 N일 이내 공고만 포함. 미입력 시 마감 미도래 전체.

TDQS

A4.3/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses key behaviors: automatic exclusion of closed announcements, fallback list and input-needed guidance for empty input, reliance on collected announcements with source and reference point, suitability as a reference only, no fabrication of facts, and marking missing items as '[Input needed]'. This provides rich transparency beyond basic functionality.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded. In two short paragraphs, it conveys purpose, inputs, behavior, limitations, and fallback handling. Every sentence adds value without redundancy or waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description should explain the return structure. It mentions ranking score (0-100) and fallback list but does not specify the output format (e.g., list of grants with scores, fields included). Also, it does not mention how the 'limit' parameter affects results. The description is adequate but lacks output details for full completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 6 parameters have good descriptions in the schema (100% coverage). The description groups them as profile inputs but does not add significant extra meaning beyond the schema. It mentions ranking based on these inputs but does not detail how each parameter affects the ranking. Baseline score of 3 is appropriate since schema covers semantics adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool recommends store announcements ranked by suitability (0-100) based on entrepreneur profile inputs. It explicitly mentions keywords, region, stage, industry, and deadline as inputs, and distinguishes itself from siblings like find_grants by focusing on ranking and automatic exclusion of closed announcements.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the tool's functionality and when to use it: when you need a ranked list of suitable grants based on a profile. It mentions handling of empty input and automatic exclusion of closed announcements. However, it does not explicitly state when not to use this tool or suggest alternatives among siblings like check_eligibility or score_application.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

required_inputs사업계획서 최소 필요 정보 질문 목록 (PSST 섹션별)A

사업계획서 작성에 앞서 창업자에게 반드시 받아야 할 사실 항목(수치·실적·기관명)을 PSST 섹션별(P·S1·S2·T) 질문으로 안내합니다. grant_id가 있으면 해당 공고의 업력요건·마감일 기준 유의 질문을 추가합니다. provided에 이미 제공한 정보를 넣으면 해당 질문을 '제공됨'으로 표시합니다. 창업자의 사실을 지어내지 않으며, 질문만 생성합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
grant_idNo선택한 공고 id (find_grants로 얻은 값). 있으면 공고별 유의 질문(업력요건·마감일 역산)을 추가.
providedNo이미 제공한 정보 (키:값). 매칭 키워드가 있으면 해당 질문을 '제공됨'으로 표시.

TDQS

A3.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description bears full burden. It discloses that the tool only generates questions, does not fabricate facts, and marks provided info. It could add more about rate limits or auth, but the core behavior is well explained.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, front-loads the purpose, and each sentence adds information. Could be slightly more structured but is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so return value details are limited. The description says it generates questions but does not specify format or structure. Adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining grant_id adds grant-specific questions and provided marks questions, which goes beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool provides a list of required factual items for business plans by PSST sections, and can incorporate grant-specific questions. It uses specific verbs '안내합니다' and '생성합니다', but does not explicitly differentiate from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage before writing a business plan and for startups, but does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

score_application모의 심사(채점)A

사업계획 요약을 공고 평가지표(루브릭)에 매핑해 결정적으로 채점합니다(난수 없음). 총점·항목별 점수·감점사유·보완 포인트·다음 수정 제안을 돌려줘 '다시 쓰게' 만듭니다. 참고용이며 운영기관 최종평가와 다를 수 있습니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
grant_idYes공고 id
합격선No예상 합격선(선택)
plan_summaryYes사업계획 요약(기술/시장/팀/지역연계/재무)

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states deterministic behavior (no randomness), maps to a rubric, and returns specific outputs. It also includes a caveat about reference use, which adds transparency beyond a simple functional description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, well-structured, and front-loaded with the core purpose. Every sentence provides meaningful information without unnecessary words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description adequately explains the return values (total score, item scores, deduction reasons, etc.). It addresses the tool's complexity with 3 parameters (one nested object) and provides a caveat about reference use, making it complete for agent invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all parameters and their types. The description adds marginal value by explaining that the tool maps to a rubric and returns scores, but it does not provide additional syntax or format details beyond what the schema offers. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool deterministically scores a business plan summary by mapping it to a rubric (no randomness). It specifies that it returns total score, item scores, deduction reasons, improvement points, and next edit suggestions, distinguishing it from sibling tools like 'plan_review' or 'draft_section'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description notes that the tool is for reference and may differ from the final evaluation ('참고용이며 운영기관 최종평가와 다를 수 있습니다'), but it does not explicitly state when to use this tool versus alternatives like 'check_eligibility' or 'plan_review'. The usage context is implied but lacks exclusions or explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

win_strategy합격 전략C

공고·프로필 기반으로 추천 트랙·가점 확보안·강조 포인트·제출 일정 역산·함정 체크리스트를 제시합니다. 참고용 제안이며 가점·트랙·일정은 공고 원문으로 최종 확인하세요.

ParametersJSON Schema
NameRequiredDescriptionDefault
profileNo
grant_idYes공고 id
plan_summaryNo

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description should compensate but only mentions it provides suggestions and is for reference. It does not disclose whether the tool is read-only, if it modifies data, or any side effects. The advisory tone hints at non-authoritative behavior but is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main purpose, and includes a necessary caveat. No wasted words, but could be slightly more structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (3 parameters with nested objects, no output schema, no annotations), the description is too brief. It lists outputs but does not specify format or behavior, leaving the agent with insufficient context for proper invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, leaving many nested fields undocumented. The description does not explain the parameters or their roles beyond 'based on announcement and profile', failing to add meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides recommendations based on announcement and profile, listing specific outputs (track, points plan, emphasis, schedule, checklist). However, it does not differentiate from sibling tools like check_eligibility or recommend_grants.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description includes a caveat that it's a reference suggestion and advises verification, but does not specify contexts or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the grant application process: grant search, eligibility, planning, drafting, review, scoring, strategy, market research, layout, and required inputs. No two tools have overlapping purposes.

Naming Consistency5/5

All 13 tools follow a consistent verb_noun pattern in snake_case (e.g., assemble_plan, check_eligibility, recommend_grants). No deviations or mixing of conventions.

Tool Count5/5

With 13 tools, the server covers the full workflow of grant application support without being overly numerous or sparse. Each tool has a clear role.

Completeness5/5

The tool set covers the entire lifecycle: grant discovery, eligibility, planning, drafting, review, scoring, strategy, market research, and layout. No obvious gaps for the stated purpose.

Maintenance

ActivityStale
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    An 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.
    12
    41
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for Japan's Jグランツ grant application system, enabling LLMs to search and retrieve subsidy information via natural language.
    50
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Korean public institution information, enabling AI clients to search, compare, and analyze disclosure data, public services, laws, and news.
    32
    1
    MIT

Latest Blog Posts

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/loykim621-lab/startup-concierge-go-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server