Skip to main content

Workspace Resources

MCP resources provide read-only access to your Tokencraft data. Clients can read workspace information directly without calling tools.
Resources are served by the hosted MCP server at https://app.tokencraft.dev/api/mcp.

Resource URIs

All resources use the tokencraft:// scheme.

List All Workspaces

Returns all workspaces for the authenticated user.

Workspace Tokensets

Returns all tokensets in a specific workspace.

Example Usage

In an MCP client

The client automatically accesses resources when needed:

Resource Format

Resources return JSON data following the API response format:

Dynamic discovery

The hosted server builds the resource list dynamically on each resources/list request. As you add workspaces and tokensets, new resource URIs appear automatically.

See Also