groundy
devtools

Anthropic Buys Stainless: OpenAI and Google Now Depend on a Rival for SDK Tooling

Anthropic's Stainless acquisition puts the SDK pipeline used by OpenAI and Google under a rival's control, forcing vendor-risk reviews across the AI platform layer.

7 min · · · 4 sources ↓

Anthropic’s acquisition of Stainless on May 18 puts the SDK-generation pipeline that ships official client libraries for OpenAI, Google, Cloudflare, Replicate, and Runway under the control of a direct competitor. The deal, reported at over $300 million, gives Anthropic ownership of infrastructure its rivals depend on to deliver API tooling to developers. Anthropic confirmed it will wind down Stainless’s hosted product for third parties, forcing every affected company to find a replacement or build one.

What Stainless Does and Why It Matters

Stainless, founded in 2022 by former Stripe engineer Alex Rattray and backed by Sequoia and Andreessen Horowitz, solves a specific and painful problem: maintaining SDKs across multiple languages. Feed it an OpenAPI spec and it generates TypeScript, Python, Go, Java, Kotlin, and other client libraries, then keeps them in sync as the API evolves. For any company shipping a public API, this is thankless, high-stakes plumbing. A stale SDK breaks integrations. A wrong type signature breaks builds. Stainless automates the drudgery that most API teams either under-invest in or duct-tape together with internal scripts.

The tool also generates MCP (Model Context Protocol) servers from the same spec, the connectors that let AI agents talk to external APIs. Anthropic introduced MCP in November 2024, OpenAI adopted it in March 2025, and it was donated to the Linux Foundation’s Agentic AI Foundation in December 2025. Stainless sits at the intersection of two dependency chains: the SDKs developers use to call an API, and the MCP servers agents use to call it autonomously.

The Deal: Terms, Customers, and the Wind-Down

The acquisition price has not been officially disclosed; the $300M+ figure is attributed to prior reporting rather than an Anthropic or Stainless statement. What is confirmed is the customer list and the wind-down plan.

OpenAI, Google, Cloudflare, Replicate, and Runway all used Stainless to generate their SDKs. OpenAI originally built SDK tooling in-house before switching to Stainless as its API surface area grew and the maintenance burden became unsustainable. Existing customers retain rights to the SDKs already generated, but lose access to the hosted engine that maintains and updates them.

This is the operational crux. A frozen SDK works fine until the next API change. The moment an affected company adds an endpoint, changes a parameter shape, or deprecates a field, the Stainless-generated SDK falls out of sync and there is no hosted service to regenerate it. Anthropic has made no public statement about ongoing third-party access beyond the wind-down confirmation.

Why Anthropic Bought It

Anthropic’s announcement is diplomatic. Katelyn Lesse, Head of Platform Engineering, said: “Agents are only as useful as what they can connect to. We’re excited to bring the Stainless team into Anthropic to advance Claude’s ability to connect to data and tools.” The stated rationale is first-party: tighter SDK and MCP integration for Claude.

The competitive effect is harder to state politely. Owning the toolchain that generates rival SDKs gives Anthropic two advantages it did not have before.

First, MCP server generation. Stainless uses the same spec to produce both SDKs and MCP connectors. Anthropic now controls the default path from “here’s my API spec” to “here’s a working agent connector.” As MCP adoption widens, this is the layer that determines how easily an AI agent can interact with any given service. Anthropic owns it.

Second, competitive visibility. SDK generation requires access to the API spec, including unreleased endpoints and parameter changes. Even if Anthropic erects internal firewalls between the Stainless team and its own product org, the structural fact remains: a competitor’s tooling team now sits in the build pipeline for OpenAI’s, Google’s, and Cloudflare’s client libraries. The trust assumption has changed.

This is Anthropic’s fourth acquisition in roughly six months, following Bun (December 2025), Vercept, and Coefficient Bio. The pattern is consistent: assemble platform infrastructure rather than compete on model benchmarks alone.

What the Affected Companies Must Decide

Every company that shipped Stainless-generated SDKs now faces the same vendor-risk question, with a twist: the vendor is a competitor.

OpenAI has the engineering resources to rebuild SDK tooling internally; it maintained its own before switching to Stainless. The cost is not capability but time. Google is in a similar position. Cloudflare, Replicate, and Runway have smaller platform teams and may feel the gap sooner.

The practical options:

ApproachTradeoff
Rebuild internallyFull control, high upfront cost, ongoing maintenance burden that drove adoption of Stainless in the first place
Migrate to Speakeasy or FernFaster path, but substitutes one third-party dependency for another, and neither has Stainless’s language coverage or MCP generation
Fork the last-generated SDK and hand-maintainZero migration cost, but every API change requires manual updates across all language targets

