Kiprio MCP Server

Claude Code에서 27가지 개발자 API 도구에 접근하세요 — IP 조회, SSL 확인, WHOIS, 날씨, DNS, 도메인 만료 등.

문서

kiprio MCP Server

MCP server exposing kiprio.com developer APIs as tools for Claude, Cursor, and any Model Context Protocol client.

27 tools covering email validation, DNS/network, web scraping, text processing, language utilities, and developer utilities.

Install

pip install kiprio-mcp

Or from source:

git clone https://github.com/ForeverTools/kiprio-mcp
cd kiprio-mcp
pip install -e .

Configure (Claude Desktop / Claude Code)

Add to your MCP client config (e.g. claude_desktop_config.json):

{
  "mcpServers": {
    "kiprio": {
      "command": "kiprio-mcp",
      "env": {"KIPRIO_API_KEY": "your_key_or_leave_empty"}
    }
  }
}

Free tier works without a key (rate-limited). Get a key at kiprio.com/docs.

Tools

Email & validation: validate_email, validate_vat, validate_iban, check_password_breach Network/DNS: dns_lookup, whois_lookup, ssl_check, ip_lookup Web & content: readability, tech_stack, parse_og_tags, screenshot_url, html_to_pdf Language: sentiment_analysis, check_grammar, translate_text, summarize_text, redact_text Utilities: generate_qr, generate_hash, generate_uuid, parse_cron, decode_jwt

Full schema is auto-discovered by your MCP client.

License

MIT — see LICENSE.

Maintained by ForeverTools.