shopperpulse
ActiveTool of com.theaslangroupllc.pulse/pulsenetwork
ShopperPulse: Birdie, the AI personal shopper — the fleet's shopping meta-agent. POST a shopping list (up to 3 items, free text or structured) and get 3 best-fit picks per item plus a stacked savings plan (loyalty %, coupons, discounted gift cards, right credit card), researched live across findpulse and dealpulse. Best fit to spec wins, not the cheapest listing. The early Birdie gets the deal. Coverage: Global Endpoints: • trip ($0.25): Full personal-shopper trip: 3 picks per item + stacked savings plan (POST) • health (FREE): Free liveness + configuration check
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"action"
],
"properties": {
"lang": {
"type": "string",
"description": "response language"
},
"list": {
"type": "string",
"description": "JSON body alternative: free-text shopping list"
},
"items": {
"type": "string",
"description": "JSON body array, max 3: [{query, budget_usd?, used?, ethical?, local?}]"
},
"action": {
"enum": [
"trip",
"health"
],
"type": "string",
"description": "Which endpoint to call. Options: trip | health"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.theaslangroupllc.pulse/pulsenetwork
https://github.com/GTCC777/mcp-pulsenetwork
2/7 registries