κ-EEG Checker MCP◊·κ=1 · AI-Native Solutions

MCP server · κ-EEG Checker

Model Context Protocol server exposing EDF/BDF parsing, sample entropy, multiscale entropy, and full session analysis to Claude Desktop, Claude Code, and any MCP-capable agent stack.

stdio transport 6 tools 2 resources

Install

npm install -g @ai-native-solutions/kappa-eeg-checker-mcp

Wire into Claude Desktop

{
  "mcpServers": {
    "kappa-eeg": {
      "command": "npx",
      "args": ["-y", "@ai-native-solutions/kappa-eeg-checker-mcp"]
    }
  }
}

Tools

ToolPurpose
kappa_parse_edfBase64 EDF/BDF → channels + sample rate
kappa_parse_csvCSV text → channels
kappa_sample_entropySampEn(m, r) for one series
kappa_multiscaleMSE curve · scales 1..maxTau
kappa_analyze_sessionSession analysis + per-scale κ-band matches
kappa_build_reportMulti-session report + aggregate verdict

Resources

URIContents
kappa-eeg://bandsThe seven κ-bands
kappa-eeg://constantsPHI · KAPPA · 7-prime spine

Companion

SDK · HTTP API · app