MiniCodeMonkey/spx-mcp-server
If you are the rightful owner of spx-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The PHP SPX MCP Server is a bridge between the PHP SPX profiler and Claude Code, enabling AI-assisted performance analysis for Laravel applications.
Tools
Functions exposed to the LLM to take actions
list_profiles
List all available SPX profiles
get_slowest_functions
Get functions with highest exclusive execution time
get_most_called_functions
Get most frequently called functions
get_memory_hogs
Get functions using the most memory
get_cpu_intensive_functions
Get CPU-intensive functions
get_call_tree
Get hierarchical call tree structure
get_timeline_view
Get chronological execution timeline
get_recursive_functions
Identify recursive function calls
get_wall_time_distribution
Analyze I/O vs CPU time distribution
get_autoloading_overhead
Analyze autoloading performance impact
get_third_party_package_impact
Analyze third-party package performance
get_database_queries
Analyze database operations and detect N+1 queries
get_redis_operations
Analyze Redis/cache operations
get_io_operations
Analyze file, network, and socket I/O
get_middleware_analysis
Analyze middleware execution order and timing
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client