Skip to main content
Glama
adriantr

Tripletex MCP Server

by adriantr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRIPLETEX_API_URLNoAPI base URL (default: https://tripletex.no/v2)https://tripletex.no/v2
TRIPLETEX_COMPANY_IDNoCompany ID (default: 0 = own company)0
TRIPLETEX_CONSUMER_TOKENYesAPI consumer token
TRIPLETEX_EMPLOYEE_TOKENYesEmployee token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
whoami

Get information about the currently authenticated user.

search_projects

Search for projects by name or other filters. Use this to find project IDs for logging hours.

search_activities

Search for activities (e.g. development, meetings, vacation). Use this to find activity IDs for logging hours.

search_timesheet_entries

Search timesheet entries for a date range. Returns hours logged by employees.

get_timesheet_entry

Get a single timesheet entry by ID.

create_timesheet_entry

Create a new timesheet entry (log hours). Only one entry per employee/date/activity/project combo.

update_timesheet_entry

Update an existing timesheet entry. Fields not set will be nulled.

delete_timesheet_entry

Delete a timesheet entry.

get_total_hours

Get total hours registered for an employee in a date range.

get_recent_projects

Get recently used projects for timesheet entries.

get_recent_activities

Get recently used activities for a project.

start_time_clock

Start a time clock (timer) for tracking hours in real-time.

stop_time_clock

Stop a running time clock.

get_current_time_clock

Get the currently running time clock for an employee.

search_timesheet_weeks

Search weekly timesheet status.

approve_timesheet_week

Approve a timesheet week.

complete_timesheet_week

Mark a timesheet week as complete.

reopen_timesheet_week

Reopen a completed/approved timesheet week.

get_timesheet_month

Get monthly timesheet status for employees.

approve_timesheet_month

Approve a timesheet month.

complete_timesheet_month

Mark a timesheet month as complete.

reopen_timesheet_month

Reopen a completed/approved timesheet month.

search_invoices

Search outgoing (customer) invoices by date range.

get_invoice

Get a single outgoing invoice by ID.

search_supplier_invoices

Search incoming (supplier) invoices by date range.

get_supplier_invoice

Get a single supplier invoice by ID.

get_supplier_invoices_for_approval

Get supplier invoices that are pending approval.

approve_supplier_invoice

Approve a supplier invoice.

approve_supplier_invoices

Approve multiple supplier invoices at once.

reject_supplier_invoice

Reject a supplier invoice. A comment is required.

reject_supplier_invoices

Reject multiple supplier invoices at once. A comment is required.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adriantr/tripletex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server