How to Use the Sansan MCP in Claude Code
Pipe your entire Sansan business card database directly into your shell scripts and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Sansan MCP to Claude Code
Create your Vinkius account to connect Sansan to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Export and pipe contact data.
These tools let you export contacts as JSON for other programs. Run `claude mcp sansan-mcp list_persons` and pipe the raw JSON output directly to `jq` for filtering or a script for processing. It’s a clean, scriptable way to access your entire contact list. Forget manual exports from a web UI. You can set up a cron job to pull fresh contact data every hour, find new leads with `search_biz_cards`, and feed them into another system. This is your data, on your terms, in your terminal.
Build automated reports from the CLI.
This MCP server enables automated reporting from the command line. A simple shell script can call `list_biz_cards` with a date filter, `list_users` to see who added them, and format a plain text report to be posted to a Slack channel via a webhook. This turns your Sansan account into a programmable data source. You can build monitoring and reporting that fits exactly how your team works, all within your existing CI/CD environment.
Run headless directory sync jobs.
Keep an external system in sync with your Sansan org chart. Write a GitHub Action that runs nightly, calls `list_departments` and `list_persons`, and updates an internal database or LDAP server. The process is completely headless and requires no user interaction. This isn't about looking up one person. It's about treating your entire Sansan network as a database you can query and sync from any automated environment. If a new user is added, your script can see it via `list_users` and provision access elsewhere.
Set up Sansan MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seesansan-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Sansan transactions." It will automatically discover and invoke the available Sansan tools.
claude mcp add --transport http sansan-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Sansan MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Sansan MCP today
We host it, we monitor it, we maintain it. You just paste one token.