
Kiprio MCP Server
from ForeverTools
Access 27 developer API tools in Claude Code โ IP lookup, SSL check, WHOIS, weather, DNS, domain expiry, and more.
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.
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.
pip install kiprio-mcpBefore it works, you'll need: KIPRIO_API_KEY
Install
pip install kiprio-mcpOr from source:
git clone https://github.com/ForeverTools/kiprio-mcp
cd kiprio-mcp
pip install -e .No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.