MCP.so
Sign In

MOCO agency and project management platform

@niondigital

About MOCO agency and project management platform

A Model Context Protocol (MCP) server that provides employee read access to the MOCO API for time tracking, project management, holiday tracking, and presence monitoring.

Basic information

Category

Developer Tools

Transports

stdio

Publisher

niondigital

Submitted by

David Seibert

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "moco": {
      "command": "npx",
      "args": [
        "-y",
        "@niondigital/moco-mcp"
      ],
      "env": {
        "MOCO_API_KEY": "your-moco-api-key",
        "MOCO_SUBDOMAIN": "your-subdomain"
      }
    }
  }
}

Tools

7

Get all activities within a date range with automatic summation by date, project, and task. Optionally filter by project ID.

Get all projects assigned to the current user or search within assigned projects by name/description. If no query is provided, returns all assigned projects.

Get all tasks for a specific assigned project by project ID. Only works for projects assigned to the current user.

Get all user holidays for a specific year with utilization calculations and remaining vacation days

Get user presences within a date range with daily aggregation and total calculations

Get all user sick days for a specific year with daily breakdown and total calculations

Get all public holidays for a specific year with daily breakdown and total calculations

Overview

What is MOCO agency and project management platform?

A Model Context Protocol (MCP) server that provides employee read access to the MOCO API for time tracking, project management, holiday tracking, and presence monitoring. It's designed for users who want to query MOCO data via AI assistants or chat clients.

How to use MOCO agency and project management platform?

Install via npx -y @niondigital/moco-mcp, then configure your MCP client with the environment variables MOCO_API_KEY and MOCO_SUBDOMAIN. Integration guides are provided for Claude Desktop, Cursor, Windsurf, Claude Code, Gemini CLI, Kiro, and LM Studio.

Key features of MOCO agency and project management platform

  • Read-only access to MOCO data
  • Tools for activities, projects, tasks, holidays, presences, sick days, public holidays
  • Eight intelligent prompts for reports, planning, and analysis
  • Date range and project filtering on activities
  • Formatted text summaries with statistics

Use cases of MOCO agency and project management platform

  • Generate weekly time tracking reports with project breakdowns
  • Plan vacation by analyzing available days and public holidays
  • Monitor work-life balance and working time compliance
  • Analyze team capacity and resource allocation

FAQ from MOCO agency and project management platform

What are the prerequisites?

Node.js ≥ 18.0.0, a MOCO account with API access, and a MOCO API key plus subdomain.

How do I get my MOCO API credentials?

Log into MOCO, go to Profile → Integrations, copy the API key. Your subdomain is the part before .mocoapp.com in your MOCO URL.

What permissions does this server have?

It provides read-only access. No write or modify operations are supported.

How do I configure the server for my MCP client?

Set the environment variables MOCO_API_KEY and MOCO_SUBDOMAIN in the client's configuration JSON under the env section.

What should I do if I see an authentication error?

Verify the API key is correct and has the necessary permissions. Ensure the subdomain contains only the subdomain name (e.g., company, not company.mocoapp.com).

Comments

More Developer Tools MCP servers