create-token
Create a new Mapbox access token with specified scopes and optional URL restrictions.
How to use it
create-token is exposed by the MCP Devkit Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the create-token tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Devkit Server
npx @anthropic-ai/dxt packOther tools in MCP Devkit Server (39)
(string, optional): Cursor from a previous response for pagination
(array of strings, optional): URLs where the token can be used (max 100)
(array, optional): Filter by feedback categories
, createdafter (ISO 8601 string, optional): Filter by creation date range
Requires styles:write scope
(boolean, optional): Filter to show only the default public token
Requires styles:write scope
(array): Critical errors that make the GeoJSON invalid
(string, optional): Expiration time in ISO 8601 format (maximum 1 hour in the future)
(array or string, required): Mapbox expression to validate (array format or JSON string)
(UUID, required): The unique identifier of the feedback item
(array of UUIDs, optional): Filter by one or more feedback item IDs
(string, optional): Output format - formattedtext (default) or jsonstring
(string or object, required): GeoJSON object or JSON string to validate
(array): Informational messages
(number, optional): Maximum number of tokens to return per page (1-100)
List Mapbox access tokens for the authenticated user with optional filtering and pagination.
Requires styles:list scope
Description of the issue
(string, required): Description of the token
(string, optional): Sort direction - asc (default) or desc
JSON path to the problem (optional)
Requires tokens:read scope (to list tokens) and at least one public token with styles:read scope
, receivedafter (ISO 8601 string, optional): Filter by received date range
Requires styles:download scope
(array of strings, required): Array of scopes/permissions for the token. Must be valid Mapbox scopes (see below)
(string, optional): Search phrase to match against feedback text
"error", "warning", or "info"
(string, optional): Sort field - receivedat (default), createdat, or updatedat
(string, optional): Sort tokens by "created" or "modified" timestamp
(string, optional): The token ID after which to start the listing (when provided, auto-pagination is disabled)
Object with type, feature count, geometry types, and bounding box
(array, optional): Filter by status - received, fixed, reviewed, outofscope
How to fix the issue (optional)
(array, optional): Filter by trace IDs
, updatedafter (ISO 8601 string, optional): Filter by update date range
Requires styles:write scope
(boolean): Overall validity
(array): Non-critical issues (e.g., unclosed polygon rings, out-of-range coordinates)