INDIVIDUAL MCP TOOL
offers_accept
Claim a code offer for the user: mints a single-use redemption code they show the merchant in person.
LIVE ENDPOINT
https://offers.mattherbert.ca/mcp
Connect to this endpoint to inspect the live schema for offers_accept and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
offers_find— Search current offers by free-text query, category, and/or place.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).