Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. SUNAGO Matrix
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

SUNAGO Matrix

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Project management, CRM, time tracking and project economy for consulting and engineering firms

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sunago-matrix": {
      "command": "npx",
      "args": [
        "-y",
        "sunago-matrix"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

SUNAGO Matrix MCP Server

Connect Claude, Cursor, VS Code or any MCP client to your consulting firm's project data.

A remote Model Context Protocol server for SUNAGO Matrix, the professional services automation platform for consulting and engineering firms. It exposes projects, CRM, tasks, timesheets, expenses, resource planning, HR and reporting as 105 tools, so you can ask an AI assistant about your own business instead of exporting a spreadsheet.

Code
https://sunago-matrix.com/mcp

No install, no API key, no npm package. It is a hosted remote server: point a client at the URL, sign in, and every call runs as you, under your own permissions.

Endpointhttps://sunago-matrix.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1, discovered from RFC 9728 protected-resource metadata
Tools105 (31 read-only, 74 can write)
Prompts4
Registry namecom.sunago-matrix/matrix
Product pageAI project management

Quick start

Claude Code

Terminal
claude mcp add --transport http sunago-matrix https://sunago-matrix.com/mcp

Then run /mcp in a session and complete the browser sign-in.

Claude (web and desktop) - add a custom connector pointing at https://sunago-matrix.com/mcp.

Cursor - .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "sunago-matrix": {
      "url": "https://sunago-matrix.com/mcp"
    }
  }
}

VS Code - .vscode/mcp.json:

config.json
{
  "servers": {
    "sunago-matrix": {
      "type": "http",
      "url": "https://sunago-matrix.com/mcp"
    }
  }
}

Full instructions, including troubleshooting, are in QUICKSTART.md. Ready-made config files are in examples/.

Once connected, ask your assistant to call whoami. It answers with who you are signed in as and which permissions you hold, which confirms the connection and tells the assistant what it is allowed to attempt.


What you can ask it

  • Which projects are running over budget right now, and by how much?
  • Log six hours on the Novo Nordisk integration for Tuesday, non-billable.
  • Who is allocated above 100 percent in the next three weeks?
  • What is in my pipeline that has not moved in a month?
  • Which fixed-fee milestones are due but still not marked invoiced?
  • Add a risk to the Aarhus rollout: the client's test environment is not ready.

Four named prompts ship with the server, so a client can offer these without anyone knowing a tool name: what is waiting on me, project status, log time and ready to invoice.

Two conveniences worth knowing about:

  • Names work as well as ids. Reference arguments accept a name as readily as a UUID, resolved in the wrapper every tool runs through. Say "Novo Nordisk" or a colleague's name; if it matches more than one record the tool returns every candidate rather than guessing.
  • Lists always paginate. Every list response carries pagination.total and has_more, so an assistant that totals one page is told it is counting wrong.

The tools

105 tools across the product. Full reference with the permission behind each one: TOOLS.md.

AreaToolsWhat it covers
Projects39Projects, team, materials, external services, risks, budgets, billing plans, invoicing settings
CRM20Leads, contacts, deals, follow-ups
Time and expenses13Logging hours, approvals, out-of-pocket expenses
Tasks8Tasks on projects and the dependencies between them
Resource planning4Allocating people across projects over time
HR4Employees and the workspace's own roles
Notes4Notes with @-mentions on a lead, deal, contact or task
Notifications4Your own notifications, and messages to colleagues
Contracts3Contracts attached to deals and projects
Proposals1Proposal documents, read-only by choice
Reports1Finished reports rather than raw rows
Recycle bin1Deleted records, kept for 30 days
Identity1Who you are and what you may see
Meta2Find a tool by keyword, call one by name

What it is allowed to touch

Worth reading before connecting an assistant to a system that holds your project economy. The full model is in PERMISSIONS.md; the shape of it:

It runs as you. Every call carries your own verified session token and reaches the database as you, under row-level security. There is no service-role key anywhere in the server and no administrative bypass, so a connection cannot reach a workspace you do not belong to.

