Meilisearch MCP Server

Official

get-keys

Retrieve a list of API keys from Meilisearch MCP Server, with options to limit results or offset entries for efficient management.

Instructions

Get list of API keys

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "optional": true, "type": "integer" }, "offset": { "optional": true, "type": "integer" } }, "type": "object" }
ID: tbc3n51jja