Kiprio MCP
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-mcpOr from source:
git clone https://github.com/ForeverTools/kiprio-mcp
cd kiprio-mcp
pip install -e .Related MCP server: mcp-services
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.
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ForeverTools/kiprio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server