How to Use the TurfHop MCP in Claude Code
Run TurfHop business logic in the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TurfHop MCP to Claude Code
Create your Vinkius account to connect TurfHop 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.
Scripting Customer Intake via MCP Server
You can build a cron job to onboard clients by calling `create_customer` and piping the output. This is ideal for batch processing data from external sources. The server accepts customer details as a JSON string. Need to audit existing accounts? Your script runs `list_customers` to pull all IDs, then uses `get_customer` on each one to validate current records against your internal schema.
Scheduling and Tracking Services
To automate job scheduling, pipe data through a call to `create_job`. This lets you log services across multiple locations from a single shell script. The tool accepts complex JSON payloads describing the service work. If a job needs modification—say, changing the date or scope—you simply execute an update command calling `update_job` with the necessary ID and new parameters.
Financial Reporting via CLI
Run reports on billing cycles using `list_invoices`. This is perfect for nightly CI/CD jobs that need to verify revenue totals. You can then pull specific bill details with `get_invoice` into a CSV output. For future planning, your script can check product availability via `list_products`, ensuring the service package exists before attempting to create or update any records.
Set up TurfHop 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 seeturfhop-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest TurfHop transactions." It will automatically discover and invoke the available TurfHop tools.
claude mcp add --transport http turfhop-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 TurfHop MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TurfHop MCP today
We host it, we monitor it, we maintain it. You just paste one token.