> For the complete documentation index, see [llms.txt](https://docs.superuser.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superuser.app/hosted-tools/managing-tools/using-tools-outside-of-superuser.md).

# Using tools outside of Superuser

Since every Superuser tool package is just an API server, it's easy to use Superuser tools outside of Superuser. Every package page comes with its own **Servers** section.

<figure><img src="/files/sgHGzGUqRyszGyEleL6D" alt=""><figcaption></figcaption></figure>

* The **REST API Server** is the URL the tool package is available at on the open web
  * This will **always** require authentication (see individual endpoint page for code examples) unless you specifically turn authentication off for your tool
  * Authentication uses [API keychains](/hosted-tools/publishing-tools-via-command-line/api-keychain-specification.md) which can be managed from your personal or organization dashboard under the **Developer** heading
* The **MCP Server** is the URL that the package is available at as an MCP server for use in other products
  * You can generate an API keychain from the package page directly if you need to
