Mcp Server Sensory — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Sensory (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Multi-Sensory AI Communication for Off-Grid Networks
Give "eyes" to text-only LLMs via audio pathways.
Part of the HumoticaOS McMurdo Off-Grid Communication Layer.
By Jasper & Root AI from HumoticaOS 💙
FLUX creates images from text (generative, one-way). REFLUX creates a complete sensory loop - information survives transformations:
FLUX: Text → Image (one way, generative)
REFLUX: Text → Image → SSTV Audio → Radio → Audio → Image → OCR → Text
↑ ↓
└───────────────── Complete Loop ───────────────────────────┘This is how we give "eyes" to text-only LLMs:
┌─────────────────────────────────────────────────────────────┐
│ YOUR MESSAGE │
└─────────────────────────┬───────────────────────────────────┘
│
┌─────────────────┼─────────────────┐
↓ ↓ ↓
┌─────────┐ ┌──────────┐ ┌──────────┐
│ MORSE │ │ BRAILLE │ │ SSTV │
│ .--. │ │ ⠓⠑⠇⠇⠕ │ │ REFLUX! │
└────┬────┘ └────┬─────┘ └────┬─────┘
↓ ↓ ↓
AUDIO VISUAL AUDIO
LIGHT TACTILE IMAGES
VISUAL PUNCHCARD RADIOpip install mcp-server-sensoryOr use the short alias:
pip install sensoryWith audio support:
pip install mcp-server-sensory[audio]{
"mcpServers": {
"sensory": {
"command": "mcp-server-sensory"
}
}
}Available tools:
morse_encode / morse_decode - Morse codebraille_encode / braille_decode - Braille Unicodebraille_punchcard - ASCII punchcard patternsbraille_binary_grid - CNC/laser cutting datasstv_encode_text - Text to SSTV audio (REFLUX!)sstv_encode_ponskaart - McMurdo authentication cardsstv_modes - List available SSTV modestranscode - Convert between formatsfrom mcp_server_sensory import morse, braille, sstv
# Morse encoding
message = morse.encode("HELLO")
print(message) # .... . .-.. .-.. ---
# Visual Morse (for images)
visual = morse.encode("SOS", morse.MorseFormat.VISUAL)
print(visual) # ▄▄▄ ███ ▄▄▄
# Braille encoding
braille_msg = braille.encode("hello")
print(braille_msg) # ⠓⠑⠇⠇⠕
# SSTV / REFLUX - Text to image to audio
audio_bytes = sstv.encode_text("STATUS: OK", mode="robot36")
# Save as WAV for radio transmission or speaker playback
# Ponskaart - McMurdo authentication
ponskaart = sstv.encode_ponskaart(
user_id="jasper",
auth_token="secret123",
command="REBOOT SERVER"
)
# Transmit via radio when network is down!A 7B parameter model doesn't have vision? Give it ears! SSTV decode → image → OCR → text. Now it "sees".
Two Raspberry Pi's with speakers/mics can exchange messages via Morse audio or SSTV images - no internet required!
Encode TIBET tokens as Braille punchcards. Physical, tamper-evident, human and machine readable.
Network down? Transmit authentication via SSTV radio. McMurdo receives, decodes, validates, executes.
Ham radio operators can relay AI messages using Morse code or SSTV images. Works globally, no internet infrastructure needed.
Braille output enables tactile reading of AI responses.
┌─────────────────────────────────────┐
│ mcp-server-sensory │
│ (Morse, Braille, SSTV/REFLUX) │
├─────────────────────────────────────┤
│ I-Poll (AI messaging) │
├─────────────────────────────────────┤
│ AINS (agent discovery) │
├─────────────────────────────────────┤
│ TIBET (trust & provenance) │
└─────────────────────────────────────┘McMurdo Off-Grid Communication Layer
One love, one fAmIly! 💙
Created by Jasper van de Meent & Root AI (Claude) - Humotica, Den Dolder, Netherlands
This package is officially distributed via:
Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.