None of these are good options. The whole reason Stainless existed is that SDK maintenance is tedious, error-prone work that internal teams deprioritize until something breaks.

The Competitive-Intelligence Angle

The part of this acquisition that will get less coverage but may matter more is the information asymmetry. SDK generation requires the full, current API spec. Stainless saw new OpenAI endpoints, parameter deprecations, and feature flags before they shipped publicly, because the spec had to be fed to the generator before launch day.

Under Anthropic’s ownership, even with strict internal separation, the structural position has shifted. Anthropic now employs the people who built and maintained the tool that parsed every API change across its competitors’ platforms. The institutional knowledge about how these APIs evolve, where they’re headed, and what patterns they follow now sits inside Anthropic’s org.

Any affected company that did not already classify its SDK tooling as a competitive surface needs to reclassify it now.

Moat or Speed Bump

The honest answer is somewhere between the two, closer to a speed bump with moat potential depending on execution.

Forbes noted that competitors have the resources to rebuild SDK generation, and this is correct. SDK generation is a solved problem technically. Stainless’s advantage was quality of output and breadth of language support, not a patented algorithm. OpenAI or Google can, and likely will, build or buy a replacement.

The moat, if one forms, is in MCP. Stainless’s ability to generate MCP servers from the same spec that produces SDKs is a more durable advantage than SDK generation alone. As agent-to-API interaction becomes the dominant consumption pattern, the toolchain that bridges specs to agent connectors becomes strategic infrastructure. Anthropic now owns the most mature version of that bridge.

The speed bump is real, though. Every month a competitor spends rebuilding SDK tooling is a month Anthropic can ship Claude SDK and MCP improvements without matching effort. For a company whose stated strategy is platform assembly over benchmark competition, buying time from competitors is a concrete return on the acquisition price.

The broader lesson is vendor risk in infrastructure most teams do not think about. SDK generation was plumbing. It is now a competitive surface, and every team that treats developer-tooling dependencies as neutral shared infrastructure has a new category of risk to audit.

Frequently Asked Questions

How do the Bun and Stainless acquisitions fit together as a platform strategy?

Bun, acquired in December 2025, gives Anthropic a JavaScript and TypeScript runtime. Stainless gives it the pipeline that generates SDKs and MCP connectors across every major language. Combined, Anthropic now controls both the runtime developers execute on and the tool that produces client libraries, a two-layer platform stack none of its competitors can replicate from a single vendor.

Does the wind-down freeze MCP servers too, or only SDKs?

Both. Stainless generates MCP connectors from the same API spec it uses for SDKs, and the confirmed wind-down covers all hosted products, not just SDK libraries. Any third-party MCP server maintained through the Stainless engine will stop receiving updates on the same timeline as the SDKs.

How is this different from a standard acqui-hire where a product is sunsetted?

In a typical acqui-hire, the sunsetted product served the acquirer’s own customers or a neutral market. Here, the product was critical infrastructure for direct competitors, so the shutdown functions as a denial-of-capability move. Anthropic gains both the engineering team and the ability to degrade rival tooling by removing a dependency those rivals adopted precisely because it was vendor-neutral.

What should agent developers relying on MCP connectors do right now?

Verify whether the MCP server for each API you consume was generated by Stainless. If it was, pin the current connector version and subscribe to that provider’s changelog, since future API changes will no longer automatically propagate to the connector. If the provider has not announced a migration plan, evaluate whether your agent architecture can fall back to direct API calls as a contingency.

Could Anthropic actually exploit competitor API spec access, or is that concern theoretical?

Direct data access is unlikely to be the real risk. NDAs and potential legal liability make it untenable for Anthropic to route competitor spec data to its product teams. The more durable advantage is institutional knowledge: the engineers who built and refined the SDK generation pipeline for years now work inside Anthropic and carry implicit understanding of how rival APIs are structured, where they tend to change, and what patterns their platform teams follow.

sources · 4 cited

  1. Anthropic Acquires Stainless vendor accessed 2026-05-26
  2. Anthropic Acquires SDK Startup Stainless for Over $300M, Cutting Off Key Tool Used by OpenAI and Google community accessed 2026-05-26
  3. Anthropic Acquires Stainless, the SDK and MCP Startup Behind Every Official Claude API Library analysis accessed 2026-05-26
  4. Anthropic Buys Stainless To Cut Off OpenAI And Google SDK Access analysis accessed 2026-05-26