← tealpackaging.com

INDIVIDUAL MCP TOOL

get_product

Get details for one Teal Packaging product by slug (from search_products url, e.g.

tealpackaging.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

tealpackaging.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tealpackaging-com]
url = "https://tealpackaging.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tealpackaging-com": {
      "type": "http",
      "url": "https://tealpackaging.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tealpackaging-com
Remote MCP URL: https://tealpackaging.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tealpackaging-com": {
      "url": "https://tealpackaging.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tealpackaging-com": {
      "type": "http",
      "url": "https://tealpackaging.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tealpackaging-com",
  "transport": "streamable-http",
  "url": "https://tealpackaging.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search Teal Packaging's catalog of 1,300+ custom packaging products (boxes, mailers, rigid boxes, bags, papers, labels).
  • request_quote — Request a custom packaging quote from Teal Packaging on behalf of a buyer.
  • order_sample_kit — Order Teal Packaging's free sample kit (3-5 real material/print samples; $19.99 shipping, credited toward the buyer's first custom order, US only).