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_KEYExample: 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
/activitiesGet a list of activities
POST
/activitiesCreate an activity
DELETE
/activities/bulkDeleteBulk delete activities
PUT
/activities/{activity_id}Edit an activity
DELETE
/activities/{activity_id}Delete an activity
GET
/citiesGet list of cities supported in Apacta
GET
/cities/{city_id}Get details about one city
GET
/clocking_recordsGet a list of clocking records
POST
/clocking_recordsCreate clocking record for authenticated user
POST
/clocking_records/checkoutCheckout active clocking record for authenticated user