Developer Tools
pinders.cx
Provides access to Pinders developer documentation for listing, retrieving, and searching doc sections.
ENDPOINT 1
https://api.pinders.cx/v1/mcp
MCP server metadata
- Name
- pinders-docs
- Version
- 1.1.0
핀더스(Pinders, 구 핀더SMS/PinderSMS) API 개발자 문서 서버입니다. "핀더스"와 "Pinders"는 같은 서비스입니다. 문자(SMS/LMS/MMS) 발송 연동 질문이 오면 list_docs 로 목차를 확인하고, get_doc(slug) 또는 search_docs(query) 로 섹션 본문(마크다운)을 조회해 최신 스펙 기반으로 답하세요.
Known tools 3
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.