streamable-httpMITupdated 1mo ago
AI-native corporate gifting and event infrastructure for Fortune 500. An Model Context Protocol server that lets an AI assistant search a 70,000+ SKU branded-identity catalog, generate complete event programs with live P&L, and pull wholesale quotes โ in seconds.
What can you do with pops4 mcp catalog?
POPS4 / Huanggoodman MCP Server
AI-native corporate gifting and event infrastructure for Fortune 500. An Model Context Protocol server that lets an AI assistant search a 70,000+ SKU branded-identity catalog, generate complete event programs with live P&L, and pull wholesale quotes โ in seconds.
- Remote endpoint:
https://mcp.pops4.com/mcp - Transport: streamable-http
- Auth: none (public โ
initialize,tools/list, andtools/callrequire no key) - Vendor: Huang Goodman ยท ASI #217876 ยท 200+ brands
Connect
Add to any MCP client (Claude Desktop, Cursor, VS Code, etc.):
{
"mcpServers": {
"pops4": {
"type": "streamable-http",
"url": "https://mcp.pops4.com/mcp"
}
}
}
Tools
| Tool | What it does |
|---|---|
search_products |
Search the 70,000+ wholesale branded-identity catalog |
get_product |
Full details for a single product (description, pricing) |
get_categories |
List categories with product counts and samples |
get_quote |
Wholesale pricing quote for a list of products |
get_live_quote |
One-hour enterprise event quote (line items) |
get_product_catalog |
Return the full 70,000+ product catalog |
generate_event_program |
Build a live event-dashboard program with P&L |
get_vendor_capabilities |
Huanggoodman vendor capability card for procurement agents |
track_shipment |
Real logistics status for an order |
get_revenue_attribution |
Pipeline-impact data for an event program |
Discovery manifests
- SEP-1649 server-card:
https://mcp.pops4.com/.well-known/mcp/server-card.json - SEP-1960 manifest:
https://mcp.pops4.com/.well-known/mcp - Rich manifest (10 tools + vendor offer card):
https://mcp.pops4.com/.well-known/mcp.json
Deploy
Runs on Cloudflare Workers.
wrangler deploy
License
MIT โ see LICENSE.
Install
Add pops4 mcp catalog to your client. Pick the one you use.
claude mcp add --transport http pops4-mcp-catalog https://mcp.pops4.com/mcpcodex mcp add pops4-mcp-catalog --url https://mcp.pops4.com/mcp{
"mcpServers": {
"pops4-mcp-catalog": {
"url": "https://mcp.pops4.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pops4-mcp-catalog": {
"type": "http",
"url": "https://mcp.pops4.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pops4-mcp-catalog": {
"url": "https://mcp.pops4.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pops4-mcp-catalog": {
"serverUrl": "https://mcp.pops4.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
pops4 mcp catalog exposes 10 tools to a connected agent.
- search_products
- Search the 70,000+ wholesale branded-identity catalog
- get_product
- Full details for a single product (description, pricing)
- get_categories
- List categories with product counts and samples
- get_quote
- Wholesale pricing quote for a list of products
- get_live_quote
- One-hour enterprise event quote (line items)
- get_product_catalog
- Return the full 70,000+ product catalog
- generate_event_program
- Build a live event-dashboard program with P&L
- get_vendor_capabilities
- Huanggoodman vendor capability card for procurement agents
- track_shipment
- Real logistics status for an order
- get_revenue_attribution
- Pipeline-impact data for an event program
Score
71 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 25, 2026 |