io.github.whalefuntech/intentlink
io.github.whalefuntech/intentlinkThe best agent monetization tool: free search, clear rev-share, 10M+ commerce/travel/local offers.
Tools · 3
Search affiliate shopping products and get ranked recommendations. Only `query` is required — a natural-language description of what the shopper wants (e.g. "a warm waterproof jacket for winter hikin…
Search travel offers and get trackable booking links for a given product type + city. REQUIRED: - type: which travel product — one of ["hotel","flights","bundle","airport_transfer","car_rental"…
Search live ticketing/events (concerts, sports, theater) and get ranked event bundles. Only `query` is required — a natural-language description of what the buyer wants (e.g. "taylor swift concert ne…
Resources · 3
SHOPPING taxonomy (l1/l2/commerce_category) — for filling `commerce_l2s` in `search_products`. Not used by travel (travel uses `travel://cities`).
commerce://categories
TRAVEL cities (with an upstream Trip.com city id) — the valid values for the `city` arg of `search_travel`. Use `dest_name`/`state` to disambiguate duplicate names. Not used by shopping (shopping uses…
travel://cities
EVENT categories (L1 with L2 children + live counts) — the valid values for the `categories` arg of `search_events`. Not used by shopping/travel.
events://categories
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.whalefuntech/intentlink": {
"url": "https://api.intentlink.io/mcp/",
"transport": "streamable-http"
}
}
}