KosmoKrator

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.

7 functions 6 read 1 write API key auth

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.

Machine-Readable Metadata
integration_slug
speedcurve
route_slug
speedcurve
package
speedcurve
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

SpeedCurve MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for SpeedCurve.

SpeedCurve CLI Matrix

Use these pages for direct SpeedCurve CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.