Manage your NexaLink card from inside Claude
Connect Claude, Cursor, or any MCP client and run your whole digital business card by chat — create it, edit every field, manage contacts and your team, set branding. Securely, as your own account.
Everything you can do
18 tools across four surfaces. Just ask in plain language — here's the full set with example prompts.
Your card
Full lifecycle control of your digital business card — create it, edit every field, swap imagery, manage links, control visibility.Read your live card and its public URL.
“Show me my current NexaLink card.”
Spin up a new card from a few details (name required).
“Create my card: Jane Doe, Head of Growth at Acme, jane@acme.com.”
Name, title, company, department, profession, bio, tagline, phone(s), email, website, location, booking link — anything.
“Change my title to VP Sales and rewrite my bio to be punchier.”
LinkedIn, X, Instagram, GitHub, YouTube, TikTok, WhatsApp, Calendly… merged, never wiped.
“Add my LinkedIn and my Calendly booking link.”
Point any image at the card.
“Set my banner to this image: <url>.”
Show or hide your card in your team's directory.
“Hide my card from the team directory.”
See every card you own (multi-card on paid plans).
“List all my cards.”
Contacts (CRM)
Your personal CRM — capture, find, and enrich the people you meet, without leaving the chat.Filter by name, company, status, favorites, or leads.
“Who did I meet from Acme? Show my leads.”
Create a contact with full details + tags.
“Add John Smith, CTO at Beta, john@beta.io — tag him ‘SaaStr’, mark as a lead.”
Change any field, favorite/lead flags, relationship status, follow-up date.
“Mark John as a favorite and set his status to nurturing.”
Append a timestamped note to a contact.
“Note on John: discussed a Q3 pilot, follow up in two weeks.”
Team
Run your team plan by chat — seats, invites, and removals (owner-only).Tier, seat limit, seats used, your role.
“What's my team and how many seats are left?”
Everyone on the team and their status.
“Who's on my team right now?”
Invite by email — seat limit + any locked domain enforced.
“Invite alex@acme.com to my team.”
Free up a seat.
“Remove alex@acme.com from the team.”
Branding
Centralized brand control for teams — logo, colors, locked invite domain, and a custom domain.See the team brand template.
“Show my team's branding.”
Team logo, brand color, company, website.
“Set our team logo to <url> and brand color to #0047A1.”
Require a domain for team invites.
“Only allow @acme.com emails to join the team.”
Serve cards on your own domain (Premium).
“Connect card.acme.com to my card.”
Works with your plan
The MCP tools enforce the exact same entitlements as the web app.
| Capability | Free | Pro | Premium |
|---|---|---|---|
| Cards | 1 | 5 | Unlimited |
| Contacts | 25 | Unlimited | Unlimited |
| Pro templates + custom colors | — | ✓ | ✓ |
| Lead capture, who-viewed, export/import | — | ✓ | ✓ |
| Team invites & branding | — | Team plan | ✓ |
| Custom domain, remove branding, all templates | — | — | ✓ |
Secure by design
Every action runs strictly as your account, scoped to your own data. The assistant can never touch another user's card or contacts.
Generate a personal access token in Settings, paste it once. Revoke it anytime and it stops working immediately.
Plan limits and paid features are enforced server-side, identically to the web app — the AI can't unlock anything you haven't paid for.
Every change is logged to your account activity, and usage is rate-limited per token.
How it works
A spec-compliant Model Context Protocol server at https://nexalink.co/api/mcp. Any MCP-compatible client can talk to it — no SDK or plugin to install.
Authenticate with a personal access token (mcp_live_…). The server resolves it to your account on every request; the assistant never sees your password or session.
Card, contacts, team, and branding tools are described to the assistant; it chooses the right one from your plain-language request and fills in the arguments.
Plan entitlements, ownership checks, and the read-only demo guard are enforced on the server — the AI is treated as untrusted input.
OAuth ‘Connect’ (like Airtable) and a listing in Claude's connector directory are next, so you won't even need to paste a token.
Full technical specs (auth model, transport, tool contracts) live in our engineering docs.
Connect in 3 steps
- 1Generate a token
Go to Settings → MCP / AI assistants and create a personal access token. Copy it — it's shown once.
- 2Add NexaLink to your MCP client
Paste this into your client config (Claude Desktop, Cursor, …):
{ "mcpServers": { "nexalink": { "url": "https://nexalink.co/api/mcp", "headers": { "Authorization": "Bearer mcp_live_..." } } } } - 3Just ask
“Update my title to Head of Growth and add my Calendly link.” “Add the 3 people I met today to my contacts.” “Invite alex@acme.com to my team.”
Questions
What is the NexaLink MCP server?
A Model Context Protocol server that lets an AI assistant (Claude, Cursor, and others) manage your NexaLink account on your behalf — your card, contacts, team, and branding — through natural conversation.
Which clients work today?
Any MCP client that supports a bearer header: Claude Desktop and Cursor (paste the generated config), plus programmatic clients. A one-click ‘Connect’ web experience (OAuth) is on the roadmap.
Is it secure?
Yes. You authenticate with a personal access token, every action runs as your account and respects your plan, and you can revoke access instantly. Demo accounts are read-only.
What does it cost?
It's included with your NexaLink plan. The 18 tools respect the same entitlements as the web app — higher plans simply unlock more (more cards, custom domains, branding control).
How do I connect it?
Go to Settings → MCP / AI assistants, generate a token, and paste the provided config into your MCP client pointed at https://nexalink.co/api/mcp.
Run your card by conversation
Generate a token and connect your assistant in two minutes.
Get your token →