Multi-purpose API toolkit: email validation, DNS lookup, WHOIS, SSL certificate inspection, IBAN validation, business day calculator, hash encoding, and GPU pricing. Free tier included. pip install kiprio-mcp
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kiprio MCP.
validate_emailSyntax + MX record check + disposable domain detection
validate_phoneInternational phone number validation, E.164 format + country info
validate_vatEU VAT number validation via VIES, returns company name
validate_ibanIBAN validation + bank details
check_password_breachk-anonymity breach check β only a 5-char SHA1 prefix is sent
geocode_addressConvert address or place name β lat/lon + structured address components
27 production API tools for Claude Code, Claude Desktop, Cursor, Cline, Continue, and any MCP client β email/phone validation, geocoding, timezone conversion, DNS/WHOIS, SSL inspection, web scraping, NLP, and developer utilities.
No third-party API keys required. Free tier included. Powered by kiprio.com.
No install needed β run it straight from PyPI with uv:
Or install with pip:
Claude Code β add to your project in one step:
Or add to ~/.claude.json / Claude Desktop / Cursor / Windsurf / Zed:
(If you installed via pip instead, use "command": "kiprio-mcp" with no args.)
Cline (VS Code) β open Cline β MCP Servers β Add Server β paste:
Continue.dev β add to ~/.continue/config.json under mcpServers:
The anonymous tier is rate-limited to 50β100 requests/day per tool β fine for one-off queries, but it runs out fast in any automated workflow.
A free registered key gives you 100 req/day per tool at zero cost:
π kiprio.com/signup β no credit card, no trial period.
Once connected, ask Claude naturally:
"Is noreply@company.io a real deliverable address?" β
validate_emailchecks syntax, MX records, and disposable domain lists
"What tech stack is stripe.com running?" β
tech_stackreturns CMS, CDN, analytics, and payment providers
"Take a screenshot of this landing page and flag any broken layout." β
screenshot_urlreturns a base64 PNG Claude can analyse directly
"Redact all PII from this support transcript before I send it to Zendesk." β
redact_textreplaces emails, phones, names, and card numbers with[REDACTED_TYPE]
"Check the SSL certificate on api.example.com β is it expiring soon?" β
ssl_checkreturns expiry date, issuer, and grade
kiprio tools are designed for pipelines and hooks, not just one-shot queries. Common patterns:
Email validation before accepting signups:
Domain monitoring hook (Claude Code slash command):
Lead enrichment agent:
Content moderation pipeline:
These patterns work within the free key tier (100 req/day per tool). Pro tier (1,000/day) handles larger batches.
| Tool | What it does |
|---|---|
validate_email | Syntax + MX record check + disposable domain detection |
validate_phone | International phone number validation, E.164 format + country info |
validate_vat | EU VAT number validation via VIES, returns company name |
validate_iban | IBAN validation + bank details |
check_password_breach | k-anonymity breach check β only a 5-char SHA1 prefix is sent |
| Tool | What it does |
|---|---|
geocode_address | Convert address or place name β lat/lon + structured address components |
get_timezone | City β IANA timezone, UTC offset, current local time, DST details |
convert_timezone | Convert a datetime between any two IANA timezones (no key required) |
| Tool | What it does |
|---|---|
dns_lookup | Query A, AAAA, MX, TXT, NS, CNAME, SOA records |
whois_lookup | Domain registrar, creation/expiry dates, nameservers |
ssl_check | Certificate validity, expiry, issuer, SANs |
ip_lookup | Geolocation + VPN/Tor/datacenter detection with threat score |
| Tool | What it does |
|---|---|
readability | Extract main article text and metadata from any URL |
tech_stack | Detect CMS, framework, CDN, analytics, payments |
parse_og_tags | Open Graph, Twitter Card, and meta tags from a URL |
screenshot_url | Full-page or viewport screenshot β base64 PNG |
html_to_pdf | Convert HTML to PDF β base64 bytes |
| Tool | What it does |
|---|---|
sentiment_analysis | positive/negative/neutral label + compound score (β1 to 1) |
check_grammar | Rewrite for grammar/spelling + diff of edits; styles: concise, formal, friendly, UK-en, US-en |
translate_text | Translate between languages with auto source detection |
summarize_text | Extract key points (configurable sentence count) |
redact_text | Replace PII with [REDACTED_TYPE] placeholders |
| Tool | What it does |
|---|---|
generate_qr | QR code β base64 PNG or SVG; custom colours and size |
generate_hash | Hash string with sha256, sha512, sha1, md5, sha3_256, or blake2b |
generate_uuid | Generate UUID v1, v4, or v7 |
parse_cron | Parse a cron expression β next 5 run times + human description |
decode_jwt | Decode JWT header + payload + expiry status (no verification) |
| Tier | Limit | Cost |
|---|---|---|
| Anonymous (no key) | 50β100 req/day/tool | $0 |
| Free key | 100 req/day/tool | $0 β sign up |
| Pro | 1,000 req/day/tool | $9/mo |
| Business | 10,000 req/day/tool | $39/mo |
Free key vs anonymous: Same tools, 3Γ the headroom, still $0. Just needs an email address.
Get your free key at kiprio.com/signup β
Upgrade to Pro at kiprio.com β
Or with a pip install:
With API key in your project .env:
Then reference in your MCP config:
kiprio-mcp: command not found / spawn kiprio-mcp ENOENT β the bare kiprio-mcp command only exists after a pip install. Either switch your config to "command": "uvx", "args": ["kiprio-mcp"] (no install needed), or point at the full path from your virtualenv:
429 Rate limit exceeded β free anonymous tier hit. Register at kiprio.com/signup for 100 req/day free, or upgrade to Pro for 1,000/day.
401/403 errors β API key invalid. Leave KIPRIO_API_KEY empty to use the anonymous tier (30 req/day).
github.com/ForeverTools/kiprio-mcp β MIT licence.
Maintained by ForeverTools. APIs powered by kiprio.com.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/forevertools-kiprio-mcp)<a href="https://allmcps.com/mcp/forevertools-kiprio-mcp"><img src="https://allmcps.com/api/badge/forevertools-kiprio-mcp?style=directory" alt="Kiprio MCP on AllMCPs" /></a>