How to Use the Tactile CRM MCP in Claude Code
Automate CRM reporting jobs in the terminal. Run complex Tactile CRM workflows with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Tactile CRM MCP to Claude Code
Create your Vinkius account to connect Tactile CRM to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Run nightly opportunity reports.
Need a cron job to check deals? Call `list_opportunities` and pipe the results into a script. Then, for each deal ID, run `get_opportunity_details(id)` to extract current values and owners. This validates your entire sales pipeline at once. You get a clean report of every open deal without needing a GUI or browser.
Batch validate contact records.
Writing a cleanup script? First, use `list_contacts` to fetch all users. Then, loop through the IDs and run `get_contact_details(id)` for each one. This lets your shell script check if key fields like phone or email are populated before deletion. It's perfect for headless execution in a CI/CD pipeline.
Generate company status reports.
Use `list_companies` to get every organization ID. From that list, you can pull detailed data using `get_company_details(id)` which includes the main address and description. You can then pipe this into a CSV report for your team. You automate the creation of status documents that usually take hours to compile.
Set up Tactile CRM 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 seetactile-crm-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Tactile CRM transactions." It will automatically discover and invoke the available Tactile CRM tools.
claude mcp add --transport http tactile-crm-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 Tactile CRM MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Tactile CRM MCP today
We host it, we monitor it, we maintain it. You just paste one token.