Header — preferred
Connector URL — for clients that cannot send headers
Discovery paths
The server returns404 on /.well-known/oauth-protected-resource,
/.well-known/oauth-authorization-server and /register. This is deliberate: it tells a client
there is no OAuth here and that the credential it already has is sufficient. A client that receives
401 on those paths instead will start an authorization flow and fail.
You do not need to configure anything for this. It is documented because it explains why a connector
that appears to be reaching the server can still report a connection failure — see
Troubleshooting.
Failure responses
The
401 response is identical for a missing token and an unrecognised one. This is intentional and
not a bug — the response does not confirm whether a given token exists.
Handling the token
Do not put it in a repository. Use an environment variable in client configuration files..cursor/mcp.json in particular is committed by accident more often than any other file in this
list.
Do not send it over email or chat. Placematic issues tokens as a one-time secure link.
Rotate on exposure. If a token appears in a screenshot, a shared terminal session, or a support
thread, ask for a new one. Rotation is immediate and free; the old token stops working the moment
the new one is issued.
Use separate tokens for separate purposes. A token in a connector URL and a token in a backend
service should not be the same token, so that revoking one does not interrupt the other.