Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Osmp
O
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:09:20 AM

Osmp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Agentic AI instruction encoding. 60%+ compression. Inference-free decode. Any channel.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "osmp": {
      "command": "npx",
      "args": [
        "-y",
        "osmp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

OSMP β€” Cloudless Sky

Cloudless Sky

Agentic AI mesh without the cloud.

PyPI version PyPI version npm version crates.io CI License


OSMP (Octid Semantic Mesh Protocol) is an open encoding standard for agentic AI instruction and computation exchange. It works across any channel β€” from a 51-byte LoRa radio packet to a high-throughput cloud inference pipeline β€” using the same grammar, the same dictionary, and the same decode logic.

No cloud required. No inference at the decode layer. No central authority.

Install

Terminal
pip install osmp                  # Python SDK
pip install osmp-mcp              # MCP server (Claude Desktop, Cursor, Claude Code)
npm install osmp-protocol         # TypeScript SDK
cargo add osmp                    # Rust SDK
go get github.com/octid-io/cloudless-sky/sdk/go/osmp

30-Second Example

server.ts
from osmp import encode, decode

sal = encode(["H:HR@NODE1>120", "H:CASREP", "M:EVA@*"])
# "H:HR@NODE1>120;H:CASREP;M:EVA@*"

text = decode(sal)
# "(clinical) heart rate above 120 at NODE1, then [clinical] casualty report,
#  then [emergency] evacuation at all nodes"

35 bytes on the wire. Decoded by dictionary lookup, not inference. Fits a single LoRa packet at maximum-range spreading factor. The same input produces field-for-field identical output in Python, TypeScript, Go, and Rust.


Why OSMP

When AI agents communicate in JSON over HTTP, the cost compounds at every hop.

config.json
{"action": "move", "agent": "BOT1", "waypoint": "WP1", "priority": "urgent"}

82 bytes of envelope before any content. Tokenization required. Inference required to parse. Fails completely at the 51-byte LoRa minimum payload.

Code
R:MOV@BOT1:WPT:WP1β†Ί

21 bytes. Deterministic decode. Fits a single LoRa packet. No inference at the receiving node β€” the structured instruction is recovered by dictionary lookup.

What OSMP changes is the output format and the decode layer. Frameworks above it (MCP, A2A, ACP, CrewAI, AutoGen, LangGraph) stay the same. Transports below it (HTTP, LoRa, BLE, WiFi, Meshtastic, satellite) stay the same. The serialization step changes, and the decode becomes inference-free.


How Agents Use It

Two paths. Both run OSMP in production.

Path A β€” MCP (zero-config)

The agent connects to the OSMP MCP server and reads the osmp://system_prompt resource (~390 tokens, under 0.3% of a 200K context window). It learns the grammar, the dictionary, and the composition rules on connect.

Terminal
claude mcp add osmp -- osmp-mcp

The agent then calls osmp_compose with natural-language instructions. The deterministic pipeline returns SAL or NL_PASSTHROUGH if no opcode matches.

Path B β€” SDK (your own transport)

Add the Usage Doctrine to your LLM's system prompt. The model composes SAL via SALComposer.compose() (or your language's equivalent). Wire encode / decode / validate into your agent loop.

server.ts
from osmp import encode, decode, validate

sal = "H:HR@NODE1>120β†’H:CASREP∧M:EVA@*"
result = validate(sal, nl="If heart rate exceeds 120, file casualty report and evacuate all nodes.")

if result.valid:
    transmit(sal)  # your transport layer

The validator catches hallucinated opcodes, missing consequence classes, namespace-as-target errors, byte inflation, and regulatory dependency violations. Eight rules. No exceptions.


Mixed Environments β€” The SALBridge

Not every agent in your system speaks OSMP. The bridge handles the boundary.

server.ts
from osmp import bridge

b = bridge("MY_NODE")
b.register_peer("GPT_AGENT", attempt_fnp=False)

# Outbound: SAL decoded to NL, annotated with SAL equivalent
out = b.send("H:HR@NODE1>120;H:CASREP", "GPT_AGENT")
# "heart_rate at NODE1 exceeds 120; casualty_report
#  [SAL: H:HR@NODE1>120;H:CASREP]"

The bridge annotates outbound messages with SAL, seeding the remote agent's context window. When the remote agent starts producing valid SAL through exposure, the bridge transitions from FALLBACK to ACQUIRED.

OSMP does not spread by installation. It spreads by contact.


Macros

A registered macro is a pre-validated multi-opcode SAL chain template invoked via A:MACRO[name]. The receiver expands the macro deterministically by dictionary lookup β€” no inference, no ambiguity, no per-message composition cost. Two macro corpora ship today.

Meshtastic β€” 16 macros, telemetry at the radio edge

Pre-validated SAL templates for Meshtastic protobuf telemetry over LoRa. Bundled with osmp-mcp. Resolvable via osmp_macro_invoke from any MCP-connected agent.

MacroPurpose
MESH:DEVDeviceMetrics telemetry (portnum 67)
MESH:ENVEnvironmentMetrics basic (portnum 67)
MESH:AQAirQualityMetrics (portnum 67)
MESH:PWRPowerMetrics (portnum 67)
MESH:HLTHHealthMetrics (portnum 67)
MESH:STATLocalStats (portnum 67)
MESH:POSPosition (portnum 3)
MESH:NODENodeInfo (portnum 4)
MESH:ACKMessage acknowledgment (portnum 1)
MESH:ALRTAlert (portnum 11)
MESH:TRACETraceroute (portnum 70)
MESH:WPTWaypoint (portnum 8)
MESH:TALRTTemperature threshold alert rule
MESH:BATLOBattery low threshold alert rule
MESH:NOFFNode offline detection rule
MEDEVACClinical MEDEVAC chain template β€” heart-rate threshold β†’ casualty report β†’ broadcast evacuation

EML β€” 89 macros, math on the wire

Pre-built eml(x, y) = exp(x) βˆ’ ln(y) chain templates for 89 specific (namespace, opcode) pairs. Each entry has a 3-character shorthand ID, a function-class taxonomy, and a precision class. Cross-SDK byte-identical across Python, TypeScript, Go, and Rust. The MDR fingerprint (e88350b1...) and envelope-bounded fingerprint (8aa47bd5...) gate cross-SDK drift in CI.

server.ts
from osmp.eml_mdr import REGISTRY, macro_count, lookup

assert macro_count() == 89
m = lookup("EXP")
print(m.shorthand_id, m.description)   # "EXP" "exp(x) = eml(x, 1)"
rust
use osmp::{eml_macro_count, eml_mdr_lookup};

assert_eq!(eml_macro_count(), 89);
let m = eml_mdr_lookup("EXP").unwrap();
89 macros by function class β€” click to expand

compound_arithmetic (35) β€” ABS ADD CBT CSH CUB DIV EE2 EE3 EE4 EE5 EEM EEX ELN EM1 EME EMX EOX ESX EXP IDN LIN LL2 LL3 LOG MUL MXY NEG OML POW SNH SQR SQT SUB TNH ZER

scientific (19) β€” BES (Bose-Einstein) Β· BOL (Boltzmann factor) Β· BRN (Bernoulli pressure) Β· BWR (Breit-Wigner resonance) Β· CDP (classical Doppler) Β· CLB (Coulomb force) Β· DOP (relativistic Doppler) Β· FDR (Fermi-Dirac) Β· FRD (Friedmann HΒ²(z)) Β· HAD (Hadamard quantum gate) Β· LRZ (Lorentz gamma) Β· MXB (Maxwell-Boltzmann speed) Β· ORV (orbital velocity) Β· PLK (Planck blackbody) Β· RCC (RC charging) Β· REN (relativistic energy) Β· RLC (RLC resonance) Β· SHR (Sharpe ratio) Β· STB (Stefan-Boltzmann)

nn_activation (10) β€” ELU Β· GLU (GELU approx) Β· LRL (Leaky ReLU) Β· LSX (log-softmax3) Β· MSH (Mish) Β· RLU (ReLU) Β· SIG (sigmoid) Β· SPL (softplus) Β· SWS (Swish/SiLU) Β· SX3 (softmax3)

linalg (8) β€” CMP (2Γ—2 char poly) Β· CP3 (3D cross product) Β· DT2 (2Γ—2 det) Β· INV (2Γ—2 inv) Β· MMG (3Γ—3 matmul) Β· MMP (2Γ—2 matmul) Β· QML (quaternion mul) Β· TR3 (3Γ—3 trace)

trigonometric (5) β€” ATA (atan Taylor) Β· COS (cos Taylor) Β· RRT (range-reduced sin) Β· SCH (sin Chebyshev) Β· SIN (sin Taylor)

complex_arithmetic (4) β€” CAB (magnitude) Β· CIM (mul Im) Β· CMU (mul (Re,Im) pair) Β· CRE (mul Re)

nn_layer (4) β€” ATM (attention 2-head) Β· ATN (attention score) Β· DEN (dense forward) Β· LST (LSTM cell)

numerical_method (3) β€” LRP (linear interp) Β· NEW (Newton-Raphson step) Β· SIM (Simpson quadrature)

special_function (1) β€” ERF (Taylor)

86 macros are in the bit-exact fingerprint corpus; 3 are envelope-bounded and verified separately against documented tolerance bounds. Full schema (chain templates, preprocessing rules, precision classes, envelope bounds) ships in each SDK's eml_mdr module. See docs/macros.md for the full per-macro catalog.

Custom registries

The macro architecture is open. Build your own corpus with the same (shorthand_id, chain_template, function_class, precision_class) shape and register it at runtime via the SDK's MacroRegistry. Per-corpus fingerprints surface in the FNP handshake so peers gate compatibility before exchanging macro-bound traffic.


MDR β€” Managed Dictionary Registry

Where macros encode what to do, MDR encodes what to look up. Domain-specific controlled-vocabulary corpora are packaged as D:PACK/BLK binaries β€” block-level zstd-compressed dictionaries that resolve a code to its definition without network access, on a microcontroller with 38 KB of SRAM, in single-digit milliseconds.

The wire instruction stays compact (H:ICD[J93.0]) while the receiver still recovers the full official text ("Spontaneous tension pneumothorax"). The dictionary travels with the device, not the message.

Three corpora ship today

CorpusSourceEntriesRaw sizeD:PACK/BLKReduction
ICD-10-CMCMS FY202674,719 clinical codes5.4 MB477 KB91.4%
ISO 20022eRepository 2025-04-2447,835 financial definitions8.7 MB1.2 MB86.5%
MITRE ATT&CKEnterprise v18.11,661 techniques / malware / threat groups82 KB20 KB75.3%

All three D:PACK/BLK binaries fit in ESP32 flash. The H namespace (clinical), K namespace (financial), and S namespace (security) gain edge-local Layer 2 accessor resolution as a result. Verified across all 124,215 codes in Python, TypeScript, and Go.

Use it

From an MCP-connected agent:

Code
osmp_resolve(code="J93.0", corpus="icd10cm")
β†’ "Spontaneous tension pneumothorax"

osmp_resolve(code="pacs.008.001.13", corpus="iso_msg")
β†’ "FIToFICustomerCreditTransferV13: ..."

osmp_discover(code_prefix="T1059", corpus="mitre_attack")
β†’ [{"id": "T1059", "name": "Command and Scripting Interpreter"}, ...]

osmp_batch_resolve(codes=["J93.0", "R00.1", "I25.10"], corpus="icd10cm")
β†’ {"J93.0": "...", "R00.1": "...", "I25.10": "..."}

From the Python SDK:

server.ts
from osmp.protocol import BlockCompressor

bc = BlockCompressor()
bc.load("mdr/icd10cm/MDR-ICD10CM-FY2026-blk.dpack")
result = bc.resolve("J93.0")
# "Spontaneous tension pneumothorax"

From TypeScript:

server.ts
import { resolveBlk } from "osmp-protocol";

const result = resolveBlk("mdr/icd10cm/MDR-ICD10CM-FY2026-blk.dpack", "J93.0");

From Go:

go
bc := osmp.NewBlockCompressor()
bc.Load("mdr/icd10cm/MDR-ICD10CM-FY2026-blk.dpack")
result, _ := bc.Resolve("J93.0")

Layer 2 accessor pattern

MDR pairs with the spec's Layer 2 accessor pattern: bracket-enclosed slot values from external open-ended registries. H:ICD[R00.1], H:SNOMED[concept_id], H:CPT[99213], K:ISO[MessageDefinitionIdentifier], S:ATTCK[T1059]. The bracket value is exempt from the single-character encoding rule β€” native code values pass through verbatim. MDR makes those native values resolvable at the receiver without network access; the wire instruction stays the same shape whether MDR is loaded or not.

Cross-basis compatibility

Per ADR-004, the FNP handshake exchanges a basis fingerprint that includes the MDR composition. Two nodes with equal basis fingerprints have byte-identical intern tables and unlock SAIL binary mode for that corpus's content. Two nodes with different bases fall back to SAL β€” semantic round-trip is preserved; only the SAIL compression bonus on MDR-covered content is gated.

Custom corpora

The MDR architecture is open. Operators can pack their own domain corpora into D:PACK/BLK using the published format and ship them alongside the base ASD. Per-corpus fingerprints flow through the FNP handshake automatically β€” peers gate SAIL binary mode on basis agreement and fall back to SAL when bases differ.


Performance

86.8%

byte reduction vs JSON
29 real-world vectors from 5 frameworks

84.5%

vs MessagePack
binary serialization baseline

70.5%

vs protobuf
compiled schemas, protoc 3.21.12

76.0%

fewer GPT-4 tokens
cl100k_base, 1,809 β†’ 434

Compression claims are measured, not estimated. The 29-vector benchmark uses real wire-format payloads from MCP, OpenAI, Google A2A, CrewAI, and AutoGen. Full methodology and adversarial review in the whitepaper.

Behavioral Compliance

Smaller on the wire means nothing if the LLM can't use it correctly. Cross-model testing confirms it can.

ModelJSON ComplianceSAL ComplianceWire Reduction
Claude Sonnet 490%95%72%
GPT-4o85%88%72%
GPT-4o-mini88%88%72%

SAL's advantage concentrates in safety classification: JSON models identify the correct consequence class 75% of the time. SAL models identify it 100%, across every model tested. The glyph is a universal signal.


SDKs

All four SDKs are independently verified against the canonical test suite. The SHA-256 ASD fingerprint (9ecc507e2c24c4a7) is byte-identical across SDKs and gates cross-SDK drift in CI.

SDKInstallReference
Pythonpip install osmpsdk/python/ β€” reference implementation
TypeScriptnpm install osmp-protocolsdk/typescript/ β€” fzstd for D:PACK/BLK
Gogo get .../sdk/go/osmpsdk/go/ β€” ASD compiled-in
Rustcargo add osmpsdk/rust/ β€” pre-1.0 (0.5.2); full feature parity (FNP packet codec, SAIL binary, SEC envelope with replay protection, ADP session protocol, EML chain wire codec + ParametricChain evaluator + corpus fingerprint), pure-Rust fdlibm port for cross-device byte-identical math, D:PACK zstd resolve on shipped corpora, ASD core + v16 + EML + 89-macro registry
MCP Serverpip install osmp-mcposmp_mcp/ β€” 19 tools, wraps Python SDK

D:PACK/BLK resolve is verified across all 124,215 domain codes (74,719 ICD-10-CM + 47,835 ISO 20022 + 1,661 MITRE ATT&CK) in Python, TypeScript, and Go.


EML β€” Mathematics on the Wire

OSMP encodes instructions. EML encodes mathematics. Both ship in the same package.

EML is a companion evaluator based on OdrzywoΕ‚ek (2026, arXiv:2603.21852): a single binary operator eml(x, y) = exp(x) βˆ’ ln(y), together with the constant 1, generates the standard calculator function basis β€” exp, ln, sin, cos, sqrt, arithmetic β€” as compact expression trees.

A full sin(x) or sqrt(x) approximation fits in fewer than 100 bytes on the wire. The receiving node decodes the tree and evaluates it deterministically by composing eml in a loop β€” no math library dependency, byte-exact identical output across all four SDKs.

server.ts
from osmp.eml import get_base_chain, compound_linear_calibration
import math

get_base_chain("ln(x)").evaluate(math.e)              # 1.0
compound_linear_calibration().evaluate([2.0, 3.0, 1.0])  # aΒ·x + b = 7.0

A constrained-channel instruction can carry its own math: a 51-byte LoRa frame can ship an OSMP instruction and the calibration polynomial, exponential decay curve, or sensor coefficient needed to interpret it β€” on any receiver, without firmware updates.

89 pre-built EML functions ship today β€” exp, ln, sin, cos, sqrt, sigmoid, GELU, attention scores, Lorentz gamma, Boltzmann factor, Sharpe ratio, and 79 more across 9 function classes. See the Macros section for the full list.

Two modes:

  • Fast (default) β€” fdlibm-derived, 1-ULP accurate. Correct for LoRa/BLE/edge-ML, drone swarm coordination, general scientific computation. Ships publicly.
  • Precision β€” crlibm-derived, correctly-rounded, audit-grade. For regulated industries (medical IEC 62304, aerospace DO-178C, nuclear IEC 61513), audit-grade finance, cryptographic protocol-frame hash inputs. Available under commercial license β€” contact ack@octid.io.

Cross-SDK fingerprint: e9a4a71383f14624472fe0602ca5e0ff1959e00b09725a62d584e1361f842c1b. Identical across Python / TypeScript / Go / Rust.


Architecture

ComponentFunction
SAL β€” Semantic Assembly LanguageHuman-readable symbolic instruction format
SAIL β€” Semantic Assembly Isomorphic LanguageBinary wire encoding, isomorphic to SAL
ASD β€” Adaptive Shared Dictionary356-opcode version-pinned compression dictionary
ADP β€” ASD Distribution ProtocolDictionary delta synchronization across nodes
BAEL β€” Bandwidth-Agnostic Efficiency LayerAdaptive encoding across any channel capacity
FNP β€” Frame Negotiation ProtocolCapability negotiation, FALLBACK/ACQUIRED states for non-OSMP peers
MDR β€” Managed Dictionary RegistryDomain corpora (ICD-10-CM, ISO 20022, MITRE ATT&CK) as D:PACK/BLK binaries
OP β€” Overflow ProtocolMessage fragmentation, priority, graceful degradation
SALBridgeBoundary translation for non-OSMP peers; propagation by contact
SEC β€” Security EnvelopeAEAD + Ed25519 authentication for mesh networks
SNA β€” Sovereign Node ArchitectureAutonomous edge node, air-gapped operation
TCL β€” Translational Compression LayerSemantic serialization and transcoding

Every layer is implemented in all four SDKs (Python reference; TypeScript, Go, and Rust are pure derivations) with byte-identical wire format.


Where OSMP Sits

LayerWhat it doesComponents
ApplicationAgent framework and LLM compositionMCP, A2A, ACP, CrewAI, AutoGen, LangGraph
EncodingInstruction serialization (OSMP replaces JSON here)SAL, SAIL, Composition Validator, ASD, BAEL
TransportByte deliveryHTTP, LoRa, BLE, WiFi, Meshtastic, satellite, serial, MQTT, TCP/UDP

OSMP is not a framework. It is an encoding layer. Two agents using different frameworks that share the OSMP grammar and dictionary can communicate with no modification to either framework.


Namespaces

Code
A  Agentic / OSMP-Native     N  Network / Routing
B  Building / Construction   O  Operational Context
C  Compute / Resource Mgmt   P  Procedural / Maintenance
D  Data / Query / Transfer   Q  Quality / Eval / Grounding ← AI-native
E  Environmental / Sensor    R  Robotic / Physical Agent
F  Federal / Regulatory      S  Security / Cryptographic
G  Geospatial / Navigation   T  Time / Scheduling
H  Health / Clinical         U  User / Human Interaction
I  Identity / Permissioning  V  Vehicle / Transport Fleet
J  Cognitive Exec State ← AI-native  W  Weather / External Env
K  Financial / Transaction   X  Energy / Power Systems
L  Logging / Audit           Y  Memory + Retrieval ← AI-native
M  Municipal Operations      Z  Model / Inference Ops ← AI-native
                             Ξ©  Sovereign Extension

Four AI-native namespaces (J/Q/Y/Z) encode what agents do internally, not just what they communicate. The J→Y→Z→Q chain encodes the full AI cognitive pipeline as a transmissible instruction sequence, decodable by ASD lookup without neural inference.

The v16 release (Q4 2026) makes 3-character primaries (e.g., AGT, HLT, ENV) the canonical form, with v15 single-letter forms preserved as deprecated siblings. See docs/adr/ADR-001-asd-generated-from-canonical-dictionary.md for the dictionary discipline.


Example Instructions

Code
# Environmental query
EQ@4A?TH:0
β†’ "Node 4A, report temperature at offset zero."          76.7% reduction

# Emergency broadcast
M:EVA@*
β†’ "Broadcast evacuation to all nodes."                   81.8% reduction

# MEDEVAC threshold alert
H:HR@NODE1>120β†’H:CASREP∧M:EVA@*
β†’ "If heart rate exceeds 120, assemble CASREP and broadcast evacuation."  65.0%

# Clinical with ICD-10 Layer 2 accessor
H:HR<60β†’H:ALERT[BRADYCARDIA]∧H:ICD[R00.1]
β†’ "If heart rate below 60, alert bradycardia with ICD-10 code."

# Atomic financial instruction
K:PAY@RECV↔I:Β§β†’K:XFR[AMT]
β†’ "Execute payment iff human confirmation received, then transfer asset."  70.3%

# Internet-uplink capability-addressed routing
βˆƒN:INETβ†’A:DA@RELAY1
β†’ "Route to any node with internet uplink, delegate to relay."

# AI cognitive pipeline
J:GOAL∧Y:SEARCH∧Z:INF∧Q:GROUND
β†’ "Declare goal, retrieve from memory, invoke inference, verify grounding."

What's Built Today

Click to expand the deliverables list
  • Instruction encoding across all 26 standard namespaces β€” 356 opcodes drawn from authoritative sources: IEC 61850 (energy), ICD-10/SNOMED CT/CPT (clinical), ISO 20022/FIX/SWIFT (financial), ISO 10218-1:2025 (robotics), FEMA ICS/NIMS (emergency management), BDI/PDDL/HTN (cognitive AI), OpenAI/Anthropic APIs (model operations). Registered macro architecture with 16 Meshtastic macros (pre-validated multi-opcode chain templates invoked via A:MACRO[name]).

  • Four AI-native namespaces β€” J (Cognitive Execution State), Q (Quality/Evaluation/Grounding), Y (Memory + Retrieval), Z (Model/Inference Operations). No prior agent communication protocol defines these.

  • Two-tier corpus compression β€” D:PACK applies OSMP encoding followed by lossless dictionary-based compression for at-rest storage. Two profiles: D:PACK/LZMA (full-corpus) and D:PACK/BLK (zstd block-level, microcontroller target with single-code random access in 38KB SRAM). D:UNPACK retrieves semantic content by ASD lookup against the SAL intermediate representation.

  • Three MDR domain corpora β€” CMS FY2026 ICD-10-CM (74,719 codes, 477KB), ISO 20022 eRepository (47,835 definitions, 1.2MB), MITRE ATT&CK Enterprise v18.1 (1,661 entries, 20KB). All three are D:PACK/BLK dict-free binaries resolvable across SDKs without network access.

  • Layer 2 accessors β€” Bracket-enclosed slot values from external open-ended registries: H:ICD[R00.1], H:SNOMED[concept_id], H:CPT[99213], K:ISO[MessageDefinitionIdentifier]. Layer 2 slot values are exempt from the single-character encoding rule.

  • R:ESTOP hard exception β€” executes immediately on receipt of any single fragment, regardless of loss tolerance policy, fragment completeness, or I:Β§ authorization state. Asymmetric harm: unnecessary stop is recoverable; failure to stop a physical agent in emergency is not.

  • Overflow Protocol β€” Tier 1 (single packet, ≀51 bytes at LoRa SF12), Tier 2 (sequential burst), Tier 3 (DAG decomposition for conditional branches and dependency chains). Three loss tolerance policies: Ξ¦ (Fail-Safe), Ξ“ (Graceful Degradation, default), Ξ› (Atomic β€” required for K and H namespace instructions with irreversible consequences).

  • BAEL floor guarantee β€” the protocol never makes an instruction longer than its natural language input. When the encoded form exceeds the natural language form, BAEL selects NL_PASSTHROUGH and transmits the original with a flags bit. Compression is never negative.

  • SAL/SAIL isomorphic encoding β€” every SAL instruction compiles to a SAIL binary representation and every SAIL payload decompiles back to the identical SAL instruction. Bijective: no information lost in either direction.

  • FNP handshake and SALBridge β€” propagation by contact β€” Two-message capability advertisement + acknowledgment (40B + 38B = 78 bytes total). Negotiates dictionary alignment, namespace intersection, and channel capacity in two LoRa packets. When FNP detects a non-OSMP peer, the session transitions to FALLBACK. The SALBridge handles boundary translation; peers that learn SAL through contextual exposure transition to ACQUIRED.

  • ADP dictionary synchronization β€” The ASD Distribution Protocol keeps dictionaries aligned across nodes after initial FNP handshake. Delta-based updates with version pointers and tripartite resolution flags (additive, superseding replacement, deprecation).

  • Sovereign namespace extension β€” Ξ©: (U+03A9) allows any implementing party to define proprietary namespace extensions without central approval.


Documentation

  • Spec β€” authoritative protocol specification
  • Grammar β€” formal grammar (EBNF)
  • Dictionary β€” canonical opcode source of truth
  • Usage Doctrine β€” composition rules for LLM system prompts
  • Efficiency Analysis β€” whitepaper, methodology, adversarial review
  • Architecture Decision Records β€” design rationale (ADRs 1–5)
  • Contributing β€” opcode-addition process, SDK conformance, test discipline
  • Patent Notice β€” Apache 2.0 patent grant scope and commercial-mode disclosure
  • Known Issues β€” platform-specific install notes (Termux, Raspberry Pi, constrained hardware)

Roadmap

Current focus: full Rust SDK feature parity (decoder/encoder/bridge/FNP shipped at 0.1.0; MDR resolve, full benchmark harness, and Pangram handshake to follow).

Open contributions welcome:

  • C++ firmware-level encoder/decoder β€” sovereign OSMP nodes on ESP32 / nRF52 with the ASD compiled into flash. Today, OSMP integration with Meshtastic via the Python SDK and Meshtastic Python library is operational; the C++ contribution target eliminates the companion-device dependency.
  • Kotlin and Swift mobile SDKs β€” feature parity with the four shipped SDKs.
  • Additional MDR namespaces β€” SNOMED CT, RxNorm, LOINC are future namespace targets.

Contributing

See CONTRIBUTING.md. The spec is authoritative. All SDK implementations are validated against the canonical test vectors. A conformant implementation must achieve β‰₯60% mean UTF-8 byte reduction with zero decode errors.

Wanted: C++ firmware encoders, Kotlin/Swift mobile SDKs, and MDR corpora for additional regulated domains.


License

Apache 2.0 β€” see LICENSE.

Patent pending. See PATENT-NOTICE.md.


Cloudless Sky is a project of Octid.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Osmp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "osmp": { "command": "npx", "args": ["-y", "osmp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOsmp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/osmp?style=directory)](https://allmcps.com/mcp/osmp)
HTML Embed
<a href="https://allmcps.com/mcp/osmp"><img src="https://allmcps.com/api/badge/osmp?style=directory" alt="Osmp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Osmp β†’Install in Claude DesktopInstall in CursorInstall in VS Code