@identitate-md/mcp
v1.0.6
Published
MCP server for IdentitateMD — query Moldovan government institution logos and brand colors from AI coding assistants
Downloads
57
Maintainers
Readme
@identitate-md/mcp
MCP server for IdentitateMD — query Moldovan government institution logos and brand colors from AI coding assistants
Use Moldovan government brand assets directly from Claude, Cursor, Windsurf, and any other MCP-compatible AI assistant.
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"identitate-md": {
"command": "npx",
"args": ["-y", "@identitate-md/mcp"]
}
}
}Claude Code (CLI)
claude mcp add identitate-md -- npx -y @identitate-md/mcpCursor / Windsurf
Add to your MCP settings:
{
"mcpServers": {
"identitate-md": {
"command": "npx",
"args": ["-y", "@identitate-md/mcp"]
}
}
}Tools
search_institutions
Search institutions by name, keyword, or category.
| Parameter | Type | Description |
|-----------|------|-------------|
| query | string (optional) | Name, keyword, or partial ID |
| category | string (optional) | Filter by category ID (see below) |
| limit | number (default: 10) | Max results (1–50) |
Category IDs: guvern, minister, directie, agentie, primarie, institutie-cultura, consilii, servicii, parlament, universitate, altele
get_institution
Get full brand data for an institution by ID.
| Parameter | Type | Description |
|-----------|------|-------------|
| id | string | Institution ID, e.g. md-guvern |
Returns name, description, colors, logo URLs, typography, contact info, and social media.
get_logo
Get a logo URL (and optionally SVG content) for a specific institution, layout, and variant.
| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| id | string | — | Institution ID |
| layout | main | horizontal | vertical | symbol | main | Logo layout |
| variant | color | white | black | monochrome | dark_mode | color | Color variant |
| fetch_svg | boolean | false | Include raw SVG content in response |
get_brand_colors
Get brand colors for an institution, formatted as hex, RGB, or CSS custom properties.
| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| id | string | — | Institution ID |
| format | hex | rgb | css | hex | Output format |
| usage | primary | secondary | accent | neutral | — | Filter by color role |
list_categories
List all institution categories with their labels and institution counts. No parameters.
Example Prompts
What are the brand colors of the Ministerul Justiției?
Get me the logo URL for Guvernul Republicii Moldova — horizontal, color variant.
Search for all institutions in the "minister" category.
Show me the SVG content of the Parlamentul Republicii Moldova symbol logo.Institutions
30 Moldovan government institutions are available, including:
md-guvern— Guvernul Republicii Moldovamd-parlament— Parlamentul Republicii Moldovamd-bnm— Banca Națională a Moldoveimd-mia— MIA Plăți Instantmd-mj— Ministerul Justițieimd-mec— Ministerul Educației și Cercetăriimd-mf— Ministerul Finanțelormd-ms— Ministerul Sănătățiimd-mae— Ministerul Afacerilor Externemd-age— Agenția de Guvernare Electronicămd-bns— Biroul Național de Statisticămd-primaria-chisinau— Primăria Municipiului Chișinăumd-stema— Stema Republicii Moldovamd-usm— Universitatea de Stat din Moldovamd-ulim— Universitatea de Limbi Internaționale din Moldova- and more...
Full list: identitate.md
Links
- Website: identitate.md
- Logos package: @identitate-md/logos
- GitHub: github.com/identitate-md/identitate-md
License
MIT
