Enrich API →
One POST returns sentiment, named entities, language detection, and keywords. No model updates, no Python environment, no GPU to rent. Free tier: 1,000 calls/day.
27 focused HTTP APIs — DNS, email validation, WHOIS, IP lookup, FX rates, SSL inspection, NLP, PII redaction, embeddings, and more. One key. Free tier on every product. Under 2 minutes to your first response.
curl -sS https://kiprio.com/v1/enrich \
-H "X-API-Key: $KEY" \
-d '{"text":"Markets rallied on strong earnings."}' | jq .
Get your key →
curl -sS https://kiprio.com/v1/redact \
-H "X-API-Key: $KEY" \
-d '{"text":"Email [email protected] or call 07700 900123"}' | jq .
Get your key →
curl -sS "https://kiprio.com/v1/og/render?title=My+Launch&template=dark" \ -H "X-API-Key: $KEY" -o og.pngGet your key →
No SDK to install. No environment to configure. If you can run curl, you're ready.
No credit card required. Your key is live immediately and works across all 27 APIs from the moment you receive it.
Plain HTTPS + JSON. Copy the curl example from any product page, swap in your key, and run it. Every endpoint follows the same request shape.
Free tiers are sized for real work. When you outgrow the quota, upgrade from the dashboard. Monthly billing, cancel any time.
The most-used products — each replaces something you'd otherwise build, host, and maintain yourself.
One POST returns sentiment, named entities, language detection, and keywords. No model updates, no Python environment, no GPU to rent. Free tier: 1,000 calls/day.
POST a rule-based strategy. Get equity curves, Sharpe ratio, max drawdown, and a PNG chart back — all over HTTP. No data wiring, no backtesting library to version-pin.
Remove emails, phones, IBANs, payment cards, IPs, and UK NI numbers from text or JSON. Deterministic tokens on Pro let you rehydrate later. Free: 1,000 req/day, no card.
Batch strings into embeddings — OpenAI-compatible URL, no runtime to operate. 100k tokens/day free. Business tier is 4× cheaper than text-embedding-3-small per token.
Generate markup for 8 content types: Article, Product, FAQ, Recipe, Event, LocalBusiness, HowTo, Organization. Passes Google's Rich Results test on output. Free: 500 calls/day.
Render OpenGraph cards from title, subtitle, and template. Six built-in templates, 30-day CDN cache. No headless browser infrastructure, no image-generation bill.
kiprio-mcp gives Claude access to all 27 APIs as tools — email validation, DNS, WHOIS, SSL, IP geo, screenshot, OCR, sentiment, and more. Works locally or as a remote OAuth server.
pip install kiprio-mcp
Add to your MCP config, set your API key. PyPI →
https://kiprio.com/mcp/index.php
Add as a remote server in Claude Desktop. Authorize with your kiprio API key via OAuth.
One key, same request shape. Every endpoint is independent — pick only what you need.
No login or API key needed. Useful enough to bookmark.
Honest reasons — not marketing copy.
Plain HTTPS + JSON. If you can run curl, you can call any endpoint. The full OpenAPI 3.1 spec at /docs auto-generates typed clients if you want one.
Not "contact us for pricing" free. Every product has a real free tier with documented quotas — sized for exploration, prototyping, and small production workloads.
Your key works across every endpoint under /v1/. Sub-keys with per-product scope on Business tier. Rotate from the dashboard — no support ticket required.
Per product, per month. No per-call billing that spikes unexpectedly. 24h response caching means repeated calls on identical content don't count against your quota.
Free tier retains no data beyond the response cache. Paid tiers use hashed logging. Business customers get configurable retention windows. Nothing stored permanently without consent.
Real shipped improvements and reliability updates — published monthly. No silent deprecations, no breaking changes without notice.
/v1/. Quotas are tracked per product — your Enrich quota is separate from your Redact quota. Sub-keys with per-product scope are available on Business.Retry-After header. No overage charges — it just rate-limits. Upgrade your plan to raise the limit, or wait for the next billing period.