← blackdogranch.com

INDIVIDUAL MCP TOOL

add_item

Add an item immediately, without review.

blackdogranch.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://matters.blackdogranch.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for add_item and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

blackdogranch.com

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.what-matters]
url = "https://matters.blackdogranch.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "what-matters": {
      "type": "http",
      "url": "https://matters.blackdogranch.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: what-matters
Remote MCP URL: https://matters.blackdogranch.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": {
    "what-matters": {
      "url": "https://matters.blackdogranch.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "what-matters": {
      "type": "http",
      "url": "https://matters.blackdogranch.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "what-matters",
  "transport": "streamable-http",
  "url": "https://matters.blackdogranch.com/mcp"
}
MCP Inspector

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

Related tools

  • get_document — Read everything: action items, the record of what has already been dismissed, and "focus" — the handful of terms the user says matter most.
  • put_proposal — Replace the pending set of suggested changes.
  • manage_rule — Create, change, pause or delete a standing rule, taking effect IMMEDIATELY with no review.
  • manage_focus — Replace the list of things the user says matter most — people, projects, whatever they care about.
  • complete_item — Mark an item done, or reopen it.