How it works
In Unlisted mode, MCPCore generates a 48-character random secret key and embeds it into your server’s endpoint URL:404.
There are no auth headers to configure, no key rotation ceremony, and no client-side setup beyond using the full URL. The key is opaque — it is not displayed in the dashboard after creation; it is always accessed through the complete connection URL.
When to use it
- Quick internal sharing — share the full URL with a teammate or AI client and they’re connected, no key distribution dance needed
- Lightweight protection — the URL is unguessable (48 random characters), providing security through obscurity without the overhead of API key management
- Testing environments — share a test server URL temporarily without creating and managing named keys
Unlisted is not public — the URL is not guessable — but it is also not revocable on a per-client basis. If you need the ability to revoke access for individual integrations, use API Key mode instead.
Configure
Open the server creation form or edit an existing server
Create a new server or click Edit on an existing server’s detail page.
Select Unlisted
Under Security Mode, select Unlisted.MCPCore automatically generates a 48-character secret key and shows a preview of the full endpoint URL.
