module:mcp

Automate Laravel MCP server creation with HTTP and stdio transports.

83|14|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/escapeboy/ai-prompts --skill module-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: module:mcp
Source: https://github.com/escapeboy/ai-prompts/tree/main/03-custom-skills/examples/module-mcp
Command: npx skills add https://github.com/escapeboy/ai-prompts --skill module-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add a Laravel MCP server to any project to provide complete domain coverage with dual transport (HTTP + stdio) for AI agents and tools.

Core Features & Use Cases

  • Dual transport: HTTP/SSE and local stdio for MCP sessions.
  • Domain-scoped tooling: auto-generates and wires domain control tools for rapid integration.
  • Quick-start oriented: ready-to-run scaffold that you can customize for your project.

Quick Start

Install the laravel/mcp package, register the MCP server, and start either the stdio or HTTP service.

Frequently Asked Questions about module:mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an MCP server to a Laravel project for AI agents?

You can add a Laravel MCP server by installing the required package and registering the server to automatically scaffold domain-scoped tooling. This provides complete domain coverage for AI agents with dual transport support.

Does the Laravel MCP server support both HTTP and stdio transports?

Yes, the Laravel MCP server supports dual transport for MCP sessions, offering both HTTP/SSE and local stdio connections. This allows flexible integration depending on whether your AI agent operates remotely or locally.

How does domain-scoped tooling work in a Laravel MCP server?

Domain-scoped tooling automatically generates and wires domain control tools for rapid AI integration. It enforces structured tool definitions, routing, and auth scaffolding to ensure safe, repeatable MCP deployments across multiple domains.

Do I need composer and PHP to set up a Laravel MCP server?

Yes, you need composer and PHP to set up a Laravel MCP server. These prerequisites are required to install the package, register the server, and start either the stdio or HTTP service for your AI agents.

Can I customize the Laravel MCP server scaffold after quick start?

Yes, the Laravel MCP server provides a ready-to-run scaffold that you can customize for your project. After the quick start installation, you can modify the auto-generated domain control tools to fit your specific application needs.

What's the best way to provide domain-specific tools to AI agents in Laravel?

The best way is to use a Laravel MCP server that automates domain-scoped tooling creation. It applies structured tool definitions and routing across multiple domains, providing safe and repeatable MCP deployments for AI agents.