streamable-httpupdated 2mo ago
Evidence-gated task verification for AI agents. Hosted MCP server ā nothing to install.
What can you do with Planner ā provable "done" for AI agents?
Planner (proof-of-done)
Evidence-gated task verification for AI agents. Hosted MCP server ā nothing to install.
MCP endpoint: https://planner.monopoly-gold.com/_mcp
What it does
Planner prevents AI agents from marking tasks "done" on trust alone. Every goal goes through a verification gate:
- Decompose ā break a goal into acceptance criteria with behavioral checks
- Attach evidence ā screenshot, curl output, file, or text artifact per criterion
- Independent judge ā LLM evaluates evidence against the criterion and accepts or rejects
Goals stay open until every acceptance criterion has passing evidence.
Key features
- Goal hierarchy ā projects, milestones, goals, tasks with parent-child relationships
- Acceptance criteria ā behavioral, observable checks (not "Denis approves")
- Evidence model ā attach files or text per criterion; plain notes don't satisfy the gate
- LLM judge ā independent verdict on each piece of evidence
- Gate-keeper interview ā 3 questions on goal creation: why, where in the tree, how we'll verify
- Dependencies & blockers ā cross-goal blocking with auto-unblock on resolution
- Tree & summary views ā full hierarchy traversal and project-level summaries
MCP tools (24)
| Category | Tools |
|---|---|
| Projects | project-list, project-get, project-create, project-delete, project-add-dependency, project-remove-dependency |
| Goals | goal-list, goal-get, goal-tree, goal-create, goal-update, goal-delete, goal-move, goal-reorder, goal-summary, goal-todo |
| Criteria | goal-add-criterion |
| Evidence | goal-attach-evidence, goal-add-evidence-text, goal-remove-evidence, goal-request-upload |
| Blockers | goal-block, goal-remove-blocker |
| Account | account-delete |
Connect
Planner is a hosted remote MCP server using streamable HTTP transport with OAuth 2.1 authentication and Dynamic Client Registration (RFC 7591).
Claude Desktop / Claude Code
Add to your MCP configuration:
{
"mcpServers": {
"planner": {
"type": "url",
"url": "https://planner.monopoly-gold.com/_mcp"
}
}
}
OAuth login happens automatically on first connection.
Any MCP client
Point your client to https://planner.monopoly-gold.com/_mcp ā the server supports MCP discovery and standard OAuth 2.1 flow.
Directory listings
| Directory | Status | Link |
|---|---|---|
| Glama | ā Live, Healthy | glama.ai/mcp/connectors/ā¦/planner-proof-of-done |
| mcp.so | ā Published | mcp.so/server/planner |
| awesome-mcp-servers | ā³ PR under review | PR #8708 |
Links
- Homepage: https://planner.monopoly-gold.com
- Demo: https://planner.monopoly-gold.com/demo
- MCP endpoint:
https://planner.monopoly-gold.com/_mcp
License
Proprietary. Planner is a hosted service ā this repository contains documentation only.
Install
Add Planner ā provable "done" for AI agents to your client. Pick the one you use.
claude mcp add --transport http planner-provable-done-for-ai-agents https://planner.monopoly-gold.com/_mcpcodex mcp add planner-provable-done-for-ai-agents --url https://planner.monopoly-gold.com/_mcp{
"mcpServers": {
"planner-provable-done-for-ai-agents": {
"url": "https://planner.monopoly-gold.com/_mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"planner-provable-done-for-ai-agents": {
"type": "http",
"url": "https://planner.monopoly-gold.com/_mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"planner-provable-done-for-ai-agents": {
"url": "https://planner.monopoly-gold.com/_mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"planner-provable-done-for-ai-agents": {
"serverUrl": "https://planner.monopoly-gold.com/_mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 63 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 0.7.0Latest | Aug 28, 2026 |
| 0.6.0 | Aug 28, 2026 |
| 0.5.0 | Aug 28, 2026 |
| 0.4.0 | Aug 27, 2026 |
| 0.3.0 | Aug 22, 2026 |
| 0.2.0 | Jul 30, 2026 |