← kaix402m3.pythonanywhere.com

INDIVIDUAL MCP TOOL

request_domain_watch

Queue one ASCII DNS host for review-only change monitoring.

kaix402m3.pythonanywhere.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://kaix402m3.pythonanywhere.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for request_domain_watch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kaix402m3.pythonanywhere.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kai-csv-profiler]
url = "https://kaix402m3.pythonanywhere.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kai-csv-profiler": {
      "type": "http",
      "url": "https://kaix402m3.pythonanywhere.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kai-csv-profiler
Remote MCP URL: https://kaix402m3.pythonanywhere.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kai-csv-profiler": {
      "url": "https://kaix402m3.pythonanywhere.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kai-csv-profiler": {
      "type": "http",
      "url": "https://kaix402m3.pythonanywhere.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kai-csv-profiler",
  "transport": "streamable-http",
  "url": "https://kaix402m3.pythonanywhere.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • profile_csv — Profile bounded inline UTF-8 CSV without storing it: exact row count, ordered columns, missing counts, conservative scalar types, and sample.
  • 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.