Skip to main content
Glama

Visa Design System MCP Server

by MarySuneela
  • Apple

get-design-tokens

Extract design tokens from Visa Design System, filtered by category (color, typography, spacing, elevation, motion) or deprecated status, for consistent design and development workflows.

Instructions

Get design tokens with optional category filtering

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter tokens by category (color, typography, spacing, elevation, motion)
deprecatedNoFilter by deprecated status (true for deprecated, false for active)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter tokens by category (color, typography, spacing, elevation, motion)", "enum": [ "color", "typography", "spacing", "elevation", "motion" ], "type": "string" }, "deprecated": { "description": "Filter by deprecated status (true for deprecated, false for active)", "type": "boolean" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarySuneela/mcp-vpds'

If you have feedback or need assistance with the MCP directory API, please join our Discord server