Skip to content
MCP-Bridge
Finance & Payments

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

APACTA_API_KEY

Replace your_apacta_api_key with your actual 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