How to Use the Namsor MCP in Claude Code
Pipe Namsor demographic predictions directly into your terminal workflows with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Namsor MCP to Claude Code
Create your Vinkius account to connect Namsor to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless demographic inference via MCP Server
Namsor exposes `predict_gender` and `predict_ethnicity` straight to your command line. Claude Code runs in the background, pulling lists of names from your server logs and hitting the tools without popping open a browser window. You trigger this inside a GitHub Action or a cron job. The CLI agent grabs the data, processes the demographic predictions, and pipes the JSON output into your monitoring stack.
Automate localization in CI/CD
The `predict_country` and `predict_origin` tools let you build geographic routing tests into your deployment pipeline. Your terminal agent reads the incoming user batch and tags them with location metadata before the database migration runs. This happens entirely headless. You write a shell script, hand it to the agent, and it executes the Namsor queries. If the origin predictions look wrong, it fails the build and alerts your SRE team.
CLI-driven name parsing
Raw text files are full of garbage name formats, which `parse_full_name` cleans up instantly. You tell the agent to sanitize a massive CSV dump. It reads the file, splits the names, and writes a clean version to disk. Using `predict_diaspora` on the cleaned data adds another layer of cultural metadata. Your DevOps scripts handle the entire extraction and transformation process via the MCP protocol.
Set up Namsor 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 seenamsor-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Namsor transactions." It will automatically discover and invoke the available Namsor tools.
claude mcp add --transport http namsor-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 Namsor MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Namsor MCP today
We host it, we monitor it, we maintain it. You just paste one token.