🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

osmp-mcp

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osmp-mcp

OSMP MCP Server -- Agentic AI instruction encoding. 86.8% byte reduction vs JSON. Inference-free decode. Any channel.

pipPyPI
Version
1.3.4
Weekly downloads
63
-68.81%
Maintainers
1
Weekly downloads
 

OSMP MCP Server

MCP server for the Octid Semantic Mesh Protocol (OSMP). Gives any MCP-compatible AI client native OSMP capability: encode, decode, validate, and resolve agentic instructions as structured instructions. Deterministic decode. No inference.

Install

pip install osmp-mcp

What it does

  • osmp_encode -- Encode structured fields into a SAL instruction
  • osmp_decode -- Decode SAL to structured fields and natural language
  • osmp_validate -- Check composed SAL against all eight composition rules before emission
  • osmp_lookup -- Search the opcode dictionary by namespace/keyword
  • osmp_resolve -- Resolve a domain code from D:PACK/BLK (ICD-10, ISO 20022, MITRE ATT&CK)
  • osmp_discover -- Search domain corpora by keyword
  • osmp_benchmark -- Run the canonical conformance suite
  • osmp_compound_decode -- Analyze DAG topology and loss tolerance
  • osmp_batch_resolve -- Multiple domain codes in one call
  • osmp_eml_evaluate -- Evaluate a pre-built EML chain (math on the wire, UBOT)
  • osmp_eml_corpus_lookup -- List or inspect EML corpus chains

356 opcodes. 26 namespaces. Three MDR corpora (124,215 resolvable codes). 20 pre-verified EML chains (math).

For the standalone SDK (no MCP dependency): pip install osmp

octid.io | GitHub

Keywords

agentic

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts