How to Use the Formilla MCP in Claude Code
Run terminal commands to query Formilla chat logs and sync contact records via Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Formilla MCP to Claude Code
Create your Vinkius account to connect Formilla 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.
Search customer records directly from your terminal
The `search_contacts` tool queries your CRM database using specific search parameters to locate matching profiles. Claude Code runs this MCP tool headless, letting you pipe the output into grep, jq, or local text files for rapid analysis. This is perfect for terminal-bound developers who need to check user details fast. You don't have to open a browser; just ask your agent to find the user, and it returns their profile data to your shell.
Audit your live chat support queues via CLI
The `list_conversations` tool retrieves a list of active and closed chat sessions from your widget. Claude Code monitors this list via cron jobs or shell scripts, alerting you to spikes in support volume or unassigned chats. When a critical chat comes in, the agent calls `get_conversation` to output the transcript directly to your terminal. This lets you troubleshoot system outages with live feedback from users who are currently experiencing the issue.
Script automated CRM updates with this MCP Server
The `upsert_contact` tool creates a new contact record or updates an existing one if the email already exists. Claude Code uses this tool inside terminal-based workflows to sync backend database events with your marketing platform. For example, you can set up a shell script that triggers whenever a user upgrades their plan. The agent catches the event, updates their profile status, and ensures your support team sees their correct tier during live chats.
Set up Formilla 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 seeformilla-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Formilla transactions." It will automatically discover and invoke the available Formilla tools.
claude mcp add --transport http formilla-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 Formilla MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Formilla MCP today
We host it, we monitor it, we maintain it. You just paste one token.