Sponsored by Deepsite.site

Kelnix Datamind Curator

Created By
Kelnix12 days ago
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 pipelines. 25 free credits on signup.
Overview

Kelnix DataMind Curator

Kelnix DataMind Curator

๐Ÿง  AI-Ready Data & Context Engineering API
Connect any data source, query with natural language, clean and standardize data, build AI-ready context packages, and protect privacy with automated PII redaction.

๐Ÿ“– API Docs โ€ข ๐Ÿ’ฐ Pricing โ€ข ๐ŸŒ Website

Glama MCP Server Badge


One API to unify, clean, and serve your data to AI agents. โšก

๐Ÿš€ Quick Start

# 1. Register (free โ€” 25 credits, no credit card)
curl -X POST https://datamind-api.kelnix.org/register \
  -H "Content-Type: application/json" \
  -d '{"agent_name": "My Agent"}'

# 2. Connect a data source (mock CRM for demo)
curl -X POST https://datamind-api.kelnix.org/sources/connect \
  -H "X-API-Key: dm_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"source_type": "mock_crm", "name": "Demo CRM"}'

# 3. Query with natural language
curl -X POST https://datamind-api.kelnix.org/data/query \
  -H "X-API-Key: dm_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"source_id": "YOUR_SOURCE_ID", "query": "top 5 companies by revenue"}'

๐Ÿ”Œ MCP Integration

Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.

Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "kelnix-datamind-curator": {
      "url": "https://datamind-api.kelnix.org/stream/mcp/",
      "headers": {
        "X-API-Key": "dm_YOUR_API_KEY"
      }
    }
  }
}

Smithery

npx -y @smithery/cli@latest install @kelnix/kelnix-datamind-curator --client claude

๐Ÿ› ๏ธ Tools

ToolDescriptionCost
sources.connect๐Ÿ”— Connect a data source (PostgreSQL, MySQL, CRM, API)1 credit
sources.list๐Ÿ“‹ List connected data sourcesfree
sources.testโœ… Test source connectivityfree
data.query๐Ÿ’ฌ Query data with natural language or SQL2 credits
data.fetch๐Ÿ“ฅ Fetch raw rows with filters & pagination1 credit
data.search๐Ÿ” Semantic vector search across indexed data2 credits
pipeline.clean๐Ÿงน Standardize dates, phones, emails, currencies2 credits
pipeline.deduplicate๐Ÿ”„ Remove duplicate records1 credit
pipeline.redact_pii๐Ÿ”’ Auto-detect and redact PII1 credit
context.build๐Ÿง  Build AI-ready context for RAG pipelines3 credits
context.summarize๐Ÿ“Š AI-powered dataset summary with insights2 credits
credits.check_balance๐Ÿ’ณ Check credits and planfree

๐Ÿ“ฆ Supported Data Sources

  • ๐Ÿ˜ PostgreSQL โ€” Full SQL support with schema introspection
  • ๐Ÿฌ MySQL โ€” Coming soon
  • ๐Ÿข Mock CRM โ€” Built-in demo with companies, contacts, and deals
  • ๐Ÿ“„ CSV โ€” Coming soon
  • ๐ŸŒ JSON API โ€” Coming soon

๐Ÿ’ฐ Pricing

CreditsPricePer Credit
25๐ŸŽ Freeon signup
100$8$0.080
500$30$0.060
1,000$50$0.050
5,000$200$0.040
10,000$400$0.040

Monthly plans: Basic (200/mo, $15) ยท Pro (2,000/mo, $99)

๐Ÿ’ณ Pay with Stripe (cards) or ๐Ÿช™ 300+ cryptocurrencies.

๐Ÿ“– API Docs

Interactive Swagger docs: datamind-api.kelnix.org/docs

๐Ÿ—๏ธ Self-Hosting

git clone https://github.com/kelnixsolutions/Kelnix-DataMind-Curator.git
cd Kelnix-DataMind-Curator
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env  # edit with your keys
uvicorn app:app --host 0.0.0.0 --port 8001

๐Ÿ›๏ธ Architecture

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  MCP Clients โ”‚     โ”‚  REST API    โ”‚     โ”‚  Registries  โ”‚
โ”‚ Claude/Cursorโ”‚โ”€โ”€โ”€โ”€โ–ถโ”‚  FastAPI     โ”‚โ—€โ”€โ”€โ”€โ”€โ”‚ Smithery/etc โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                            โ”‚
                 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                 โ”‚          โ”‚          โ”‚
          โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”
          โ”‚Connectorsโ”‚ โ”‚Pipeline โ”‚ โ”‚ Context  โ”‚
          โ”‚ PG/CRM  โ”‚ โ”‚Clean/PIIโ”‚ โ”‚Build/NLQ โ”‚
          โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                 โ”‚          โ”‚          โ”‚
          โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”
          โ”‚ SQLite  โ”‚ โ”‚ Redis   โ”‚ โ”‚ ChromaDB โ”‚
          โ”‚ Billing โ”‚ โ”‚ Cache   โ”‚ โ”‚ Vectors  โ”‚
          โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ“œ License

MIT โ€” Kelnix Solutions

Server Config

{
  "mcpServers": {
    "kelnix-datamind-curator": {
      "url": "https://datamind-api.kelnix.org/stream/mcp/",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook McpๅŸบไบŽAnduin2017 / HowToCook ๏ผˆ็จ‹ๅบๅ‘˜ๅœจๅฎถๅš้ฅญๆŒ‡ๅ—๏ผ‰็š„mcp server๏ผŒๅธฎไฝ ๆŽจ่่œ่ฐฑใ€่ง„ๅˆ’่†ณ้ฃŸ๏ผŒ่งฃๅ†ณโ€œไปŠๅคฉๅƒไป€ไนˆโ€œ็š„ไธ–็บช้šพ้ข˜๏ผ› Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map็™พๅบฆๅœฐๅ›พๆ ธๅฟƒAPI็Žฐๅทฒๅ…จ้ขๅ…ผๅฎนMCPๅ่ฎฎ๏ผŒๆ˜ฏๅ›ฝๅ†…้ฆ–ๅฎถๅ…ผๅฎนMCPๅ่ฎฎ็š„ๅœฐๅ›พๆœๅŠกๅ•†ใ€‚
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
CursorThe AI Code Editor
ChatWiseThe second fastest AI chatbotโ„ข
Serper MCP ServerA Serper MCP Server
Tavily Mcp
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Amap Maps้ซ˜ๅพทๅœฐๅ›พๅฎ˜ๆ–น MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.