Skip to main content
Glama
PhilInTheLoop

luigi-ucp-server

Luigi's Pizzeria — UCP Server

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

Related MCP server: hubspot-mcp-server

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

  1. HubSpot → Settings → Integrations → Private Apps

  2. Create a Private App with these scopes:

    • crm.objects.contacts.read

    • crm.objects.products.read

    • crm.objects.deals.write

    • crm.objects.line_items.write

    • (Notes are readable via crm.objects.contacts.read — no separate scope needed)

  3. Copy the token into .env

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A read-only MCP server that exposes HubSpot CRM data (contacts, deals, companies, quotes) to AI agents, enabling natural language queries.
    Last updated
    9
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for the HubSpot CRM API with tools for managing contacts, companies, deals, tickets, and CRM workflows. Generated with MCPForge. Sensitive operations can be protected with permissions, audit logs, and approval workflows.
    Last updated
    30
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides AI assistants with full access to HubSpot CRM. Manage contacts, companies, deals, pipelines, and associations directly from Claude, Cursor, or any MCP-compatible client.
    Last updated
    14
    MIT

View all related MCP servers

Related MCP Connectors

  • Remote MCP connector for eBay, Shopify, Best Buy & Etsy marketplace data via the Commerce API

  • Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhilInTheLoop/luigi-ucp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server