ToolsThe story, in brief

Vercel Connect now supports TanStack AI

Vercel Connect now lets agents built with TanStack AI call OAuth-protected servers without storing credentials.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Developer infrastructure for agentic applications just got easier: Vercel Connect adds native TanStack AI support, simplifying credential management and consent flows for agents calling external APIs. Practitioners building agent tooling on Vercel should evaluate this for production deployments.

The key facts

11 to know
  1. Vercel Connect adds @vercel/connect/tanstack-ai subpath export

  2. OAuth-protected MCP servers now callable without credential storage or rotation

  3. Fresh token generation on every MCP request via Connect-backed auth provider

  4. Consent challenge handled before model execution (prevents consent errors reaching model as strings)

  5. Supports TanStack transport config integration

  6. Part of broader TanStack AI framework support in Vercel Connect

  7. Vercel Connect adds TanStack AI support via @vercel/connect/tanstack-ai subpath export

  8. OAuth token refresh happens automatically before every MCP request

  9. Consent errors are caught before model execution, redirecting users rather than exposing errors to the model

  10. New connectMCPTransport method simplifies integration with TanStack transport config

  11. getConsentChallenge API enables proper redirect flow for unauthenticated requests

The story so far

Earlier coverage of this storyline

  1. Vercel Connect now supports Microsoft TeamsVercel Blog
  2. This story

Go to the source

Vercel Blogvercel.com

Publisher excerpt: Agents built with TanStack AI can now call OAuth-protected MCP servers through Vercel Connect, with no credentials for you to store or rotate. The new subpath exports , which takes a TanStack transport config and attaches a Connect-backed auth provider. The provider is called before every MCP…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools