Cover image
Try Now
2025-04-14

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

3 years

Works with Finder

1

Github Watches

1

Github Forks

0

Github Stars

MCP Server для Prom.ua

MCP (Model Context Protocol) сервер для взаємодії з API Prom.ua. Цей сервер дозволяє Claude та іншим LLM моделям отримувати та відправляти дані через API Prom.ua.

Функціональність

Сервер надає наступні інструменти:

  • Отримання списку товарів (GET)
  • Отримання деталей товару (GET)
  • Створення нового товару (POST)
  • Оновлення існуючого товару (PUT)
  • Видалення товару (DELETE)
  • Отримання списку замовлень (GET)
  • Отримання деталей замовлення (GET)
  • Оновлення статусу замовлення (PUT)
  • Отримання категорій (GET)

Встановлення

Глобальне встановлення:

npm install -g mcp-server-promua

Використання через npx:

npx mcp-server-promua

Налаштування

Перед використанням необхідно налаштувати API ключ Prom.ua. Є кілька способів:

  1. Через файл .env:
PROMUA_API_KEY=your_api_key_here
PROMUA_API_URL=https://my.prom.ua
  1. Через змінні середовища:
export PROMUA_API_KEY=your_api_key_here
export PROMUA_API_URL=https://my.prom.ua

Використання з Claude Desktop

  1. Додайте наступну конфігурацію в налаштуваннях Claude Desktop:
{
  "mcpServers": {
    "promua": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-promua"
      ]
    }
  }
}
  1. Або встановіть через Smithery:
npx -y @smithery/cli install mcp-server-promua --client claude

Використання в Docker

docker build -t mcp-server-promua .
docker run -e PROMUA_API_KEY=your_api_key_here mcp-server-promua

Розробка

# Клонування репозиторію
git clone https://github.com/bigcatchkm/mcp-server-promua.git
cd mcp-server-promua

# Встановлення залежностей
npm install

# Запуск в режимі розробки
npm run dev

# Збірка
npm run build

# Запуск зібраної версії
npm start

Ліцензія

MIT

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • momi
  • Provides initial medical assessments and advice.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • huahuayu
  • A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.

  • deemkeen
  • control your mbot2 with a power combo: mqtt+mcp+llm

  • zhaoyunxing92
  • 本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。

  • justmywyw
  • Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.

  • KasarLabs
  • Build powerful and secure AI Agents powered by Starknet.

    Reviews

    5 (1)
    Avatar
    user_WCz6YGvY
    2025-04-16

    The mcp-server-promua by bigcatchkm is a powerful tool for server management. Its robust features and user-friendly interface make it a must-have for any serious developer. Highly recommend checking it out at https://github.com/bigcatchkm/mcp-server-promua. The flexibility and performance it offers are unparalleled!