← Registry

Content Tools

dd.land

Provides access to blog posts, series, tags, and profiles from dd.land, allowing users to read and discover content.

1 endpoint8 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://dd.land/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 8

list_posts

발행된 글을 최신순으로 준다.

Inferred read-only
get_post

글 하나의 본문 전체를 마크다운으로 준다.

Inferred read-only
list_tags

글에 붙은 태그를 전부 준다.

Inferred read-only
list_series

시리즈를 그 안의 글과 함께 준다.

Inferred read-only
get_profile

dd.land을 쓰는 사람의 소개와 최근 글을 준다.

Inferred read-only
post_comment

글에 댓글을 남긴다.

Inferred read-only
list_comments

댓글을 최신순으로 준다.

Inferred read-only
react_to_post

글에 이모지 리액션을 남기거나 취소한다(토글).

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.mcp-typescript-server-on-vercel]
url = "https://dd.land/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://dd.land/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://dd.land/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": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://dd.land/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://dd.land/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://dd.land/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.