← Registry

Content Tools

uyeon.dev

Provides access to a blog's published posts and projects, allowing listing, retrieval by slug, and keyword search.

1 endpoint6 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://uyeon.dev/mcp

No auth detected

MCP server metadata

Name
uyeon-blog-public
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

uyeon.dev 블로그의 공개 read-only 서버. 게시(published)된 글·프로젝트·소개만 조회할 수 있다. 본문은 마크다운으로 반환되고, 콘텐츠는 ko/en 두 언어가 쌍으로 존재한다. 모든 응답에 공개 URL이 포함된다 — 사용자에게 출처를 안내할 때 그 URL을 사용하라.

Known tools 6

posts_list

게시된 블로그 글 목록을 조회한다 (최신순).

Inferred read-only
post_get

게시된 글 하나를 slug로 조회한다.

Inferred read-only
posts_search

게시된 글을 키워드로 검색한다 (제목 > 태그 > 요약 > 본문 순 가중치).

Inferred read-only
projects_list

공개된 프로젝트 목록을 조회한다.

Inferred read-only
project_get

공개된 프로젝트 하나를 slug로 조회한다.

Inferred read-only
about_get

블로그 저자 소개를 조회한다.

Inferred read-only

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.uyeon-blog-public]
url = "https://uyeon.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uyeon-blog-public": {
      "type": "http",
      "url": "https://uyeon.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uyeon-blog-public": {
      "type": "http",
      "url": "https://uyeon.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uyeon-blog-public",
  "transport": "streamable-http",
  "url": "https://uyeon.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.