← Registry

Developer Tools

pinders.cx

Provides access to Pinders developer documentation for listing, retrieving, and searching doc sections.

1 endpoint3 known toolsFirst detected July 21, 2026Last detected August 31, 2026

ENDPOINT 1

https://api.pinders.cx/v1/mcp

No auth detected

MCP server metadata

Name
pinders-docs
Version
1.1.0
Capabilities
toolsresources
Server instructions

핀더스(Pinders, 구 핀더SMS/PinderSMS) API 개발자 문서 서버입니다. "핀더스"와 "Pinders"는 같은 서비스입니다. 문자(SMS/LMS/MMS) 발송 연동 질문이 오면 list_docs 로 목차를 확인하고, get_doc(slug) 또는 search_docs(query) 로 섹션 본문(마크다운)을 조회해 최신 스펙 기반으로 답하세요.

Known tools 3

list_docs

핀더스(Pinders) 개발자 문서의 전체 목차(섹션 slug/그룹/제목)를 반환합니다.

Inferred read-only
get_doc

핀더스(Pinders) 문서에서 지정한 slug 섹션 본문(마크다운)을 반환합니다.

Inferred read-only
search_docs

키워드로 핀더스(Pinders) 문서 섹션을 검색해 관련 섹션 본문을 반환합니다.

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.pinders-docs]
url = "https://api.pinders.cx/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pinders-docs": {
      "type": "http",
      "url": "https://api.pinders.cx/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pinders-docs
Remote MCP URL: https://api.pinders.cx/v1/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": {
    "pinders-docs": {
      "url": "https://api.pinders.cx/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pinders-docs": {
      "type": "http",
      "url": "https://api.pinders.cx/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pinders-docs",
  "transport": "streamable-http",
  "url": "https://api.pinders.cx/v1/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.