Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Kai CSV Profiler and Domain Watch Intake

io.dedyn.kai-system-agent/csv-profiler

Bounded CSV profiling plus review-only host monitoring requests through one remote MCP endpoint.

Uptime
33.3%
3 direct probes · 30d
Response
703ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

profile_csv

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_tsv

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…

request_domain_watch

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.

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"
    }
  }
}