spx-mcp-server

szepeviktor/spx-mcp-server
★ 0 stars TypeScript AI/LLM Updated 1d ago
MCP server for php-spx: profile web requests and analyze SPX reports for AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "szepeviktor/spx-mcp-server"
      ]
    }
  }
}

README Excerpt

Web-only MCP server for `php-spx` reports. It calls the embedded SPX web endpoints, parses the full report, and returns LLM-sized JSON summaries instead of raw event streams. - Node.js 20 or newer - An application with the `spx` PHP extension enabled for HTTP profiling - SPX HTTP access configured, for example:

Tools (8)

OPENCLAW_CONFIG_PATHanalyze_reportget_function_profileget_hot_pathsget_raw_eventsget_report_metadatalist_reportsprofile_url

Topics

mcp-serverphp-spx