Skip to main content
Glama
opjhabuilds

DesignPin MCP Server

by opjhabuilds

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DESIGNPIN_API_KEYNoYour DesignPin API key (required for uploadVersion and listComments)
DESIGNPIN_BASE_URLNoAPI base URL (default: https://designpin.pro)https://designpin.pro
DESIGNPIN_PROJECT_IDNoProject ID the API key is scoped to (required for uploadVersion)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
createShareLinkA

Create a public review link for an HTML prototype. No project setup required — creates a brand-new throwaway project. Rate-limited to 10 requests/hour per IP. Use this for one-shot sharing of prototypes.

uploadVersionA

Upload a new HTML version to an existing DesignPin module. Auto-increments versionNumber. Requires API key + projectId + moduleId. Use this to push design iterations into an existing project for review.

listCommentsA

Fetch comments visible on a specific version of a DesignPin module. Returns comments using chronological cutoff semantics matching the web UI: a comment is visible on version V if its origin version is V or any earlier version. Useful for fetching reviewer feedback to incorporate into design revisions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/opjhabuilds/designpin-mcp-server'

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