Recharge Alternative MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 70 tools to Activate Subscription, Add Async Batch Tasks, Apply Charge Discount, and more
The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Recharge Alternative through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.
Ask AI about this MCP Server for Vercel AI SDK
The Recharge Alternative MCP Server for Vercel AI SDK is a standout in the Money Moves category — giving your AI agent 70 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
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 Recharge Alternative, list all available capabilities.",
});
console.log(text);
} finally {
await mcpClient.close();
}
}
main();
* 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 Recharge Alternative MCP Server
Connect your Recharge account to any AI agent to streamline your subscription operations and customer management through natural conversation.
The Vercel AI SDK gives every Recharge Alternative tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 70 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 Profiles — Create, retrieve, and update customer records, including credit summaries and delivery schedules.
- Subscription Management — Fetch detailed subscription data to track recurring orders and customer status.
- Address & Logistics — Manage shipping addresses, merge duplicate records, and update delivery locations.
- Operational Control — Skip future charges for specific addresses and manage child resources for customer accounts.
- Data Analysis — List and sort customers or addresses to generate reports on your subscription base.
The Recharge Alternative MCP Server exposes 70 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 70 Recharge Alternative tools available for Vercel AI SDK
When Vercel AI SDK connects to Recharge Alternative through Vinkius, your AI agent gets direct access to every tool listed below — spanning recurring-billing, subscription-management, customer-data, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Activate subscription on Recharge Alternative
Reactivate a cancelled subscription
Add async batch tasks on Recharge Alternative
Add tasks to an async batch
Apply charge discount on Recharge Alternative
Apply a discount to a queued charge
Bulk manage product plans on Recharge Alternative
Bulk manage plans for a product
Cancel subscription on Recharge Alternative
Cancel a subscription
Change subscription address on Recharge Alternative
Update the associated address for a subscription
Clone order on Recharge Alternative
Clone an order for prepaid subscriptions
Create address on Recharge Alternative
Create a new address
Create async batch on Recharge Alternative
Create an async batch
Create checkout on Recharge Alternative
Create a checkout
Create customer on Recharge Alternative
Create a customer
Create metafield on Recharge Alternative
Create a metafield
Create payment method on Recharge Alternative
Create a payment method
Create plan on Recharge Alternative
Create a plan
Create product on Recharge Alternative
Create a product
Create subscription on Recharge Alternative
Create a subscription
Create webhook on Recharge Alternative
Create a webhook
Delay order on Recharge Alternative
Delay a prepaid order by one interval
Delete address on Recharge Alternative
Only works if there are no active subscriptions. Delete an address
Delete customer on Recharge Alternative
Delete a customer and all child resources
Delete metafield on Recharge Alternative
Delete a metafield
Delete order on Recharge Alternative
Delete a scheduled order
Delete payment method on Recharge Alternative
Delete a payment method
Delete plan on Recharge Alternative
Delete a plan
Delete product on Recharge Alternative
Delete a product
Delete subscription on Recharge Alternative
Delete a subscription
Delete webhook on Recharge Alternative
Delete a webhook
Get address on Recharge Alternative
Retrieve an address
Get async batch on Recharge Alternative
Retrieve an async batch
Get charge on Recharge Alternative
Retrieve a charge
Get checkout on Recharge Alternative
Retrieve a checkout
Get checkout shipping rates on Recharge Alternative
Retrieve available shipping rates for a checkout
Get customer on Recharge Alternative
Retrieve a customer
Get customer credit summary on Recharge Alternative
Retrieve credit balance for a customer
Get customer delivery schedule on Recharge Alternative
Retrieve projected deliveries for a customer
Get metafield on Recharge Alternative
Retrieve a metafield
Get order on Recharge Alternative
Retrieve an order
Get payment method on Recharge Alternative
Retrieve a payment method
Get plan on Recharge Alternative
Retrieve a plan
Get product on Recharge Alternative
Retrieve a product
Get subscription on Recharge Alternative
Retrieve a subscription
Get webhook on Recharge Alternative
Retrieve a webhook
List addresses on Recharge Alternative
List addresses
List charges on Recharge Alternative
List charges
List customers on Recharge Alternative
List customers
List metafields on Recharge Alternative
List metafields
List orders on Recharge Alternative
List orders
List plans on Recharge Alternative
List plans
List subscriptions on Recharge Alternative
List subscriptions
Merge addresses on Recharge Alternative
Merge up to 10 source addresses into 1 target
Process async batch on Recharge Alternative
Process an async batch
Process charge on Recharge Alternative
Manually process a queued charge
Process checkout on Recharge Alternative
Process the checkout
Refund charge on Recharge Alternative
Refund a processed charge
Remove charge discount on Recharge Alternative
Remove a discount from a charge
Set subscription next charge date on Recharge Alternative
Change the next charge date for a subscription
Skip address charges on Recharge Alternative
Skip a future charge for specific subscriptions on an address
Skip charge on Recharge Alternative
Skip a charge
Test webhook on Recharge Alternative
Test a webhook
Unskip charge on Recharge Alternative
Unskip a charge
Update address on Recharge Alternative
Update an address
Update checkout on Recharge Alternative
Update a checkout
Update customer on Recharge Alternative
Update a customer
Update metafield on Recharge Alternative
Update a metafield
Update order on Recharge Alternative
Update an order
Update payment method on Recharge Alternative
Update a payment method
Update plan on Recharge Alternative
Update a plan
Update product on Recharge Alternative
Update a product
Update subscription on Recharge Alternative
Update a subscription
Update webhook on Recharge Alternative
Update a webhook
Connect Recharge Alternative to Vercel AI SDK via MCP
Follow these steps to wire Recharge Alternative into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @ai-sdk/mcp ai @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the script
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Vercel AI SDK with the Recharge Alternative MCP Server
Vercel AI SDK provides unique advantages when paired with Recharge Alternative through the Model Context Protocol.
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Recharge Alternative integration everywhere
Built-in streaming UI primitives let you display Recharge Alternative tool results progressively in React, Svelte, or Vue components
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
Recharge Alternative + Vercel AI SDK Use Cases
Practical scenarios where Vercel AI SDK combined with the Recharge Alternative MCP Server delivers measurable value.
AI-powered web apps: build dashboards that query Recharge Alternative in real-time and stream results to the UI with zero loading states
API backends: create serverless endpoints that orchestrate Recharge Alternative tools and return structured JSON responses to any frontend
Chatbots with tool use: embed Recharge Alternative capabilities into conversational interfaces with streaming responses and tool call visibility
Internal tools: build admin panels where team members interact with Recharge Alternative through natural language queries
Example Prompts for Recharge Alternative in Vercel AI SDK
Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Recharge Alternative immediately.
"List the most recent 10 customers from Recharge."
"Show me the delivery schedule for customer 123456."
"Get the details for subscription ID 998877."
Troubleshooting Recharge Alternative MCP Server with Vercel AI SDK
Common issues when connecting Recharge Alternative to Vercel AI SDK through Vinkius, and how to resolve them.
createMCPClient is not a function
npm install @ai-sdk/mcpRecharge Alternative + Vercel AI SDK FAQ
Common questions about integrating Recharge Alternative MCP Server with Vercel AI SDK.
How does the Vercel AI SDK connect to MCP servers?
createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.Can I use MCP tools in Edge Functions?
Does it support streaming tool results?
useChat and streamText that handle tool calls and display results progressively in the UI.Explore More MCP Servers
View all →
X Ads (Twitter)
8 toolsManage your X Ads campaigns — audit accounts, line items, and analytics via AI.

Piwik PRO
6 toolsManage privacy-first analytics via Piwik PRO — list apps, execute custom queries, and monitor goals directly from any AI agent.

Hevo Data (ETL & Data Pipeline)
6 toolsManage data pipelines via Hevo — list pipelines, monitor destinations, and track usage.

Sentry Alternative
15 toolsMonitor errors and application health via Sentry — query issues, inspect events, audit releases and check alert rules directly from any AI agent.
