← Registry

Developer Tools

monopoly-gold.com

Manages projects with full CRUD operations, status tracking, goals breakdown, and dependency management for software development.

1 endpoint39 known toolsFirst detected July 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://planner.monopoly-gold.com/_mcp

No auth detected

MCP server metadata

Name
planner
Version
0.7.0
Capabilities
loggingcompletionsprompts.listChangedresources.subscriberesources.listChangedtools.listChanged

Known tools 39

project-list

List all projects with optional status filter (active/archived/paused).

Inferred read-only
project-create

Create a new project container for goals.

Potential side effects
project-get

Fetch full project details: title, slug, status, description, icon, tags, repository info, sourceRef ({type,url,ref} for remote-research or null), goals breakdown by status (backlog/in_progress/blocked/done/cancelled counts), and depends_on list of project dependencies.

Inferred read-only
project-update

Partial update of a project — only the fields you pass are changed; omitted fields are untouched.

Potential side effects
project-delete

Delete a project.

Potential side effects
project-add-dependency

Declare that one project depends on another (depends-on relationship).

Inferred read-only
project-remove-dependency

Remove a project dependency.

Potential side effects
goal-list

List goals with optional filters: projectId (UUID), status (backlog/in_progress/blocked/done/cancelled), type (goal/milestone/task/habit), parentId (UUID — direct children only).

Inferred read-only
goal-create

Create a goal/task/milestone/habit in the planning tree.

Potential side effects
goal-get

Fetch full details of a single goal: title, description, status, priority, type, mode, children, acceptance criteria (with evidence coverage), blockers, tags, deadline, estimate, history log, and project.

Inferred read-only
goal-update

Partial update of a goal — only the fields you pass are changed; omitted fields are untouched.

Potential side effects
goal-delete

IRREVERSIBLY delete a goal and all its descendants (children, evidence, blockers).

Potential side effects
goal-move

Move a goal to a different parent or project.

Inferred read-only
goal-reorder

Set display order of sibling goals within the same parent and priority band.

Inferred read-only
goal-block

Add a blocker to a goal (blockers are additive — each call appends a new one, existing blockers are preserved).

Inferred read-only
goal-remove-blocker

Remove a blocker from a goal by blocker UUID.

Potential side effects
goal-todo

Quick-capture a task or improvement idea into a project.

Inferred read-only
goal-add-note

Add a free-form note (markdown supported) to a goal — decisions taken, dead ends hit, context worth carrying into the next session.

Inferred read-only
goal-remove-note

Remove a note from a goal by note UUID.

Potential side effects
goal-tree

Fetch the full goal hierarchy as a nested tree.

Inferred read-only
goal-summary

Aggregate statistics across all goals (or scoped to a projectId): total count, breakdown by status, root count, blocked count, and overdue count.

Inferred read-only
goal-add-criterion

Append an acceptance criterion to a goal.

Inferred read-only
goal-update-criterion

Update an acceptance criterion: its text and/or its class + probe.

Potential side effects
goal-remove-criterion

Remove an acceptance criterion from a goal.

Potential side effects
goal-attach-evidence

PRIMARY path to close a Grove goal: this is the ONLY tool that covers an acceptance criterion.

Inferred read-only
goal-request-upload

PREFERRED path to attach a LARGE binary evidence file (screenshot, log dump, PDF, session transcript — anything > ~1 KB) to an acceptance criterion.

Potential side effects
goal-add-evidence-text

SUBORDINATE / supplementary path — does NOT close an acceptance criterion.

Inferred read-only
goal-remove-evidence

Delete an evidence record by UUID.

Potential side effects
goal-add-assumption

Add an assumption to a goal edge (parent→this goal).

Inferred read-only
goal-update-assumption

Update text or signpost of an assumption.

Potential side effects
goal-remove-assumption

Remove an assumption from a goal edge.

Potential side effects
goal-suggest-assumptions

LLM generates suggested assumptions for a goal edge (parent→child).

Inferred read-only
goal-attach-assumption-evidence

Attach text evidence to an assumption and judge it.

Inferred read-only
goal-request-ac-change

Request a change to an acceptance criterion.

Inferred read-only
goal-resolve-escalation

Resolve a pending AC escalation.

Inferred read-only
goal-attach-file

Attach a small file (mockup, diagram, screenshot, PDF) to a GOAL as a description attachment — NOT evidence: it is not bound to any acceptance criterion, is never judged and never counts toward closing the goal.

Inferred read-only
goal-dismiss-red-team

Dismiss the red-team finding that blocks a goal from starting, when you disagree with the verdict.

Inferred read-only
goal-recent-unresolved

Pull-инбокс для «подхватить и довести» в неосновное окно.

Inferred read-only
account-delete

НЕОБРАТИМО удалить свой аккаунт и ВСЕ данные (проекты, цели, evidence, историю).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.planner]
url = "https://planner.monopoly-gold.com/_mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "planner": {
      "type": "http",
      "url": "https://planner.monopoly-gold.com/_mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: planner
Remote MCP URL: https://planner.monopoly-gold.com/_mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "planner": {
      "url": "https://planner.monopoly-gold.com/_mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "planner": {
      "type": "http",
      "url": "https://planner.monopoly-gold.com/_mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "planner",
  "transport": "streamable-http",
  "url": "https://planner.monopoly-gold.com/_mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for monopoly-gold.com was fetched 2026-08-05T10:11:33.206Z and is being refreshed.

Trust status Trusted

monopoly-gold.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.