← saaskr.com

INDIVIDUAL MCP TOOL

list_saas_categories

한국 SaaS 카테고리 16개와 각 카테고리의 서비스 수, 고르는 기준을 반환한다.

saaskr.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://saaskr.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_saas_categories and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

saaskr.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.saaskr]
url = "https://saaskr.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saaskr": {
      "type": "http",
      "url": "https://saaskr.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saaskr
Remote MCP URL: https://saaskr.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "saaskr": {
      "url": "https://saaskr.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "saaskr": {
      "type": "http",
      "url": "https://saaskr.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "saaskr",
  "transport": "streamable-http",
  "url": "https://saaskr.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_korean_saas — 한국에서 만든 SaaS를 검색한다.
  • get_korean_saas — 특정 한국 SaaS의 상세 정보(소개·카테고리·공식 사이트·운영 상태·후기)를 가져온다.
  • compare_korean_saas — 한국 SaaS 두 개를 나란히 비교한다(카테고리·운영 상태·인기도·소개).
  • submit_korean_saas — 내가 만든 SaaS를 saaskr 디렉토리에 등록한다.