← aitoolsforpms.com

INDIVIDUAL MCP TOOL

check_current

Answer "is this advice still current?" for a tool, playbook, or prompt by name or slug.

aitoolsforpms.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aitoolsforpms.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_current 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

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

.mcp.json

{
  "mcpServers": {
    "aitoolsforpms": {
      "type": "http",
      "url": "https://aitoolsforpms.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search — Search field-tested AI tools, workflow playbooks, and copy-paste prompts for product managers.
  • get_item — Fetch one entry in full: the editorial verdict, what the field test actually ran against (tested_with), tool pairings, curated resources, lifecycle status, and, for retired entries, the retirement post-mortem.
  • list_categories — List the PM jobs-to-be-done this site is organized by (PRD writing, user research, ...).
  • whats_new — Latest issues of The Cut, the weekly change log with receipts: candidates reviewed, field tests run, items admitted or retired.