The Loadout MCP server: ask your AI about MCP servers

Everything on this site about MCP servers (which ones exist, what each can do, which tools can change things, the exact config for Claude Code, Claude Desktop and Cursor) is also available as an MCP server you can add to your own AI assistant. Then you can just ask it. It is free, needs no account, and only reads.

Add it to Claude Code: run this once.

claude mcp add --transport http loadout https://loadout.pages.dev/mcp

We ran exactly this in a fresh folder. claude mcp list showed ✔ Connected, and Claude used the server's tools in a real session. Other apps that can connect to a remote MCP server by URL should work with the same address, but we have only tested Claude Code.

What you can ask

ToolWhat it does
list_mcp_serversThe 14 servers we have tested, with what each does, whether it needs an API key, and how many of its tools can change things.
get_server_toolsOne server's full tool list, as the server itself reported it, with each tool labelled read-only or able to change things, plus what to watch out for.
get_server_configCopy-paste config for a server in Claude Code, Claude Desktop or Cursor. API keys are referenced by environment variable, never written in.
check_commandWhether the Safe setup guard would block a shell command, and why. Nothing is run.
check_file_pathWhether the guard would block an AI from editing a file, such as .env or a lock file.

Some things we asked it in a real session, and what came back:

Ideas: "Which of these servers need an API key?", "Give me the Cursor config for Playwright", "Which Notion tools can delete things?", "Would this command be blocked?"

What it does and doesn't do

How it was tested

It is built with the Cloudflare Agents SDK, as a stateless server, so there is no session to keep and nothing to log in to. To check any MCP server yourself, see testing a server with the Inspector.

Browse the MCP servers Try the guard in your browser