Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready LaunchDarkly MCP server with 85 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across LaunchDarkly — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your LaunchDarkly MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every LaunchDarkly tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every LaunchDarkly call.
Tools Discovery →A LaunchDarkly MCP server lets AI agents read and write LaunchDarkly data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's LaunchDarkly MCP server ships with 85 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from LaunchDarkly's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new project
Retrieve all projects in the LaunchDarkly account
Retrieve a specific project by key
Update a project using JSON Patch
Delete a project
Create a new feature flag
Copy a feature flag to a new flag
Retrieve all feature flags in a project
Retrieve a specific feature flag by key
Update a feature flag using JSON Patch
Delete a feature flag
Create a new environment in a project
Retrieve all environments in a project
Retrieve a specific environment by key
Update an environment using JSON Patch
Delete an environment
Create a new segment
Retrieve all segments in a project and environment
Retrieve a specific segment by key
Update a segment using JSON Patch
Delete a segment
Retrieve all account members
Retrieve a specific account member by ID
Update an account member using JSON Patch
Remove a member from the account
Create a new team
Retrieve all teams
Retrieve a specific team by key
Update a team using instructions
Delete a team
Create a new custom role
Retrieve all custom roles
Retrieve a specific custom role by key
Update a custom role using JSON Patch
Delete a custom role
Create a new experiment
Retrieve all experiments in a project and environment
Retrieve a specific experiment by key
Update an experiment using instructions
Create a new metric
Retrieve all metrics in a project
Retrieve a specific metric by key
Update a metric using JSON Patch
Delete a metric
Retrieve a specific context by kind and key
Search for contexts across all kinds
Search for context instances
Delete a context instance by ID
Create a new context kind
Retrieve all context kinds in a project
Retrieve a specific context kind by key
Update a context kind using JSON Patch
Retrieve expiring context target assignments for a flag
Update expiring context target assignments for a flag
Create a new webhook
Retrieve all webhooks
Retrieve a specific webhook by ID
Update a webhook using JSON Patch
Delete a webhook
Create a new integration subscription
Retrieve all integration subscriptions
Retrieve a specific integration subscription by ID
Update an integration subscription using JSON Patch
Delete an integration subscription
Create a new flag trigger
Retrieve all triggers for a feature flag
Retrieve a specific flag trigger by ID
Update a flag trigger using JSON Patch
Delete a flag trigger
Create a new AI config
Retrieve all AI configs in a project
Retrieve a specific AI config by key
Update an AI config using JSON Patch
Delete an AI config
Create a new AI model configuration
Retrieve all AI model configurations in a project
Retrieve a specific AI model configuration by key
Update an AI model configuration using JSON Patch
Delete an AI model configuration
Retrieve experiment results and metrics
Retrieve attribute names for a context kind
Retrieve attribute values for a context kind and attribute
Retrieve audit log entries with filtering
Retrieve a specific audit log entry by ID
Invite a new member to the account
One endpoint. Any framework. Your agent is talking to LaunchDarkly in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
137+ actions
134+ actions
128+ actions
125+ actions
118+ actions
109+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.