← Registry

Marketing

mattherbert.ca

Search and redeem promotional offers from merchants.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://offers.mattherbert.ca/mcp

No auth detected

MCP server metadata

Name
offers
Version
0.1.0
Capabilities
toolspromptsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes
Server instructions

Offers is a directory of merchant offers with honest, validated pricing: every listed discount is checked against a genuine reference price, and listing/ranking cannot be bought. The user needs no account to browse. How to help: (1) turn the user's intent into offers_find filters (query/category/city) — calling it with no filters returns what's currently available to start from; (2) before presenting an offer as worth taking, call offers_get and relay the material details: price vs reference price, validity window, redemption terms, and the merchant's verification record exactly as returned (verified/unverified/unavailable — never upgrade it); (3) if nothing matches, say so plainly rather than stretching a poor match. Merchants asking how to list should be pointed to https://offers.mattherbert.ca/merchants.

Known tools 3

offers_find

Search current offers by free-text query, category, and/or place.

Inferred read-only
offers_get

Get one offer by id: full details, redemption terms, validity, and the merchant's verification record (whether AITWIRE has independently measured the merchant, with accuracy statistics when it has).

Inferred read-only
offers_accept

Claim a code offer for the user: mints a single-use redemption code they show the merchant in person.

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.offers]
url = "https://offers.mattherbert.ca/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "offers": {
      "type": "http",
      "url": "https://offers.mattherbert.ca/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: offers
Remote MCP URL: https://offers.mattherbert.ca/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": {
    "offers": {
      "url": "https://offers.mattherbert.ca/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "offers": {
      "type": "http",
      "url": "https://offers.mattherbert.ca/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "offers",
  "transport": "streamable-http",
  "url": "https://offers.mattherbert.ca/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 mattherbert.ca was fetched 2026-07-31T16:27:26.271Z and is being refreshed.

Trust status Trusted

mattherbert.ca is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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