Skip to main content
Model Context Protocol · 18 tools

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.
See your card

Read your live card and its public URL.

“Show me my current NexaLink card.”

Create a 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.”

Edit any field

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.”

Manage links

LinkedIn, X, Instagram, GitHub, YouTube, TikTok, WhatsApp, Calendly… merged, never wiped.

“Add my LinkedIn and my Calendly booking link.”

Set avatar / logo / banner

Point any image at the card.

“Set my banner to this image: <url>.”

Team-directory visibility

Show or hide your card in your team's directory.

“Hide my card from the team directory.”

List all your cards

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.
Search / list

Filter by name, company, status, favorites, or leads.

“Who did I meet from Acme? Show my leads.”

Add a contact

Create a contact with full details + tags.

“Add John Smith, CTO at Beta, john@beta.io — tag him ‘SaaStr’, mark as a lead.”

Update a contact

Change any field, favorite/lead flags, relationship status, follow-up date.

“Mark John as a favorite and set his status to nurturing.”

Add a note

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).
See your team

Tier, seat limit, seats used, your role.

“What's my team and how many seats are left?”

List members

Everyone on the team and their status.

“Who's on my team right now?”

Invite a member

Invite by email — seat limit + any locked domain enforced.

“Invite alex@acme.com to my team.”

Remove a member

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.
View branding

See the team brand template.

“Show my team's branding.”

Set branding

Team logo, brand color, company, website.

“Set our team logo to <url> and brand color to #0047A1.”

Lock an email domain

Require a domain for team invites.

“Only allow @acme.com emails to join the team.”

Custom domain

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.

CapabilityFreeProPremium
Cards15Unlimited
Contacts25UnlimitedUnlimited
Pro templates + custom colors
Lead capture, who-viewed, export/import
Team invites & brandingTeam plan
Custom domain, remove branding, all templates

See full pricing →

Secure by design

Acts as you — nothing more

Every action runs strictly as your account, scoped to your own data. The assistant can never touch another user's card or contacts.

Token you control

Generate a personal access token in Settings, paste it once. Revoke it anytime and it stops working immediately.

Respects your plan

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.

Audited & rate-limited

Every change is logged to your account activity, and usage is rate-limited per token.

How it works

Standard MCP, over HTTPS

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.

Bearer-token auth

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.

18 tools, picked automatically

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.

Server-side enforcement

Plan entitlements, ownership checks, and the read-only demo guard are enforced on the server — the AI is treated as untrusted input.

Roadmap: one-click Connect

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

  1. 1
    Generate a token

    Go to Settings → MCP / AI assistants and create a personal access token. Copy it — it's shown once.

  2. 2
    Add 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_..." }
        }
      }
    }
  3. 3
    Just 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 →