How to Use the Fxiaoke MCP in Claude Code
Automate your Fxiaoke CRM from the terminal. A headless MCP server for your cron jobs and CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Fxiaoke MCP to Claude Code
Create your Vinkius account to connect Fxiaoke 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.
Pipe Fxiaoke data into any script
This MCP server gives you raw, scriptable access to your CRM. Use it in your shell to pipe data between systems. Run `claude exec fxiaoke-mcp list_leads` to get a clean JSON array of all your leads. From there, pipe it to `jq` for filtering or into an ETL script that loads it into your data warehouse. It’s a simple, powerful way to sync data without a complex integration platform. This is what a real MCP connection enables.
Gate deployments on Fxiaoke approvals
Integrate sales approvals directly into your CI/CD pipeline. Before deploying a new feature for a major client, your GitHub Action can run a command to check if the deal's approval has been granted. The script calls `list_approvals` and `get_approval_details` to find the status. If it's not 'approved', the pipeline fails. This connects your technical deployments to your business processes in a concrete way.
Run bulk operations from the command line
Write simple shell scripts for batch processing. Need to create a hundred new leads from a CSV? A `while` loop that reads the file and calls `claude exec fxiaoke-mcp create_lead` for each line is all it takes. Because Claude Code is headless and built for the terminal, you can run these operations in a Docker container, an SSH session, or as a scheduled cron job. It's automation without the UI.
Set up Fxiaoke 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 seefxiaoke-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Fxiaoke transactions." It will automatically discover and invoke the available Fxiaoke tools.
claude mcp add --transport http fxiaoke-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 Fxiaoke MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Fxiaoke MCP today
We host it, we monitor it, we maintain it. You just paste one token.