kelnix-datamind-curator
Supports connecting to and querying MySQL databases to unify, clean, and serve data to AI agents via natural language or SQL.
Enables connection to PostgreSQL databases for natural language querying, schema introspection, and automated data cleaning to build AI-ready context packages.
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"}'Related MCP server: RunContext
π 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
Tool | Description | Cost |
| π Connect a data source (PostgreSQL, MySQL, CRM, API) | 1 credit |
| π List connected data sources | free |
| β Test source connectivity | free |
| π¬ Query data with natural language or SQL | 2 credits |
| π₯ Fetch raw rows with filters & pagination | 1 credit |
| π Semantic vector search across indexed data | 2 credits |
| π§Ή Standardize dates, phones, emails, currencies | 2 credits |
| π Remove duplicate records | 1 credit |
| π Auto-detect and redact PII | 1 credit |
| π§ Build AI-ready context for RAG pipelines | 3 credits |
| π AI-powered dataset summary with insights | 2 credits |
| π³ Check credits and plan | free |
π¦ 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
Credits | Price | Per Credit |
25 | π Free | on 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceQuery 20 structured datasets from AI agents β healthcare providers (9M NPI records), SEC EDGAR filings, PACER federal courts, USPTO patents and trademarks, OFAC sanctions screening, crypto whale wallets, DeFi liquidation signals, Polymarket smart money, economic indicators (FRED/BLS), federal contracts, NOAA weather, and OTC shell risk scoring. Pay per query, no subscriptionsLast updated751MIT
- Alicense-qualityCmaintenanceEnables AI agents to understand and query your database safely by providing a semantic layer of metadata, with tools to search, explain, validate, and generate safe SQL.Last updated2MIT
- Alicense-qualityDmaintenanceTurn any API into an MCP server. Query in English. Get resultsβeven when the API can't.Last updated282MIT
- Alicense-qualityCmaintenanceEnables AI agents to search, explore data lineage, understand business context, and generate SQL queries across an organization's data ecosystem.Last updatedApache 2.0
Related MCP Connectors
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kelnixsolutions/kelnix-datamind-curator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server