Use this site from your AI assistant
This site runs an MCP server: a public, read-only endpoint any MCP-capable assistant can connect to and query directly, instead of you copying links back and forth. No account, no API key. The endpoint is:
https://aitoolsforpms.com/mcp
Enter it exactly as written, with no trailing slash.
What you get
-
check_current: the reason this exists. Ask whether advice you saved months ago still stands. Retired advice answers with its post-mortem, not a 404. search: find tools, playbooks, and prompts by what you're trying to do.-
get_item: pull one entry in full, including the field-test receipt and the exact prompt text. whats_new: the latest issue of The Cut, our weekly change log.list_categories: browse by the job to be done.
ChatGPT
Custom MCP servers need Developer mode, which is currently a beta feature on Plus, Pro, Business, Enterprise, and Edu plans. Open Settings → Security and login and turn on Developer mode. Then go to Settings → Plugins, click the plus button, and enter a name and the URL above. No authentication is required. OpenAI has renamed this menu more than once; if you see "Connectors" or "Apps & Connectors" instead of "Plugins," the steps are the same.
Claude
Open Customize → Connectors, click the plus icon, and choose "Add custom connector." Paste in the URL above and save. This works on Free, Pro, Max, Team, and Enterprise plans (Free is limited to one custom connector). On a Team or Enterprise account, an owner can instead add it for everyone under Organization settings → Connectors → Add → Custom → Web.
A known limitation as of this writing: clicking "Connect" on claude.ai's web UI can fail with an authorization error for any public server that needs no login, including this one. That is a bug on Anthropic's side, not something wrong with the URL you entered. Claude Code does not have this problem. Track the issue at anthropics/claude-ai-mcp#402.
Gemini
Support here depends on which Gemini you're using. The consumer Gemini app does not yet
offer a custom-connector setting. Gemini CLI does: add an entry under mcpServers
in its config with this URL as the httpUrl. Gemini Enterprise (the paid business
tier) supports it too, under Settings & help → Manage team → Connected apps → Add MCP
Server.
Other MCP clients
Any client that speaks the MCP streamable HTTP transport can connect with no setup beyond the URL above: no auth, stateless, JSON responses. If a client insists on a server-sent-events response and refuses to connect, tell us. That's a bug report we want.
Not using an MCP client?
The full catalog is also published as plain text at /llms.txt and /llms-full.txt, and as JSON at /api/mcp/catalog.json, for any tool that reads those conventions.