B2C Metadata

🌐Community
by salesforcecommercecloud · vlatest · Repository

This B2C Metadata skill extracts and manages product data for personalized customer experiences, boosting engagement & conversions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add b2c-metadata npx -- -y @trustedskills/b2c-metadata
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "b2c-metadata": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/b2c-metadata"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The b2c-metadata skill provides access to Business-to-Consumer (B2C) metadata within the Salesforce Commerce Cloud ecosystem. It enables AI agents to retrieve, analyze, and manage product, customer, and order data structures essential for e-commerce operations. This tooling bridges the gap between raw backend data and actionable insights for automated decision-making.

When to use it

  • Retrieving real-time product catalog information for dynamic pricing or recommendation engines.
  • Analyzing customer profile attributes to personalize marketing campaigns automatically.
  • Validating order metadata against current inventory levels before fulfillment processes begin.
  • Debugging data inconsistencies by querying specific schema definitions within the B2C environment.

Key capabilities

  • Access to structured B2C metadata relevant to Salesforce Commerce Cloud instances.
  • Support for querying product, customer, and transactional data entities.
  • Integration with developer tooling pipelines for automated data verification.

Example prompts

  • "Fetch the latest metadata schema for all active products in the North American region."
  • "Retrieve customer segmentation tags associated with high-value accounts from the B2C database."
  • "Validate the order status metadata for transaction ID 12345 against current inventory records."

Tips & gotchas

Ensure your AI agent has appropriate read permissions configured within the Salesforce Commerce Cloud instance before attempting to query sensitive customer or financial metadata. Limit queries to specific data subsets to prevent performance bottlenecks in high-traffic environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
salesforcecommercecloud
Installs
36

🌐 Community

Passed automated security scans.