Apacta MCP Config
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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apacta-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apacta-com.json to fetch programmatically.
{
"mcpServers": {
"apacta-com": {
"command": "npx",
"args": ["-y","@mcp/apacta-com"],
"env": {
"APACTA_API_KEY": "your_apacta_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apacta-com.jsonEnvironment Variables
APACTA_API_KEYReplace your_apacta_api_key with your actual apacta api key
Endpoints
/activitiesGet a list of activities
/activitiesCreate an activity
/activities/bulkDeleteBulk delete activities
/activities/{activity_id}Edit an activity
/activities/{activity_id}Delete an activity
/citiesGet list of cities supported in Apacta
/cities/{city_id}Get details about one city
/clocking_recordsGet a list of clocking records
/clocking_recordsCreate clocking record for authenticated user
/clocking_records/checkoutCheckout active clocking record for authenticated user