MOCO agency and project management platform
@niondigital
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"moco": {
"command": "npx",
"args": [
"-y",
"@niondigital/moco-mcp"
],
"env": {
"MOCO_API_KEY": "your-moco-api-key",
"MOCO_SUBDOMAIN": "your-subdomain"
}
}
}
}ツール
7Get 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
概要
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).
「開発者ツール」の他のコンテンツ
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
コメント