Kelnix Datamind Curator
@kelnixsolutions
AI-Ready Data & Context Engineering API. Connect any data source — PostgreSQL, CRMs, APIs — and get clean, structured, AI-ready data in seconds. Natural language queries, semantic vector search, automated PII redaction, deduplication, and AI-powered context building for RAG pipel
Overview
What is Kelnix Datamind Curator?
Kelnix Datamind Curator is an AI-ready data and context engineering API that connects to various data sources, enables natural-language querying, cleans and standardizes data, builds context packages for RAG pipelines, and automatically redacts PII. It is designed for developers and AI agents needing unified, privacy-safe data access.
How to use Kelnix Datamind Curator?
Register for a free API key (25 credits, no credit card), then connect a data source and query using REST or MCP. For MCP clients like Claude Desktop or Cursor, add the server URL and API key to the MCP configuration JSON. Use the built‑in tools (e.g., data.query, pipeline.clean, context.build) by sending HTTP requests to the API endpoints.
Key features of Kelnix Datamind Curator
- Natural language or SQL querying of connected data sources.
- Data cleaning: standardize dates, phones, emails, currencies.
- Automated PII detection and redaction.
- Semantic vector search across indexed data.
- AI‑ready context package building for RAG pipelines.
- Credit‑based billing with free tier and monthly plans.
Use cases of Kelnix Datamind Curator
- Query a CRM or PostgreSQL database using plain English.
- Prepare and deduplicate datasets before feeding them to AI models.
- Redact sensitive information automatically in exported data.
- Build summarised context packages for retrieval‑augmented generation.
- Run semantic search across business records without manual indexing.
FAQ from Kelnix Datamind Curator
How does the credit system work?
Each tool call costs a fixed number of credits. You get 25 free credits on signup; additional credits are sold in packs (e.g., 100 for $8) or via monthly plans (Basic 200/mo $15, Pro 2,000/mo $99).
What data sources are supported?
Currently PostgreSQL and a built‑in Mock CRM. MySQL, CSV, and JSON API support are listed as “coming soon”.
Can I self‑host Kelnix Datamind Curator?
Yes. Clone the repository, create a virtual environment, install the Python dependencies, and run uvicorn app:app with your own keys.
Does it handle PII removal?
Yes, the pipeline.redact_pii tool auto‑detects and redacts personally identifiable information programmatically.
How do I integrate with MCP‑compatible clients?
Add the following to your MCP config: a server entry with "url": "https://datamind-api.kelnix.org/stream/mcp/" and the header "X-API-Key": "dm_YOUR_API_KEY". It works with Claude Desktop, Cursor, VS Code, and Smithery.