TonyGeez/laravel-route-tracer-mcp
If you are the rightful owner of laravel-route-tracer-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Laravel Route Tracer MCP Server is a tool that integrates with Laravel applications to provide AI assistants with insights into application structure and execution flow.
Tools
Functions exposed to the LLM to take actions
trace_laravel_route
Trace a specific Laravel route to discover all files involved in its execution.
enable_route_tracing
Enable route tracing for specific routes or globally.
disable_route_tracing
Disable route tracing globally.
view_trace_results
View stored trace results from previous route executions.
list_laravel_routes
List all available routes in the Laravel application.
read_traced_file
Read the contents of a file discovered during route tracing.
get_laravel_context
Get general context about the Laravel application structure and configuration.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client