Data Sources Beginner

Vercel MCP Integration

2 min read Updated May 19, 2026
Deployments, projects, build logs, and team data from Vercel, for release-correlated reporting on your web apps.

Vercel hosts frontends, edge functions, and serverless backends for many web applications. Connecting Vercel to clariBI brings deployment and project metadata into your AI analyses for release-correlated reporting.

Why connect Vercel

Release-vs-metric questions ("did the deploy slow things down?") usually require correlating Vercel timelines with metrics tools.

With Vercel connected, you can ask "When did we last deploy production?", "Find failed deployments this week", or "Read the build logs for the latest preview" without leaving clariBI.

How the connection works

clariBI talks to Vercel through its hosted MCP server at https://mcp.vercel.com/. Authentication uses an OAuth flow that clariBI registers itself for (no developer console setup on your side). Tokens stay encrypted server-side and never leave clariBI in clear form.

sequenceDiagram
    actor U as You
    participant C as clariBI
    participant V as Vercel
    U->>C: Click Authorize with Vercel
    C->>V: Open OAuth authorization
    V-->>U: Grant read access?
    U->>V: Approve
    V-->>C: Authorization code
    C->>V: Exchange code for tokens
    V-->>C: Access + refresh tokens
    C->>C: Encrypt and store credentials
    C-->>U: Connection ready

Available tools

The AI engine selects from these read-only Vercel tools during analyses. None of them modify data in Vercel.

ToolReturnsExample question
search_documentationSearch Vercel documentation by topic.How do I configure custom domains in Vercel?
list_teamsTeams the user belongs to.Which Vercel teams am I in?
list_projectsVercel projects for a team.List projects in my main team.
get_projectProject details: framework, domains, latest deployment.Show me project marketing-site.
list_deploymentsRecent deployments with state and target.Latest deployments to production?
get_deploymentDeployment details: build status, regions, metadata.Show me deployment dpl_001.
get_deployment_build_logsBuild logs for a deployment.Why did the last deploy fail?
get_runtime_logsRuntime logs filterable by environment, level, status, time range.Show me runtime errors from the last hour.
check_domain_availability_and_priceDomain availability + pricing lookup.Is mydomain.com available?
list_toolbar_threadsVercel Toolbar comment threads on a team.Show me unresolved toolbar comments.
get_toolbar_threadA toolbar thread with messages and context.Show me thread tbt_123.

Data flow during analysis

When you ask a question that maps to Vercel, the AI engine routes to the right tool, reads the result, and pairs the answer with a chart you can pin to a dashboard.

sequenceDiagram
    actor U as You
    participant C as clariBI
    participant AI as AI engine
    participant V as Vercel
    U->>C: Ask a question about deployment and project data
    C->>AI: Plan the analysis
    AI->>V: Call the right tool
    V-->>AI: Tool result
    AI->>AI: Summarize and chart
    C-->>U: Answer plus visual

Setting up the connection

  1. Open Data Sources in the clariBI sidebar.
  2. Click Add data source.
  3. Open the MCP Servers tab.
  4. Click the Vercel card.
  5. Click Authorize with Vercel.
  6. Sign in to Vercel in the popup window and grant the requested read scopes.
  7. Back in clariBI, give your data source a name.
  8. Click Finish.

Permissions and data access

clariBI requests read access to deployments, projects, teams, and logs. No deployments can be triggered or rolled back through this integration. Disconnect from Vercel account settings or from clariBI Settings.

Troubleshooting

ErrorCauseFix
"Team scope missing"You authorized as a personal account; team data is not visible.Reconnect from your team's context to include team projects.

Related articles

Related Articles

Data Sources Intermediate

Morningstar MCP Integration

Investment research, fund data, ratings, fair-value estimates, and 200,000+ global securities from …

5 min read
Data Sources Intermediate

Keboola MCP Integration

Data pipelines, transformations, tables, and project metadata from the Keboola data-platform — for …

5 min read
Data Sources Intermediate

Logfire (EU) MCP Integration

OpenTelemetry traces, metrics, and logs from Pydantic Logfire (EU region) — for EU-resident custome…

5 min read

Still Need Help?

Can't find what you're looking for? Our support team is here to help you succeed with clariBI.