mcp
Verified Safeby laravel
Overview
Build and expose AI-compatible servers for Laravel applications using the Model Context Protocol, enabling AI clients to interact with application logic.
Installation
php artisan serveSecurity Notes
The `InspectorCommand` executes external processes (`npx` and `php artisan`). While the `mcp:start` command validates the `handle` against registered servers, care should be taken to prevent arbitrary command injection if `handle` validation is bypassed or if non-whitelisted external commands are introduced. Additionally, the default `mcp.redirect_domains` configuration (`*`) allows arbitrary OAuth redirect URIs, which poses a significant security risk for OAuth clients in production if not explicitly narrowed down to trusted domains.
Similar Servers
mcp-server
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
laravel-mcp-server
A Laravel-based Model Context Protocol (MCP) server that acts as an e-commerce demo, bridging AI assistants with enterprise business systems for business intelligence and data access.
mcp-server
Acts as a generic server application, its specific purpose cannot be determined without source code.