Developer Tools
monopoly-gold.com
Manages projects with full CRUD operations, status tracking, goals breakdown, and dependency management for software development.
ENDPOINT 1
https://planner.monopoly-gold.com/_mcp
MCP server metadata
- Name
- planner
- Version
- 0.7.0
Known tools 39
project-listList all projects with optional status filter (active/archived/paused).
Inferred read-onlyproject-getFetch 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-onlyproject-updatePartial update of a project — only the fields you pass are changed; omitted fields are untouched.
Potential side effectsproject-add-dependencyDeclare that one project depends on another (depends-on relationship).
Inferred read-onlygoal-listList 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-onlygoal-getFetch 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-onlygoal-updatePartial update of a goal — only the fields you pass are changed; omitted fields are untouched.
Potential side effectsgoal-deleteIRREVERSIBLY delete a goal and all its descendants (children, evidence, blockers).
Potential side effectsgoal-reorderSet display order of sibling goals within the same parent and priority band.
Inferred read-onlygoal-blockAdd a blocker to a goal (blockers are additive — each call appends a new one, existing blockers are preserved).
Inferred read-onlygoal-add-noteAdd a free-form note (markdown supported) to a goal — decisions taken, dead ends hit, context worth carrying into the next session.
Inferred read-onlygoal-summaryAggregate statistics across all goals (or scoped to a projectId): total count, breakdown by status, root count, blocked count, and overdue count.
Inferred read-onlygoal-update-criterionUpdate an acceptance criterion: its text and/or its class + probe.
Potential side effectsgoal-attach-evidencePRIMARY path to close a Grove goal: this is the ONLY tool that covers an acceptance criterion.
Inferred read-onlygoal-request-uploadPREFERRED path to attach a LARGE binary evidence file (screenshot, log dump, PDF, session transcript — anything > ~1 KB) to an acceptance criterion.
Potential side effectsgoal-add-evidence-textSUBORDINATE / supplementary path — does NOT close an acceptance criterion.
Inferred read-onlygoal-suggest-assumptionsLLM generates suggested assumptions for a goal edge (parent→child).
Inferred read-onlygoal-attach-assumption-evidenceAttach text evidence to an assumption and judge it.
Inferred read-onlygoal-attach-fileAttach 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-onlygoal-dismiss-red-teamDismiss the red-team finding that blocks a goal from starting, when you disagree with the verdict.
Inferred read-onlyaccount-deleteНЕОБРАТИМО удалить свой аккаунт и ВСЕ данные (проекты, цели, evidence, историю).
Potential side effectsCONNECT 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.
monopoly-gold.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.