MCP.so
ログイン
サーバー

MCP Server для Prom.ua

@bigcatchkm

MCP сервер для роботи з API Prom.ua

概要

What is MCP Server для Prom.ua?

MCP Server для Prom.ua is an MCP (Model Context Protocol) server that enables Claude and other LLM models to interact with the Prom.ua API. It provides tools for managing products, orders, and categories, allowing AI assistants to retrieve and send data from the marketplace.

How to use MCP Server для Prom.ua?

Install globally via npm install -g mcp-server-promua or run directly with npx mcp-server-promua. Configure the API key via a .env file or environment variables (PROMUA_API_KEY, PROMUA_API_URL). Use with Claude Desktop by adding the provided JSON configuration, or install via Smithery. Docker deployment is also supported.

Key features of MCP Server для Prom.ua

  • Retrieve list of products
  • Get detailed product information
  • Create, update, and delete products
  • Retrieve list of orders
  • Get order details and update order status
  • Fetch categories

Use cases of MCP Server для Prom.ua

  • Automate product listing updates through natural language commands
  • Manage order status changes via AI-driven conversations
  • Integrate Prom.ua data into broader LLM‑based workflows for reporting or customer support

FAQ from MCP Server для Prom.ua

What does MCP Server для Prom.ua do?

It bridges LLM models like Claude with the Prom.ua API, enabling CRUD operations on products and orders directly from the AI assistant.

How do I set up the API key?

Place your Prom.ua API key in a .env file as PROMUA_API_KEY=your_key or export it as an environment variable. Also set the API URL (default https://my.prom.ua).

Can I run it in Docker?

Yes. Build the Docker image with docker build -t mcp-server-promua . and run with -e PROMUA_API_KEY=your_key.

What are the dependencies?

It requires Node.js (installed via npm) and a valid Prom.ua API key. The server runs as an MCP‑compatible tool over stdio.

Is there any authentication besides the API key?

No. The server uses only the Prom.ua API key for authentication, as configured in environment variables or .env.

「その他」の他のコンテンツ