com.catalogapi/catalogapi
com.catalogapi/catalogapiCheck reward coverage by country, search real catalog items, and ask how CatalogAPI works.
Tools · 4
Check whether CatalogAPI can supply rewards in one or more countries, and which product categories are available there. Call this when someone asks if rewards, gift cards, or incentives can be offered…
Get detail for a single catalog item. Call this after search_rewards when someone asks about a specific item.
Answer questions about CatalogAPI itself: what it is, how rewards are delivered to recipients, how currencies and billing work, whether the catalog can be customized or extended with your own products…
Show example rewards available in one country. Call this when someone asks what kind of thing is on offer, or wants to see the catalog for a country. Returns items from a demonstration catalog: these …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.catalogapi/catalogapi": {
"url": "https://api.catalogapi.com/mcp",
"transport": "streamable-http"
}
}
}