Kai CSV Profiler and Domain Watch Intake
io.dedyn.kai-system-agent/csv-profilerBounded CSV profiling plus review-only host monitoring requests through one remote MCP endpoint.
Tools · 3
Profile bounded inline UTF-8 CSV without storing it: exact row count, ordered columns, missing counts, conservative scalar types, and sample. Optional integration feedback: competitive-brief@agentmail…
Profile bounded inline UTF-8 TSV without storing it using an explicit tab delimiter: exact row count, ordered columns, missing counts, conservative scalar types, and sample. Optional integration feedb…
Queue one ASCII DNS host for review-only change monitoring. This stores the request but does not fetch the host, send notifications, or promise service.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kai_csv_profiler_and_domain_watch_intake": {
"url": "https://kaix402m3.pythonanywhere.com/mcp",
"transport": "streamable-http"
}
}
}