INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://aitoolsforpms.com/mcp
Connect to this endpoint to inspect the live schema for get_item and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.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.check_current— Answer "is this advice still current?" for a tool, playbook, or prompt by name or slug.