# drukarnia MCP server

BARWA print shop (barwa.pl): catalog, product advisor, real-price quotes, shipping, file specs.

## Links
- Registry page: https://www.getdrio.com/mcp/pl-barwa-drukarnia
- Website: https://www.barwa.pl/article/ai-integracje/

## Install
- Endpoint: https://mcp.barwa.pl/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.barwa.pl/mcp

## Tools
- list_products - List printing products available at the barwa.pl online print shop (business cards,
flyers, posters, stickers, books, etc.) with links. Prices are obtained per product
via get_quote — call that with a product's slug. Endpoint: https://mcp.barwa.pl/mcp
- get_product_pricing_schema - Get the full set of quotable parameters for a barwa.pl product: allowed sizes/formats,
quantity limits, materials, single/double-sided option, page-count limits and available
finishes (marking which are mandatory). Call before get_quote to know valid option ids. Endpoint: https://mcp.barwa.pl/mcp
- recommend_product - Recommend barwa.pl products matching a described customer need (e.g. "something for a
trade fair", "gift packaging"). Returns matching products with links; price them with
get_quote. If empty, ask the customer to clarify the need. Endpoint: https://mcp.barwa.pl/mcp
- get_quote - Get a price quote for a barwa.pl product. Calculated by the same engine as the on-site
calculator, so the price is identical. Returns net/gross price, currency, delivery time and,
if the configuration matches a defined product, its name and link. Use get_product_pricing_schema
first for valid option ids. width/height in mm (free-size products) or format_id (predefined). Endpoint: https://mcp.barwa.pl/mcp
- get_shipping_info - Get shipping cost thresholds (by order weight) and the free-shipping threshold for the
shop's country, in the shop currency. Endpoint: https://mcp.barwa.pl/mcp
- get_file_specs - Get print-file preparation requirements for a barwa.pl product (format, color mode,
resolution, bleed) plus a link to the how-to-prepare guide. The ai_generation section
gives exact pixel dimensions (bleed included, 300 DPI) for AI image generators — pass
width_mm/height_mm (trim size in millimeters) to get pixel dimensions for a custom size. Endpoint: https://mcp.barwa.pl/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: pl.barwa
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 16, 2026
- Source: https://registry.modelcontextprotocol.io
