QMplus LTI 1.3 Advantage Tool Platform

QMplus, Queen Mary's Moodle virtual learning environment, runs as an LTI 1.3 / LTI Advantage tool platform and publishes the four endpoints the standard requires an external learning tool to find: a JSON Web Key Set of the platform's RSA signing keys, an OIDC authorization endpoint, an access-token endpoint that exchanges a signed client JWT, and the Advantage services endpoint that carries Names and Roles Provisioning and Assignment and Grade Services. This is the university's own keypair on the university's own host, and it is a live hit against the education regime's `lti` domain standard. It is a machine-to-machine integration plane for approved learning tools, not an open developer API.

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/qmplus-lti-platform"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

API entry from apis.yml

apis.yml Raw ↑
aid: queen-mary-university-of-london:qmplus-lti-platform
name: QMplus LTI 1.3 Advantage Tool Platform
description: 'QMplus, Queen Mary''s Moodle virtual learning environment, runs as an LTI 1.3 / LTI Advantage
  tool platform and publishes the four endpoints the standard requires an external learning tool to find:
  a JSON Web Key Set of the platform''s RSA signing keys, an OIDC authorization endpoint, an access-token
  endpoint that exchanges a signed client JWT, and the Advantage services endpoint that carries Names
  and Roles Provisioning and Assignment and Grade Services. This is the university''s own keypair on the
  university''s own host, and it is a live hit against the education regime''s `lti` domain standard.
  It is a machine-to-machine integration plane for approved learning tools, not an open developer API.'
humanURL: https://qmplus.qmul.ac.uk/
baseURL: https://qmplus.qmul.ac.uk/mod/lti/certs.php
tags:
- Learning Management
- LTI
- Moodle
- Education Technology
- Identity
properties:
- type: x-jwks
  url: authentication/queen-mary-university-of-london-qmplus-lti-jwks.json
- type: Authentication
  url: authentication/queen-mary-university-of-london-authentication.yml
- type: Conformance
  url: conformance/queen-mary-university-of-london-conformance.yml
x-operator: institution
x-operator-evidence: qmplus.qmul.ac.uk is Queen Mary's own hostname and the RSA keypair published there
  is the institution's platform key. DNS shows the Moodle instance is hosted with Catalyst IT Europe (qmul-moodle-prod.qmul.catalyst-eu.net);
  the hosting is outsourced, the platform identity and the keys are not.
x-token-endpoint: https://qmplus.qmul.ac.uk/mod/lti/token.php
x-auth-endpoint: https://qmplus.qmul.ac.uk/mod/lti/auth.php
x-services-endpoint: https://qmplus.qmul.ac.uk/mod/lti/services.php
x-probe:
  baseURL_status: 200
  probed: '2026-09-01'
  note: JWKS 200, 553 bytes application/json, one RSA key kid 320e76b70c41719705ce alg RS256. token.php
    400 and services.php 405 to bare GETs — both present, both behaving to protocol.