INDIVIDUAL MCP TOOL
trip_delete
Delete one saved trip and free the free-tier slot it held that month.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/delegacja
Connect to this endpoint to inspect the live schema for trip_delete and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-per-diem]
url = "https://mcp.zovo.one/mcp/delegacja"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-per-diem": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/delegacja"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-per-diem
Remote MCP URL: https://mcp.zovo.one/mcp/delegacja
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-per-diem": {
"url": "https://mcp.zovo.one/mcp/delegacja"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-per-diem": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/delegacja"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-per-diem",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/delegacja"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
perdiem_rates— List a scheme's bundled daily allowance rates with the authority, instrument, source URL and effective date they came from.perdiem_calc— Calculate the daily travel allowance for one trip: the amount per day and the total in the scheme's currency, with the partial-day fraction and the meal deductions the scheme's own rule applies.trip_record— Calculate a trip and save it under a name, traveller taken from the shared business profile; returns the TRIP-YYYY-NNNN id.trip_list— List saved trips with the scheme, destination, dates and total on each, and a total per currency.trip_export— Return the exact expense_add arguments for a saved trip: one payload for subsistence and, with split_lodging, one for lodging.perdiem_report— Total saved trips per scheme and calendar month, bucketed by start date: trips, days, subsistence and lodging, each in the scheme's own currency, with the trip ids behind every figure.license_status— Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.license_activate— Turn Pro on for this connection with key, an MCPL1.