Recharge Alternative MCP Server for Mastra AIGive Mastra AI instant access to 70 tools to Activate Subscription, Add Async Batch Tasks, Apply Charge Discount, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Recharge Alternative through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.
Ask AI about this MCP Server for Mastra AI
The Recharge Alternative MCP Server for Mastra AI 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 { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";
async function main() {
// Your Vinkius token. get it at cloud.vinkius.com
const mcpClient = await createMCPClient({
servers: {
"recharge-alternative": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "Recharge Alternative Agent",
instructions:
"You help users interact with Recharge Alternative " +
"using 70 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with Recharge Alternative?"
);
console.log(result.text);
}
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.
Mastra's agent abstraction provides a clean separation between LLM logic and Recharge Alternative tool infrastructure. Connect 70 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
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 Mastra AI 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 Mastra AI
When Mastra AI 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 Mastra AI via MCP
Follow these steps to wire Recharge Alternative into Mastra AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @mastra/core @mastra/mcp @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Mastra AI with the Recharge Alternative MCP Server
Mastra AI provides unique advantages when paired with Recharge Alternative through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Recharge Alternative without touching business code
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
TypeScript-native: full type inference for every Recharge Alternative tool response with IDE autocomplete and compile-time checks
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
Recharge Alternative + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the Recharge Alternative MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query Recharge Alternative, process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed Recharge Alternative as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query Recharge Alternative on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using Recharge Alternative tools alongside other MCP servers
Example Prompts for Recharge Alternative in Mastra AI
Ready-to-use prompts you can give your Mastra AI 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 Mastra AI
Common issues when connecting Recharge Alternative to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpRecharge Alternative + Mastra AI FAQ
Common questions about integrating Recharge Alternative MCP Server with Mastra AI.
How does Mastra AI connect to MCP servers?
MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.Can Mastra agents use tools from multiple servers?
Does Mastra support workflow orchestration?
Explore More MCP Servers
View all →
KeyPay
10 toolsManage payroll, employees, and pay runs via the Employment Hero Payroll (KeyPay) API.

Zoho Invoice
10 toolsManage customers, create invoices, and automate billing on Zoho Invoice — the clean and simple invoicing software for small business.

Bible API
6 toolsSearch and retrieve scripture — audit Bible versions and verses via AI.

Box
7 toolsManage files, folders, collaborations, and metadata on Box — the enterprise cloud content management platform.
