← mirlim.blog

INDIVIDUAL MCP TOOL

get_post

특정 글의 상세 내용을 조회합니다.

mirlim.blognone authenticationAvailability not checked

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 endpoint

mirlim.blog

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_posts — 블로그 글 목록을 조회합니다.
  • search_posts — 키워드 또는 태그로 글을 검색합니다.
  • ask_blog — 블로그 콘텐츠에 대해 자연어로 질문합니다.
  • explore_concepts — concepts 그래프를 탐색합니다.
  • recommend_topic — 다음에 쓸 글 토픽을 추천합니다.
  • suggest_topic — 블로그 작성자에게 토픽을 제안합니다.