Skylink MCP Server for Mastra AIGive Mastra AI instant access to 22 tools to Check Skylink Status, Create Contact, Create Deal, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Skylink 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 Skylink MCP Server for Mastra AI is a standout in the Sales Automation category — giving your AI agent 22 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: {
"skylink": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "Skylink Agent",
instructions:
"You help users interact with Skylink " +
"using 22 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with Skylink?"
);
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 Skylink MCP Server
Empower your AI agents to completely manage your real estate pipeline using the Skylink CRM platform. With 22 robust tools spanning CRM and VoIP operations, your AI can now programmatically organize leads, analyze call logs, manage complex deals, and evaluate agent performance.
Mastra's agent abstraction provides a clean separation between LLM logic and Skylink tool infrastructure. Connect 22 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
- Create, update, and filter real estate leads
- Manage the entire deal and contact lifecycle
- Access comprehensive call logs and VoIP analytics
- Track agent activity and performance metrics
- View full lead interaction timelines
- Assign and monitor team tasks
Who is it for?
Specifically built for real estate brokerages, property managers, and high-volume sales teams needing intelligent CRM automation and telephony integration.The Skylink MCP Server exposes 22 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 22 Skylink tools available for Mastra AI
When Mastra AI connects to Skylink through Vinkius, your AI agent gets direct access to every tool listed below — spanning lead-management, deal-tracking, call-analytics, 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.
Check skylink status on Skylink
Verify connectivity
Create contact on Skylink
Create a contact
Create deal on Skylink
Create a deal
Create lead on Skylink
Create a lead
Create task on Skylink
Create a task
Get account on Skylink
Get account info
Get agent performance on Skylink
Get agent performance
Get call on Skylink
Get call details
Get call analytics on Skylink
Get call analytics
Get contact on Skylink
Get contact details
Get deal on Skylink
Get deal details
Get lead on Skylink
Get lead details
Get lead timeline on Skylink
Get lead timeline
List activities on Skylink
List activities
List calls on Skylink
List all calls
List contacts on Skylink
List all contacts
List deals on Skylink
List all deals
List leads on Skylink
List all leads
List leads by status on Skylink
Filter leads by status
List tasks on Skylink
List tasks
Update deal on Skylink
Update a deal
Update lead on Skylink
Update a lead
Connect Skylink to Mastra AI via MCP
Follow these steps to wire Skylink 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 Skylink MCP Server
Mastra AI provides unique advantages when paired with Skylink through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Skylink 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 Skylink 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
Skylink + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the Skylink MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query Skylink, process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed Skylink as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query Skylink on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using Skylink tools alongside other MCP servers
Example Prompts for Skylink in Mastra AI
Ready-to-use prompts you can give your Mastra AI agent to start working with Skylink immediately.
"List all new leads in Skylink that haven't been contacted yet."
"Show all deals in the 'negotiation' stage in Skylink with their values."
"Show agent performance metrics in Skylink for this month."
Troubleshooting Skylink MCP Server with Mastra AI
Common issues when connecting Skylink to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpSkylink + Mastra AI FAQ
Common questions about integrating Skylink 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 →
Blockchain.com Data
10 toolsAccess real-time Bitcoin blockchain data via Blockchain.com — query blocks, transactions, and addresses directly from any AI agent.

TikTok Ads
8 toolsEquip your AI agent with direct access to TikTok Ads — manage campaigns, track ad performance, and optimize spend without opening TikTok Ads Manager.

Mailtrap
12 toolsTest, debug, and preview emails in a sandbox before sending to production with analytics that catch rendering issues early.

Trello
10 toolsAutomate project management via Trello — list boards, manage lists, and inspect or create cards directly from any AI agent.
