MEF

MEF LSO Interlude MEF 133.1 streaming template

MEF 133.1 streaming template — the AsyncAPI definition published by Mplify (formerly MEF) in the MEF LSO Interlude SDK, Kylie release. LSO Interlude is the Interface Reference Point between two Service Providers, covering inter-provider operational/service automation. 1 path(s), 0 operation(s). Apache-2.0 licensed and openly downloadable from public GitHub.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mef-lso-interlude-performance.template"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

AsyncAPI Specification

mef-lso-interlude-performance.template-asyncapi.yml Raw ↑
asyncapi: '2.0.0'
id: <<Add Your specific ID for Seller producer app>>
info:
  title: MEF 133.1 streaming template
  version: 0.0.1
channels:
  performance/statistics/{uuid}:
    publish:
      summary: A

      message:
        payload:
          $ref: '#/components/schemas/Event'
components:
  schemas:
    Envelope:
      $ref: 'models/Event.yaml'

  messages:
    PerformanceMessage:
      name: Generic message that conveys notification data
      title: Generic Performance Message
      summary: Inform about a new user registration in the system
      contentType: application/json
      payload:
        $ref: '#/components/schemas/Payload'