Luigi Ucp Server
БесплатноНе проверенImplements Universal Commerce Protocol (UCP) primitives backed by HubSpot CRM, enabling buyer profile, product catalog, cart, and order operations via MCP tools
Описание
Implements Universal Commerce Protocol (UCP) primitives backed by HubSpot CRM, enabling buyer profile, product catalog, cart, and order operations via MCP tools.
README
A local MCP server implementing Universal Commerce Protocol (UCP) primitives, backed by HubSpot CRM. Built as a proof-of-concept for the AgentFriend blog.
Architecture
[Buyer Agent: Claude] ←→ MCP (stdio) ←→ [This Server] ←→ HubSpot CRM
UCP Primitive Mapping
| UCP Primitive | MCP Tool | Backend |
|---|---|---|
BuyerProfile |
get_buyer_profile |
HubSpot Contacts |
ProductCatalog |
get_product_catalog |
HubSpot Products |
Cart |
create_cart |
in-memory |
Order |
place_order |
HubSpot Deals |
Setup
pip install -r requirements.txt
cp .env.example .env
# Add your HubSpot Private App token to .env
Register as MCP server in Claude Code
Add to your ~/.claude/settings.json:
{
"mcpServers": {
"luigi-ucp-server": {
"command": "python",
"args": ["/absolute/path/to/luigi-ucp-server/server.py"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "your-token-here"
}
}
}
}
HubSpot Private App Setup
- HubSpot → Settings → Integrations → Private Apps
- Create a Private App with these scopes:
crm.objects.contacts.readcrm.objects.products.readcrm.objects.deals.writecrm.objects.line_items.write- (Notes are readable via
crm.objects.contacts.read— no separate scope needed)
- Copy the token into
.env
Установка Luigi Ucp Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/PhilInTheLoop/luigi-ucp-serverFAQ
Luigi Ucp Server MCP бесплатный?
Да, Luigi Ucp Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Luigi Ucp Server?
Нет, Luigi Ucp Server работает без API-ключей и переменных окружения.
Luigi Ucp Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Luigi Ucp Server в Claude Desktop, Claude Code или Cursor?
Открой Luigi Ucp Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Luigi Ucp Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
