← Registry

eCommerce

acjlabs.com

Normalizes product catalogs and extracts structured receipt data from images.

5 endpoints5 known toolsFirst detected July 26, 2026Last detected August 9, 2026

ENDPOINT 1

https://acjlabs-catalog-normalizer.acjlabs.workers.dev/mcp

No auth detected

MCP server metadata

Name
catalog-attribute-normalizer
Version
0.2.0
Capabilities
tools.listChanged

Known tools 1

normalize_catalog

Normalizes a batch of catalog products (attribute canonicalization/extraction + category-path mapping into the requested target taxonomies: google, shopify, amazon).

Inferred read-only

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.catalog-attribute-normalizer]
url = "https://acjlabs-catalog-normalizer.acjlabs.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "catalog-attribute-normalizer": {
      "type": "http",
      "url": "https://acjlabs-catalog-normalizer.acjlabs.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: catalog-attribute-normalizer
Remote MCP URL: https://acjlabs-catalog-normalizer.acjlabs.workers.dev/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": {
    "catalog-attribute-normalizer": {
      "url": "https://acjlabs-catalog-normalizer.acjlabs.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "catalog-attribute-normalizer": {
      "type": "http",
      "url": "https://acjlabs-catalog-normalizer.acjlabs.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "catalog-attribute-normalizer",
  "transport": "streamable-http",
  "url": "https://acjlabs-catalog-normalizer.acjlabs.workers.dev/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://acjlabs-receipt-extraction.acjlabs.workers.dev/mcp

No auth detected

MCP server metadata

Name
receipt-extraction
Version
0.1.6
Capabilities
tools.listChanged

Known tools 1

extract_receipt

Extracts a structured Receipt (vendor, ABN-checked, GST-aware line items and totals) from a base64-encoded receipt or invoice image/PDF.

Potential side effects

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.receipt-extraction]
url = "https://acjlabs-receipt-extraction.acjlabs.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "receipt-extraction": {
      "type": "http",
      "url": "https://acjlabs-receipt-extraction.acjlabs.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: receipt-extraction
Remote MCP URL: https://acjlabs-receipt-extraction.acjlabs.workers.dev/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": {
    "receipt-extraction": {
      "url": "https://acjlabs-receipt-extraction.acjlabs.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "receipt-extraction": {
      "type": "http",
      "url": "https://acjlabs-receipt-extraction.acjlabs.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "receipt-extraction",
  "transport": "streamable-http",
  "url": "https://acjlabs-receipt-extraction.acjlabs.workers.dev/mcp"
}
MCP Inspector

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

ENDPOINT 3

https://catalog-normalizer.acjlabs.com/mcp

No auth detected

MCP server metadata

Name
catalog-attribute-normalizer
Version
0.2.0
Capabilities
tools.listChanged

Known tools 1

normalize_catalog

Normalizes a batch of catalog products (attribute canonicalization/extraction + category-path mapping into the requested target taxonomies: google, shopify, amazon).

Inferred read-only

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.catalog-attribute-normalizer]
url = "https://catalog-normalizer.acjlabs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "catalog-attribute-normalizer": {
      "type": "http",
      "url": "https://catalog-normalizer.acjlabs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: catalog-attribute-normalizer
Remote MCP URL: https://catalog-normalizer.acjlabs.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": {
    "catalog-attribute-normalizer": {
      "url": "https://catalog-normalizer.acjlabs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "catalog-attribute-normalizer",
  "transport": "streamable-http",
  "url": "https://catalog-normalizer.acjlabs.com/mcp"
}
MCP Inspector

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

ENDPOINT 4

https://receipt-extraction.acjlabs.com/mcp

No auth detected

MCP server metadata

Name
receipt-extraction
Version
0.1.6
Capabilities
tools.listChanged

Known tools 1

extract_receipt

Extracts a structured Receipt (vendor, ABN-checked, GST-aware line items and totals) from a base64-encoded receipt or invoice image/PDF.

Potential side effects

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.receipt-extraction]
url = "https://receipt-extraction.acjlabs.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: receipt-extraction
Remote MCP URL: https://receipt-extraction.acjlabs.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": {
    "receipt-extraction": {
      "url": "https://receipt-extraction.acjlabs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 5

https://x402-listing-monitor.acjlabs.com/mcp

No auth detected

MCP server metadata

Name
x402-listing-monitor
Version
0.1.0
Capabilities
tools.listChanged

Known tools 1

check_listing_health

Checks whether a seller's x402 Bazaar resources are currently listed under the given payTo address in the public discovery catalog.

Inferred read-only

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.x402-listing-monitor]
url = "https://x402-listing-monitor.acjlabs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "x402-listing-monitor": {
      "type": "http",
      "url": "https://x402-listing-monitor.acjlabs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: x402-listing-monitor
Remote MCP URL: https://x402-listing-monitor.acjlabs.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": {
    "x402-listing-monitor": {
      "url": "https://x402-listing-monitor.acjlabs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "x402-listing-monitor",
  "transport": "streamable-http",
  "url": "https://x402-listing-monitor.acjlabs.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.