Drupal Bridge MCP
Provides tools for interacting with Drupal's API, enabling management of content types and other resources through OAuth-scoped actions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Drupal Bridge MCPlist all content types on my Drupal site"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Drupal Bridge MCP Server
🚀 Quick Start
Related MCP server: Enterprise MCP Gateway and Tool Registry
🛠️ Available Tools
MCP tools are auto-discovered from the Drupal site. Just create the tools using JSON-RPC MCP.
How It Works
Server fetches tool definitions from
/mcp/tools/listExtracts required OAuth scopes from each tool's
annotations.auth.scopes
This eliminates manual scope configuration and automatically adapts to backend tool changes.
Automatic Scope Discovery
Scopes are extracted from tool metadata:
{
"name": "examples.contentTypes.create",
"annotations": {
"auth": {
"scopes": ["content_type:write"],
"level": "required"
}
}
}The server automatically requests the content_type:write scope during OAuth flow.
Tool Access Validation
Before invoking a tool, the server validates:
Authentication - Tool requires auth and session is authenticated
Scopes - Session has all required OAuth scopes
Permissions - Drupal validates permissions server-side
Error example:
Insufficient OAuth scopes for tool "examples.contentTypes.create".
Required: content_type:write
Missing: content_type:write
Current: profile, content_type:readAuthentication Levels
Tools can declare three authentication levels:
none: Public tools, no authentication requiredoptional: Enhanced functionality with auth, but works withoutrequired: Enforces authentication and scope validation
If a tool doesn't declare annotations.auth, it defaults to level='none' (public access).
📋 Development
# Install dependencies
npm install
# Run in development
npm run dev
# Build for production
npm run build
# Type check
npm run type-checkUse the great MCP Inspector project to validate the MCP server changes.
npx @modelcontextprotocol/inspector📄 License
👨💻 Author
Mateu Aguiló Bosch (e0ipso) mateu@mateuaguilo.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.Last updated46GPL 2.0
- Alicense-qualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.Last updated1MIT
- Flicense-qualityDmaintenanceDynamically exposes any OpenAPI/Swagger API as tools for AI assistants, automatically generating MCP tools from OpenAPI specs with authentication support.Last updated
- Alicense-qualityBmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.Last updatedMIT
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/e0ipso/drupal-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server