Proxycurl (LinkedIn Data) MCP Server for Mastra AIGive Mastra AI instant access to 18 tools to Add Monitor Target, Check Disposable Email, Company Website Lookup, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Proxycurl (LinkedIn Data) 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 Proxycurl (LinkedIn Data) MCP Server for Mastra AI is a standout in the Sales Automation category — giving your AI agent 18 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: {
"proxycurl-linkedin-data": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "Proxycurl (LinkedIn Data) Agent",
instructions:
"You help users interact with Proxycurl (LinkedIn Data) " +
"using 18 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with Proxycurl (LinkedIn Data)?"
);
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 Proxycurl (LinkedIn Data) MCP Server
Connect Proxycurl to your AI agent to access real-time B2B intelligence and LinkedIn-derived data. This server provides a powerful suite of tools for sales, recruitment, and market research.
Mastra's agent abstraction provides a clean separation between LLM logic and Proxycurl (LinkedIn Data) tool infrastructure. Connect 18 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
- Company Intelligence — Resolve company names to websites, fetch logos, and retrieve deep metadata including industry and leadership using
company_website_lookupandget_company_details. - Financial Insights — Access complete funding histories, investment rounds, and participating investors for private and public companies via
get_company_funding. - People Data — Enrich professional profiles from work emails or names with
get_employee_profile, and search for employees within specific organizations usingsearch_employees. - Market Analysis — Identify competitors based on product similarity with
get_competitor_listingand list probable customers or partners. - Monitoring — Create and manage monitor feeds to track organizational changes over time using
create_monitor_feed.
The Proxycurl (LinkedIn Data) MCP Server exposes 18 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 18 Proxycurl (LinkedIn Data) tools available for Mastra AI
When Mastra AI connects to Proxycurl (LinkedIn Data) through Vinkius, your AI agent gets direct access to every tool listed below — spanning linkedin-data, b2b-intelligence, company-enrichment, 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.
Add monitor target on Proxycurl (LinkedIn Data)
Add a target to an existing monitor feed
Check disposable email on Proxycurl (LinkedIn Data)
Detect temporary or throwaway email addresses
Company website lookup on Proxycurl (LinkedIn Data)
Resolve a company name to its canonical website URL
Create monitor feed on Proxycurl (LinkedIn Data)
Create a new monitor feed for company changes
Get company details on Proxycurl (LinkedIn Data)
Retrieve comprehensive company metadata and leadership teams
Get company employee count on Proxycurl (LinkedIn Data)
Retrieve the estimated headcount range for a company
Get company funding on Proxycurl (LinkedIn Data)
It may take up to 5 minutes. Retrieve full funding history, rounds, and participating investors
Get company logo on Proxycurl (LinkedIn Data)
Retrieve a 128x128 PNG logo URL for any company
Get company updates on Proxycurl (LinkedIn Data)
Aggregate blog posts and X/Twitter updates into a mixed timeline
Get competitor listing on Proxycurl (LinkedIn Data)
Find competitors and the reasoning (keyword overlap or product similarity)
Get credit balance on Proxycurl (LinkedIn Data)
Check your remaining API credit balance
Get customer listing on Proxycurl (LinkedIn Data)
Get a list of probable customers, investors, and partner platforms
Get employee profile on Proxycurl (LinkedIn Data)
Enrich professional profiles from work emails or name/employer combinations
Get monitor rss on Proxycurl (LinkedIn Data)
Get the RSS feed for a specific monitor feed
Get similar employees on Proxycurl (LinkedIn Data)
Repeat queries are served free from cache. Find counterparts in similar roles at competing companies
List monitor feeds on Proxycurl (LinkedIn Data)
List all active monitor feeds
Lookup work email on Proxycurl (LinkedIn Data)
Best-effort lookup of a public work email from a name and domain
Search employees on Proxycurl (LinkedIn Data)
Find current employees of a company by role and geography
Connect Proxycurl (LinkedIn Data) to Mastra AI via MCP
Follow these steps to wire Proxycurl (LinkedIn Data) 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 Proxycurl (LinkedIn Data) MCP Server
Mastra AI provides unique advantages when paired with Proxycurl (LinkedIn Data) through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Proxycurl (LinkedIn Data) 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 Proxycurl (LinkedIn Data) 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
Proxycurl (LinkedIn Data) + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the Proxycurl (LinkedIn Data) MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query Proxycurl (LinkedIn Data), process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed Proxycurl (LinkedIn Data) as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query Proxycurl (LinkedIn Data) on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using Proxycurl (LinkedIn Data) tools alongside other MCP servers
Example Prompts for Proxycurl (LinkedIn Data) in Mastra AI
Ready-to-use prompts you can give your Mastra AI agent to start working with Proxycurl (LinkedIn Data) immediately.
"Find the official website for 'Nvidia'."
"Show me the funding history for 'SpaceX'."
"Who are the main competitors for 'Zoom'?"
Troubleshooting Proxycurl (LinkedIn Data) MCP Server with Mastra AI
Common issues when connecting Proxycurl (LinkedIn Data) to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpProxycurl (LinkedIn Data) + Mastra AI FAQ
Common questions about integrating Proxycurl (LinkedIn Data) 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 →
IPGeolocation (IP Intelligence & Time)
3 toolsResolve IP addresses via IPGeolocation — get precise location, timezone details, and local astronomy data.

Autenti
12 toolsSign documents digitally with legal-grade electronic signatures that comply with European eIDAS regulations.

ScrapingBee
10 toolsScrape websites without getting blocked using headless browsers, proxy rotation, and JavaScript rendering handled for you.

ARGUS Cloud
6 toolsManage commercial real estate assets and portfolios with ARGUS — track valuations and alerts via AI.
