Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

Apacta MCP Server

API for a tool to craftsmen used to register working hours, material usage and quality assurance. # Endpoint The endpoint `https://app.apacta.com/api/v1` should be used to communicate with the API. API access is only allowed with SSL encrypted connection (https). # Authentication URL query authentic

Quick Setup

Transport: STDIO

Command: npx -y @mcp/apacta-com

Environment Variables

APACTA_API_KEY

Example: your_apacta_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "apacta-com": {
      "command": "npx",
      "args": ["-y","@mcp/apacta-com"],
      "env": {
      "APACTA_API_KEY": "your_apacta_api_key"
}
    }
  }
}

Endpoints

GET/activities

Get a list of activities

POST/activities

Create an activity

DELETE/activities/bulkDelete

Bulk delete activities

PUT/activities/{activity_id}

Edit an activity

DELETE/activities/{activity_id}

Delete an activity

GET/cities

Get list of cities supported in Apacta

GET/cities/{city_id}

Get details about one city

GET/clocking_records

Get a list of clocking records

POST/clocking_records

Create clocking record for authenticated user

POST/clocking_records/checkout

Checkout active clocking record for authenticated user