2,500+ MCP servers ready to use
Vinkius

Custify MCP Server for Vercel AI SDK 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Custify through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.

Vinkius supports streamable HTTP and SSE.

typescript
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

async function main() {
  const mcpClient = await createMCPClient({
    transport: {
      type: "http",
      // Your Vinkius token. get it at cloud.vinkius.com
      url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    },
  });

  try {
    const tools = await mcpClient.tools();
    const { text } = await generateText({
      model: openai("gpt-4o"),
      tools,
      prompt: "Using Custify, list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
Custify
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Custify MCP Server

Integrate Custify, the comprehensive customer success platform, directly into your AI workflow. Monitor customer health, track churn risks, and manage your success tasks and notes using natural language.

The Vercel AI SDK gives every Custify tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 10 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.

What you can do

  • Customer Oversight — List and retrieve detailed profiles, health scores, and churn probabilities for all customers.
  • Company Monitoring — Access company-level metrics and success data to manage B2B relationships effectively.
  • Success Task Management — List and track open tasks and internal CRM notes for your accounts.
  • KPI Discovery — Explore key performance indicators and metrics defined in your Custify account.

The Custify MCP Server exposes 10 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Custify to Vercel AI SDK via MCP

Follow these steps to integrate the Custify MCP Server with Vercel AI SDK.

01

Install dependencies

Run npm install @ai-sdk/mcp ai @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the script

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

The SDK discovers 10 tools from Custify and passes them to the LLM

Why Use Vercel AI SDK with the Custify MCP Server

Vercel AI SDK provides unique advantages when paired with Custify through the Model Context Protocol.

01

TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box

02

Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Custify integration everywhere

03

Built-in streaming UI primitives let you display Custify tool results progressively in React, Svelte, or Vue components

04

Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency

Custify + Vercel AI SDK Use Cases

Practical scenarios where Vercel AI SDK combined with the Custify MCP Server delivers measurable value.

01

AI-powered web apps: build dashboards that query Custify in real-time and stream results to the UI with zero loading states

02

API backends: create serverless endpoints that orchestrate Custify tools and return structured JSON responses to any frontend

03

Chatbots with tool use: embed Custify capabilities into conversational interfaces with streaming responses and tool call visibility

04

Internal tools: build admin panels where team members interact with Custify through natural language queries

Custify MCP Tools for Vercel AI SDK (10)

These 10 tools become available when you connect Custify to Vercel AI SDK via MCP:

01

create_customer_profile

Resolves the newly generated customer ID and validation status. Mutates the customer database state. Create a new customer profile in Custify

02

get_company_details

Resolves organizational attributes and health metrics. Touches the core company repository. Get detailed settings and metrics for a specific company

03

get_customer_details

Resolves health scores, recent activity, and segment membership. Interacts with the behavioral analytics boundary. Get full profile and health metrics for a specific customer

04

list_companies

Resolves company IDs, domain information, and association metrics. Touches the account-level organization boundary. List all companies in Custify

05

list_customer_kpis

Resolves metric definitions and threshold values. Interacts with the performance monitoring boundary. List key performance indicators defined in the account

06

list_customer_notes

Resolves note content and authorship metadata. Touches the internal communications boundary. List internal CRM notes for a specific customer

07

list_customer_success_tasks

Resolves task priority, status, and assigned owners. Interacts with the workflow automation boundary. List open and completed customer success tasks

08

list_customers

Resolves properties such as customer ID, name, email, and lifecycle stage. Interacts with the customer success management boundary. List all customers in Custify

09

list_people

Resolves contact details and account associations. Touches the relationship management boundary. List all people associated with accounts

10

search_customers_by_keyword

Resolves matching customer profiles based on name or email. Touches the search and indexing boundary. Search for customers by name or email

Example Prompts for Custify in Vercel AI SDK

Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Custify immediately.

01

"List all customers with a health score below 50."

02

"Show me the success tasks for company 'Alpha Corp'."

03

"Search for customer 'john.doe@example.com'."

Troubleshooting Custify MCP Server with Vercel AI SDK

Common issues when connecting Custify to Vercel AI SDK through the Vinkius, and how to resolve them.

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

Custify + Vercel AI SDK FAQ

Common questions about integrating Custify MCP Server with Vercel AI SDK.

01

How does the Vercel AI SDK connect to MCP servers?

Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.
02

Can I use MCP tools in Edge Functions?

Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.
03

Does it support streaming tool results?

Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.

Connect Custify to Vercel AI SDK

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.