# GetCurrentOffer

**GetCurrentOffer** is a remote MCP server that lets AI agents search live credit card merchant offers across every major US

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add stanley17112000-1yps/getcurrentoffers

# Browse available tools
npx -y @smithery/cli@latest tool list stanley17112000-1yps/getcurrentoffers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get stanley17112000-1yps/getcurrentoffers search_offers

# Call a tool
npx -y @smithery/cli@latest tool call stanley17112000-1yps/getcurrentoffers search_offers '{}'
```

## Direct MCP Connection

Endpoint: `https://getcurrentoffers--stanley17112000-1yps.run.tools`

## Tools (4)

- `search_offers` — Search credit card merchant offers by merchant name, offer description, or card issuer. Returns matching offers with de…
- `get_offer_details` — Get complete details of a specific credit card offer by its unique ID. Returns the full offer including merchant name, …
- `list_merchants` — List all merchants that currently have active credit card offers. Optionally filter by card issuer to see which merchan…
- `compare_offers` — Compare credit card offers for a specific merchant across all card issuers (Amex, Chase, Citi, PayPal, Rakuten, Capital…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get stanley17112000-1yps/getcurrentoffers <tool-name>
```
