# `ExMCP.Authorization.Provider.Static`
[🔗](https://github.com/azmaveth/ex_mcp/blob/v1.0.0/lib/ex_mcp/authorization/provider/static.ex#L1)

Static token provider for pre-existing bearer tokens.

Use this when you already have a token and don't need OAuth discovery or refresh.

## Configuration

    {ExMCP.Authorization.Provider.Static, token: "sk-my-api-key"}

---

*Consult [api-reference.md](api-reference.md) for complete listing*
