2,500+ MCP servers ready to use
Vinkius

Younium 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 Younium 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 Younium, list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
Younium
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 Younium MCP Server

Connect your Younium account to any AI agent and manage your B2B subscription infrastructure through natural conversation.

The Vercel AI SDK gives every Younium 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

  • Subscription Lifecycle — List all recurring billing subscriptions, retrieve historical versions, and create new subscription records directly from your agent
  • Account Management — Browse your enterprise SaaS customer base, retrieve deep details including tax IDs, and provision new billing accounts
  • Financial Metrics — Retrieve real-time MRR (Monthly Recurring Revenue), ARR, and TCV metrics for specific customer contracts
  • Invoice Auditing — List and monitor all generated invoices and track their payment statuses (DRAFT, POSTED, PAID) across your account
  • Product Discovery — Browse your billable product catalog and associated charge plans to understand your pricing inventory
  • Churn Control — Immediately terminate specific subscription versions and manage contract effective dates through simple chat commands
  • Deep Discovery — Quickly find unique account, subscription, and version IDs required for automated billing workflows

The Younium 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 Younium to Vercel AI SDK via MCP

Follow these steps to integrate the Younium 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 Younium and passes them to the LLM

Why Use Vercel AI SDK with the Younium MCP Server

Vercel AI SDK provides unique advantages when paired with Younium 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 Younium integration everywhere

03

Built-in streaming UI primitives let you display Younium 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

Younium + Vercel AI SDK Use Cases

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

01

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

02

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

03

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

04

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

Younium MCP Tools for Vercel AI SDK (10)

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

01

cancel_subscription

Provide the subscription and version IDs plus the effective date. Immediately terminates a specific subscription version

02

create_account

Provide the account configuration as a JSON object. Creates a new customer billing account record

03

create_subscription

Provide subscription details as a JSON object. Creates a new subscription for an existing account

04

get_account

Retrieves comprehensive details for a specific Younium account

05

get_metrics

Retrieves MRR, ARR, and TCV metrics for a specific subscription

06

get_subscription

Retrieves details for a specific subscription, including historical versions

07

list_accounts

Lists all customer accounts registered in the Younium ERP

08

list_invoices

Lists all invoices generated by Younium

09

list_products

Lists all products available in the Younium product catalog

10

list_subscriptions

Lists all recurring billing subscriptions in the account

Example Prompts for Younium in Vercel AI SDK

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

01

"List the last 5 subscriptions in my Younium account."

02

"What is the MRR and ARR for the subscription with ID 'sub-101'?"

03

"List the last 3 invoices for Acme Corp (Account: acc-123)."

Troubleshooting Younium MCP Server with Vercel AI SDK

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

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

Younium + Vercel AI SDK FAQ

Common questions about integrating Younium 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 Younium to Vercel AI SDK

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