queregalarme
Drafts WhatsApp group messages to coordinate gift reservations from a shared wishlist.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@queregalarmebrowse ana's wishlist and suggest an available gift under 50 euros"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QueRegalar.me
Wishlist personal simple y agent-friendly. Spanish and English.
Live: https://queregalar.me
Title: QueRegalar.me: wishlists your AI agent can actually use
One-liner: A bilingual WebMCP wishlist where an AI agent can inspect available gifts, avoid duplicates, reserve one, and — for owners — create an account and a starter list after confirmation.
What it does
Someone shares a public gift list. Friends open /u/:username and either:
tap Me encargo yo / I’ll take this themselves,
tap Aportar / Contribute on an expensive group gift (a pledge, not a payment), or
ask an in-browser agent (WebMCP) to pick an available gift under budget, reserve it, or join a group gift with a partial amount, then draft a WhatsApp message.
Owners create a list in the dashboard, or ask an agent on /register and /app (confirmation + email verification; drafts stay private until publish). They can also use OpenAPI or remote MCP with a per-user token.
Related MCP server: ecommerce-mcp-server
Language
Unprefixed
/webmcpand/u/:usernamestill work.
WebMCP tools (public list)
Registered only when document.modelContext.registerTool exists:
Tool | Side effects |
| none; includes contribution metadata when enabled |
| none; optional |
| none; optional |
| reserves if still |
| records a pledge if remaining amount allows it |
| none; deterministic WhatsApp text |
| none; WhatsApp copy for a shared gift |
Owner signup (/register) and owner list (/app) tools are documented in docs/WEBMCP.md.
Demo page: https://queregalar.me/en/webmcp
Demo list: https://queregalar.me/u/ana
Work added after 2026-08-25 is documented in docs/WEBMCP.md.
Other agent surfaces
Remote MCP:
https://queregalar.me/mcpwithAuthorization: Bearer <QREGALARME_TOKEN>Human docs: https://queregalar.me/agent
The token is password-equivalent for that user's gifts. Do not commit it. WebMCP owner tools use the browser session instead and never put the token in public JavaScript.
Setup
git clone https://github.com/agaver2/queregalarme.git
cd queregalarme
npm install
npm test
PORT=3033 BASE_URL=http://127.0.0.1:3033 node src/server.jsSQLite is created automatically under data/. The process binds to 127.0.0.1.
Useful env vars:
PORT(default3033)BASE_URLDATA_DIR/DB_PATHCOOKIE_SECURE(truebehind HTTPS)NODE_ENVMAIL_FROM(verification emails via local sendmail)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to save product URLs to a user's Wishfinity wishlist. When recommending products, the AI can generate a clickable link that saves items for later purchase or gifting.631MIT
- AlicenseAqualityFmaintenanceEnables AI agents to search products, lookup barcodes, and manage shopping carts and wishlists using free e-commerce APIs.8MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create, manage, and discover family gift registries. Users can add links from Amazon, Target, and more through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search products, manage cart, place orders, and track shipments on Amazon via browser automation.151MIT
Related MCP Connectors
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Vacation rental discovery, direct booking, and property protection for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agaver2/queregalarme'
If you have feedback or need assistance with the MCP directory API, please join our Discord server