drupal-modules-mcp MCP Server

get_module_info

Get information about a Drupal module from drupal.org

Input Schema

NameRequiredDescriptionDefault
module_nameYesMachine name of the Drupal module

Input Schema (JSON Schema)

{ "properties": { "module_name": { "description": "Machine name of the Drupal module", "type": "string" } }, "required": [ "module_name" ], "type": "object" }

You must be authenticated.

Other Tools