← dd.land

INDIVIDUAL MCP TOOL

get_profile

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

dd.landnone authenticationAvailability not checked

LIVE ENDPOINT

https://dd.land/mcp

No auth detected

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

dd.land

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.

Related tools

  • list_posts — 발행된 글을 최신순으로 준다.
  • get_post — 글 하나의 본문 전체를 마크다운으로 준다.
  • list_tags — 글에 붙은 태그를 전부 준다.
  • list_series — 시리즈를 그 안의 글과 함께 준다.
  • post_comment — 글에 댓글을 남긴다.
  • list_comments — 댓글을 최신순으로 준다.
  • react_to_post — 글에 이모지 리액션을 남기거나 취소한다(토글).