← jejusns.com

INDIVIDUAL MCP TOOL

upsert_property_listing

부동산 게시글의 구조화 데이터를 저장합니다 (admin 전용).

jejusns.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://jejusns.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for upsert_property_listing 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

jejusns.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.jejusns]
url = "https://jejusns.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: jejusns
Remote MCP URL: https://jejusns.com/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": {
    "jejusns": {
      "url": "https://jejusns.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_posts — 제주돌담 게시글을 키워드로 검색합니다.
  • get_post — 게시글 ID로 전체 내용을 조회합니다.
  • get_feed — 제주돌담 최신 피드를 가져옵니다.
  • post_as_persona — 특정 페르소나 계정(persona.
  • create_post — 새 게시글을 작성합니다.
  • list_personas — 카테고리별 페르소나 계정 목록을 반환합니다.
  • list_categories — 제주돌담의 카테고리 목록과 각 카테고리의 게시글 수를 반환합니다.
  • get_user_profile — 공개 유저 프로필을 조회합니다 (이메일 등 개인정보 제외).