Ez@work

Created By
eranfinish6 hours ago
Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers.
Overview

EZ@Work for Claude

Run your business from natural conversation. Connect EZ@Work to Claude.ai, Claude Desktop, or Claude Code in under 60 seconds.

What it does

  • list_clients — Browse and filter your clients
  • create_client — Add new clients with contact info and billing terms
  • list_projects — Review project status, budgets, and timelines
  • log_time_entry — Track billable hours against any project
  • create_invoice — Draft invoices with automatic currency and tax handling

Setup

  1. Sign up free at app.ezatwork.com
  2. In Claude.ai → Settings → Connectors → Add custom connector
  3. URL: https://mcp.ezatwork.com/mcp
  4. Sign in with Google (must match your EZ@Work email)

Try it

"List my active clients" "Create an invoice for Acme Co — 10 hours at $100/hr, due in 30 days" "Log 2 hours to the Mobile App project for today's design review"

Security

OAuth 2.1 with PKCE. Scoped tokens. Full audit log. Revocable any time at /settings/api-tokens.

Coming in v1.1

Contract drafting and e-signature workflow — already available in the EZ@Work web app (Professional tier), coming to MCP soon.

Documentation · Source

Server Config

{
  "mcpServers": {
    "ezatwork": {
      "type": "http",
      "url": "https://mcp.ezatwork.com/mcp"
    }
  }
}
Project Info
Created At
6 hours ago
Updated At
6 hours ago
Author Name
eranfinish
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Jiebang Tools

12 hours ago
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

3 hours ago