Laravel Mcp
Provides MCP tools guidance and assistance for developing backend services and APIs.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laravel-mcp npx -- -y @trustedskills/laravel-mcp
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laravel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laravel-mcp"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides comprehensive assistance with developing backend services and APIs using Laravel MCP (Model Context Protocol). It enables you to build AI-powered interactions within your Laravel applications by defining servers, tools, resources, and prompts that AI clients can utilize. The skill simplifies the process of exposing data and functionality to AI agents through a standardized protocol.
When to use it
- Building MCP servers for Laravel applications.
- Creating AI tools that perform actions within your Laravel application.
- Defining reusable prompts for common AI interactions.
- Exposing Laravel resources (data/content) to AI clients.
Key capabilities
- MCP Server Definition: Defining server name, version, instructions, tools, resources, and prompts.
- Tool Development: Creating actions that AI clients can perform within your Laravel application.
- Input Schema Definition: Using Laravel's JSON Schema builder to define tool input schemas.
- Response Streaming: Implementing streaming responses or progress notifications using generators.
- Resource Exposure: Exposing data and content (text, blob) with customizable MIME types and URIs.
Example prompts
- "Create a basic MCP server for weather information."
- "How do I define a tool in Laravel MCP to fetch current weather?"
- "Show me an example of defining a reusable prompt template."
Tips & gotchas
- Familiarity with Laravel development is required to effectively use this skill.
- The skill focuses on the technical aspects of implementing Laravel MCP; it does not cover general AI concepts or prompt engineering strategies.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.