Summary
Copying a service name off a list beats retyping one you half remember.
It enumerates and returns, with no way to call, configure or disable any of the services it names. What comes back is meant to be reused directly — the names go into the next prompt or a configuration file rather than being recalled from memory.
What it is
A directory tool whose only job is to enumerate the MCP services the current instance exposes.
What you get
- The names of the MCP services the current instance exposes, returned as a list.
Requirements
Nothing to supply — no account, no key. Other MCP services attached to the same instance, since an instance with none has nothing to enumerate.
Setup effort
One command — npx -y @fishes/mcp-easy-copy
