analytics
SpeedCurve MCP, CLI, and Lua Integration for AI Agents
SpeedCurve integration docs for AI agents: MCP gateway setup, SpeedCurve CLI commands, Lua API reference, credentials, and function schemas.SpeedCurve for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
speedcurve.speedcurve_list_sites | Read read | 0 | List all monitored sites in SpeedCurve. Returns site IDs, names, and URLs that you can use to query test results. |
speedcurve.speedcurve_get_site | Read read | 1 | Get detailed information about a specific SpeedCurve site, including its URLs, test settings, and latest test results. |
speedcurve.speedcurve_list_tests | Read read | 5 | List recent synthetic test results from SpeedCurve. Optionally filter by site, browser, or region. |
speedcurve.speedcurve_get_test | Read read | 1 | Get detailed results for a specific SpeedCurve synthetic test run, including Core Web Vitals, filmstrip data, and waterfall metrics. |
speedcurve.speedcurve_list_deployments | Read read | 2 | List recent deployments in SpeedCurve and their performance impact. Shows how each deploy affected Core Web Vitals and load times. |
speedcurve.speedcurve_create_deployment | Write write | 3 | Register a new deployment in SpeedCurve to trigger synthetic performance tests. Use this when deploying code changes to track their performance impact. |
speedcurve.speedcurve_get_current_user | Read read | 0 | Get details about the currently authenticated SpeedCurve user. Useful for verifying API credentials and checking account information. |