saaskr — Korean SaaS Directory (한국 SaaS 디렉토리)
Server Details
Search and compare SaaS built in South Korea. 3,800+ services, liveness-checked weekly.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 5 of 5 tools scored.
Each tool targets a distinct operation: search, get details, compare, list categories, and submit. There is no overlap—agents can easily select the right tool based on whether they need one service, two services, categories, or discovery.
All tool names follow a clear verb_noun pattern (compare_, get_, list_, search_, submit_). Although 'list_saas_categories' refers to categories rather than 'korean_saas', it remains consistent with the object-oriented convention and is readable.
With 5 tools, the set is well-scoped for a SaaS directory: discovery (search, list categories), lookup (get), comparison (compare), and contribution (submit). Each tool has a clear role, and the count feels neither sparse nor bloated.
The surface covers the full user journey for a directory: searching and browsing, viewing details, comparing options, and submitting new entries. There is no need for update/delete tools in this domain, as submissions go through a review queue rather than direct editing.
Available Tools
5 toolscompare_korean_saasAInspect
한국 SaaS 두 개를 나란히 비교한다(카테고리·운영 상태·인기도·소개).
| Name | Required | Description | Default |
|---|---|---|---|
| slug_a | Yes | 첫 번째 SaaS slug | |
| slug_b | Yes | 두 번째 SaaS slug |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not state whether the tool is read-only, requires any permissions, or has side effects. It only mentions comparison dimensions, leaving the safety profile unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that efficiently conveys the tool's purpose and comparison topics without unnecessary words. It is front-loaded with the core action ('compare two Korean SaaS side by side').
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity, the description adequately covers the essential aspects (comparison dimensions) and implies a side-by-side format. However, without an output schema, it could benefit from clarifying the return structure, but it is not severely lacking for a comparison tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema fully documents both parameters (slug_a, slug_b) with clear descriptions, and the tool description adds no additional meaning beyond what the schema already provides. Baseline 3 applies due to 100% schema description coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: comparing two Korean SaaS products side by side, and it enumerates specific comparison dimensions (category, operational status, popularity, introduction). This distinguishes it from sibling tools like get_korean_saas (single SaaS) and search_korean_saas (search).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for side-by-side comparison but provides no explicit guidance on when to choose this tool over alternatives, nor any exclusion criteria or references to sibling tools. Usage is implied rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_korean_saasAInspect
특정 한국 SaaS의 상세 정보(소개·카테고리·공식 사이트·운영 상태·후기)를 가져온다.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | search_korean_saas 가 반환한 slug |
Tool Definition Quality
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 explicitly states the operation is retrieval ('가져온다') and lists the specific information returned (introduction, category, official site, operational status, reviews), adding useful behavioral context about the return content. It does not mention error cases or side effects, but for a read tool this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that clearly states the action and the information scope. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description lists the return categories, which is sufficient to set expectations. It does not detail error responses or exact structure, but that is not critical for such a straightforward get operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the parameter description ('search_korean_saas 가 반환한 slug') already explains the parameter meaning. The tool description adds no additional parameter semantics, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool does: it retrieves detailed information (introduction, category, official site, operational status, reviews) about a specific Korean SaaS. The verb '가져온다' (retrieves) and the resource '특정 한국 SaaS' are specific, and the tool is distinct from siblings like search, compare, and list.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage after identifying a specific SaaS, but it does not explicitly state when to use it versus siblings. The parameter schema hints that the slug comes from search_korean_saas, but this is not in the description. There is no mention of alternatives or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_saas_categoriesAInspect
한국 SaaS 카테고리 16개와 각 카테고리의 서비스 수, 고르는 기준을 반환한다.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of transparency. It clearly discloses the return content (16 categories, counts, selection criteria), which is sufficient for a parameterless read-only tool. It doesn't mention data freshness or authentication, but these are not critical for a simple list endpoint.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise Korean sentence that immediately states the output scope and content. No filler or redundant phrasing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter utility with no output schema, the description fully specifies what the tool returns. The simple nature of the tool and clear return definition make it contextually complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. There is nothing for the description to add beyond what the empty schema already implies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The verb 'list' clearly indicates the action, and 'saas_categories' identifies the resource. The description adds specific detail (16 categories, service counts, selection criteria), which fully distinguishes this from sibling tools that operate on individual SaaS products.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a 'browse categories' use case but does not explicitly state when to choose this over search/compare/get alternatives. No exclusions or alternative references are provided, so guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_korean_saasAInspect
한국에서 만든 SaaS를 검색한다. 이름·태그라인·소개·태그를 대상으로 하며, 운영 중이 확인된 서비스만 반환한다. 카테고리로 좁힐 수 있다. "한국 AI 도구", "국산 협업툴" 같은 요청에 사용.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 최대 결과 수(기본 10, 최대 30) | |
| query | No | 검색어(한국어). 예: "회의록", "결제", "디자인" | |
| category | No | 카테고리 slug로 좁히기. 가능한 값: ai, productivity, social, design, developer-tools, marketing, fintech, ecommerce, education, health, media, lifestyle, hr, gaming, travel, food |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the transparency burden. It discloses key behavioral traits: only returns services confirmed to be in operation, and searches specific fields. It does not describe output structure or pagination, but these are less critical for a read-only search tool and the schema covers limit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, front-loaded with the core function, and uses one sentence plus example queries. Every phrase adds value: search fields, active-only filter, category narrowing, and concrete usage examples. No redundancy or wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with three optional parameters and no output schema, the description sufficiently covers search scope, the active-service filter, and category narrowing. It does not specify result fields, but the sibling get_korean_saas likely provides details, so this level of completeness is acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions already cover all three parameters with examples and defaults (limit, query, category). The description adds only a marginal reinforcement that category can narrow results, which the schema already states. Baseline of 3 is appropriate given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: searching for Korean SaaS, with specific search targets (name, tagline, description, tags) and a filter for active services. It distinguishes from sibling tools via the verb 'search' and explicit scope, e.g., get_korean_saas retrieves a specific service, list_saas_categories lists categories.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context with realistic example queries ('한국 AI 도구', '국산 협업툴') and mentions narrowing by category. It does not explicitly mention when to use alternative tools (e.g., get for a single SaaS, compare for comparisons), so it lacks explicit exclusions but is still unambiguous about when search is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_korean_saasAInspect
내가 만든 SaaS를 saaskr 디렉토리에 등록한다. 사용자가 "내 서비스 등록해줘", "saaskr에 올려줘"라고 할 때 사용. 이미 등록된 서비스면 기존 페이지를 알려주고, 새 서비스면 심사 큐에 넣는다(링크가 살아있는지 등 자동 검증 후 발행). 등록 전 사용자에게 이름·URL·한 줄 설명을 확인받고, 소개는 사용자가 준 정보로만 채운다(임의로 지어내지 말 것).
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 서비스 이름 | |
| tagline | Yes | 한 줄 설명(5자 이상, 200자 이내) | |
| category | No | 카테고리 slug(선택). 가능한 값: ai, productivity, social, design, developer-tools, marketing, fintech, ecommerce, education, health, media, lifestyle, hr, gaming, travel, food | |
| is_owner | No | 본인이 만든 서비스면 true | |
| description | No | 서비스 소개(선택, 4000자 이내) | |
| website_url | Yes | 서비스 공식 URL (https:// 로 시작) | |
| submitter_email | No | 연락받을 이메일(선택) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and does well. It discloses key behaviors: confirming name/URL/tagline with the user, auto-verifying the link before publishing, placing new submissions in a review queue, and prohibiting fabricated descriptions. This goes far beyond a basic purpose statement.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with the main action, and each sentence adds a distinct piece of information: purpose, usage triggers, and validation/confirmation rules. There is no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the main flow (registering, handling existing entries, validation, and review) but does not describe the exact return format or error handling. Given the moderate complexity (7 parameters) and lack of output schema, it is sufficient for invocation but could be enhanced with response details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides 100% coverage with descriptions for all parameters, so baseline is 3. The description adds behavioral semantics by specifying that certain parameters (name, URL, tagline) are confirmed with the user and that the description field must only contain user-provided information, guiding the agent on how to populate these fields correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool registers a SaaS to the saaskr directory ('saaskr 디렉토리에 등록한다'), using a specific verb and resource. It also distinguishes itself from siblings by describing handling of both existing and new services, which is not covered by compare/get/list/search tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit trigger phrases ('내 서비스 등록해줘', 'saaskr에 올려줘') and outlines the two main scenarios (existing vs. new). However, it does not explicitly name alternatives for other actions, so while usage context is clear, it could be stronger by directly excluding sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceGive your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.Last updated6122MIT
- Flicense-qualityBmaintenanceIntegrates Korean public data sources including law, court cases, corporate disclosures, and public data portal, with comparative US and German case law support.Last updated8
- AlicenseAqualityBmaintenanceAn intelligence layer for discovering and orchestrating Japanese SaaS MCP tools through intent-based search and workflow recipes. It enables AI agents to evaluate service quality using community-driven insights while ensuring privacy through automated PII masking.Last updated5751MIT
- Flicense-qualityBmaintenanceProvides verified pricing data for SaaS, AI tools, and LLMs across 490+ tools. No API key required, returns sourced records with attribution links.Last updated2