Your existing permissions still apply. Each tool checks the same feature permission the Matrix interface checks, and a refusal names the permission that is missing so you know what to ask an admin for.

Deletion is not uniform, and the docs say so. Five deletes are soft: 30 days in the recycle bin, admin only. Thirteen are permanent, and ten of those refuse to run until a human supplies an exact confirmation phrase. Twelve tools in all are restricted to workspace admins.

Money is gated separately. Four tools read financial data behind finance.view; four write behind finance.create or finance.edit. No tool issues an invoice, sends one, or records a payment. No tool reads or writes an annual salary, a gross hourly rate, a national ID, or any bank or card detail.

Two capabilities go further than the rest, and are documented rather than left to be discovered: the cost per hour derived from salary is returned per named employee by the utilisation report and by the cost repair tool, to callers who already hold reports.view or time.approve; and hr_update_employee can grant or remove workspace administrator rights behind hr.edit. Both are the same authority the person already has in the Matrix interface.

Everything is written down. Every write leaves an audit row carrying the tool, the caller and the arguments as the server resolved them, written by the wrapper all 105 tools run through. Writes are capped at 120 per minute per user. Reads are neither recorded nor limited.


About SUNAGO Matrix

SUNAGO Matrix is professional services automation software built for consulting and engineering firms: the pipeline, the proposal and its digital signature, the resource plan, the project, the hours logged against it, the expenses, and the reporting over the top, in one system.

What separates it from the category is how it costs work. Most systems derive an hourly cost by dividing annual salary by a nominal year. Matrix derives it from capacity, vacation and the utilisation a person actually achieves, and carries that rate through every margin and forecast in the product. That is why the MCP server can answer "is this project making money" rather than only "how many hours were logged".

  • Project cost tracking - real cost per hour, live margin, forecast at completion
  • Resource planning - capacity and allocation across consultants
  • Timesheet software - billable and non-billable time with approvals
  • CRM for consulting firms - pipeline, proposals and contracts
  • Cloud project management - budgets, phases, milestones, dependencies
  • KPI reporting - utilisation, realisation and firm-level KPIs
  • Pricing - one plan, every module included, 14-day free trial

Not building an assistant? There is also a REST API, webhooks and a Zapier integration.


Documentation

QUICKSTART.mdConnecting each client, first calls, troubleshooting
TOOLS.mdAll 105 tools and the permission behind each
PERMISSIONS.mdThe authorisation model in full
CHANGELOG.mdChanges to the tool surface
server.jsonMCP Registry metadata
examples/Configuration files to copy

How this stays true

Nothing countable in this repository is written by hand. data/tools.json is generated from the server's own tool definitions and from the permission gate each handler runs before it acts, and TOOLS.md is rendered from that. The prose claims are checked too: data/verified-claims.json lists every factual statement made here and on sunago-matrix.com/ai-project-management, each paired with the file and pattern in the server source that proves it. A claim without a check does not get published.

This exists because an earlier draft of these pages carried six statements that were not true of the code. The numbers were generated and were right; the sentences were hand-written and were not.

Reporting a problem

Open an issue here for anything about the documentation or the tool surface. For anything touching your own workspace data, or a suspected security issue, email sunago@sunago-group.com rather than filing publicly.

Licence

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    πŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server β†’
  • Taskfolk logoTaskfolk

    Project management for teams and their AI agents.

    πŸ’¬ Communication0 views
    Compare vs Taskfolk β†’
  • Abnormal Security MCP logoAbnormal Security MCP

    Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

    πŸ’¬ Communication0 views
    Compare vs Abnormal Security MCP β†’
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about SUNAGO Matrix

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "sunago-matrix": { "command": "npx", "args": ["-y", "SUNAGO Matrix"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSUNAGO Matrix AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sunago-matrix?style=directory)](https://allmcps.com/mcp/sunago-matrix)
HTML Embed
<a href="https://allmcps.com/mcp/sunago-matrix"><img src="https://allmcps.com/api/badge/sunago-matrix?style=directory" alt="SUNAGO Matrix on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to SUNAGO Matrix β†’Install in Claude DesktopInstall in CursorInstall in VS Code