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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. SpeedCurve CLIHeadless setup and direct function calls. SpeedCurve MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
SpeedCurve MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for SpeedCurve.
Claude Code SpeedCurve MCP setup for Claude Code. Cursor SpeedCurve MCP setup for Cursor. Codex SpeedCurve MCP setup for Codex. OpenAI Agents SpeedCurve MCP setup for OpenAI Agents SDK. Claude Agent SDK SpeedCurve MCP setup for Claude Agent SDK. Vercel AI SDK SpeedCurve MCP setup for Vercel AI SDK. LangChain SpeedCurve MCP setup for LangChain. LangGraph SpeedCurve MCP setup for LangGraph. CrewAI SpeedCurve MCP setup for CrewAI. MCP clients SpeedCurve MCP setup for Generic MCP Clients.
SpeedCurve CLI Matrix
Use these pages for direct SpeedCurve CLI workflows in scripts, CI, cron, and agent wrappers.
CI SpeedCurve CLI for CI. Cron Jobs SpeedCurve CLI for cron jobs. Shell Scripts SpeedCurve CLI for shell scripts. Headless Automation SpeedCurve CLI for headless automation. Coding Agents SpeedCurve CLI for coding agents.
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. |