How to Use the NeetoInvoice MCP in Claude Code
Run your entire NeetoInvoice billing cycle from a cron job. Claude Code lets you script every invoice and time entry from the terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NeetoInvoice MCP to Claude Code
Create your Vinkius account to connect NeetoInvoice 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.
Automate Invoicing in Your CI/CD Pipeline
This is what a headless client is for. Set up a scheduled GitHub Action or a cron job that triggers Claude Code. On the first of the month, your script can run and execute the billing process automatically. It can call `list_time_entries` for every active client, then loop through the results to `generate_invoice` for each one. You get an entire billing run completed with zero manual work, and the logs are right there in your pipeline output.
Make Bulk Updates from the Command Line
Imagine you need to archive 50 old projects. Doing that in a web UI is a nightmare. With Claude Code and this MCP server, you can pipe a list of project IDs directly into a shell script. The script calls `update_project` for each ID, setting the status to 'archived'. It's done in seconds. The same logic works for bulk-updating clients with `update_client` or removing team members with `remove_team_members`.
Pipe NeetoInvoice Data into Other Tools
Since Claude Code runs in your terminal, you can treat your NeetoInvoice data like any other command-line output. It's just text. You can get real-time project data and process it with the tools you already use. For example, run `claude mcp call neetoinvoice-mcp list_project_users --project_id=123` and pipe the JSON output directly to `jq` to filter for a specific role. Or pipe `list_time_entries` to `awk` to calculate total hours. It integrates perfectly into any shell workflow.
Set up NeetoInvoice 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 seeneetoinvoice-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest NeetoInvoice transactions." It will automatically discover and invoke the available NeetoInvoice tools.
claude mcp add --transport http neetoinvoice-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 NeetoInvoice MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NeetoInvoice MCP today
We host it, we monitor it, we maintain it. You just paste one token.