LMAD - Laravel MCP API Discovery
JSON →Laravel MCP server that exposes API routes, controllers, FormRequest validation rules, and response schemas to AI agents
Tools · 5
- list_api_routes List all API routes with optional filters for path, method, domain, and vendor routes
- get_route_details Get detailed information about a specific route including controller, middleware, and file locations
- get_request_rules Parse FormRequest validation rules, custom error messages, and authorization logic
- get_response_schema Analyze what an endpoint returns (JsonResource, Model, array, JsonResponse)
- analyze_endpoint Complete endpoint analysis combining route, controller, request, and response information
Links
★ 2 GitHub stars