Give your agent the live web.

Google Flights · 2 tools · live data via SerpAPI

10 remote MCP servers — no keys, no signup, no install. Flights, hotels, maps, shopping, YouTube, web search, eBay, plus Allegro, Ceneo and NBP rates you won’t find anywhere else. Copy a URL and your agent can search the real world.

Browse all 10 servers

Now paste it: Claude → Settings → Connectors → Add custom connector — or claude mcp add in your terminal.

Ten servers. One host.
Zero keys.

Each one is its own MCP endpoint on mcp.wondel.ai — connect one, or connect them all. Hover a card to see the tools inside.

Google Flights /google-flights/mcp Live fares, routes and price insights — round trip, one way, multi-city. 2 tools · ~2–8 s · USD default, any ISO code Google Hotels /google-hotels/mcp Hotels and vacation rentals with prices, ratings, photos and reviews. 3 tools · ~2–8 s · USD default, any ISO code Google Maps /google-maps/mcp Local search, place details, reviews and turn-by-turn directions. 4 tools · ~2–8 s Google Search /google-search/mcp Fast organic results with related questions — no ads, no clutter. 1 tool · ~1–4 s YouTube /youtube/mcp Search videos, pull details and comments, fetch full transcripts. 3 tools · ~2–8 s Google Shopping /google-shopping/mcp Product listings with prices, merchants and ratings — fast light mode included. 1 tool · ~2–8 s · Local to gl country eBay /ebay/mcp Search any eBay marketplace and pull full item details. 2 tools · ~2–8 s · Marketplace currency Ceneo Only here /ceneo/mcp Poland’s price-comparison engine: every shop’s offer, cheapest first. 3 tools · ~3–20 s · PLN Allegro Only here /allegro/mcp Live offers from Poland’s #1 marketplace — search, browse, inspect. 3 tools · ~30–120 s · PLN NBP Only here /nbp/mcp Official Polish central-bank FX rates, conversions and gold prices. 5 tools · <1 s · PLN-based

Connect it your way.

Pick a server, pick a client, copy one snippet. No SDK, no OAuth dance, no config file archaeology.

claude mcp add --transport http google-search https://mcp.wondel.ai/google-search/mcp

One command in your terminal — the server is available in every Claude Code session.

These servers work with Claude, Claude Code, Claude Desktop, Claude Cowork, Cursor, VS Code, Windsurf — and any other MCP client. Stdio-only clients connect through npx mcp-remote.

One question, three live feeds.

Recorded session · real responses, abridged

You: “Find a well-reviewed hotel near Kraków’s Old Town for the first weekend of August, and give me the nightly price in USD.”

google_hotels_search

{ "q": "hotels near Kraków Old Town", "check_in_date": "2026-08-01", "check_out_date": "2026-08-03", "rating": 9, "currency": "PLN" }

→ "fetchedAt": "2026-07-02T14:02:11Z" · "properties": [ { "name": "Hotel Wawel", "rate_per_night": { "lowest": "PLN 604" }, "overall_rating": 4.7, "reviews": 2841 }, … ]

google_maps_reviews

{ "place_id": "ChIJl-PkG…", "sort_by": "newestFirst" }

→ "reviews": [ { "rating": 5, "snippet": "Quiet rooms two minutes from the Rynek…" }, … ]

nbp_convert

{ "from": "PLN", "to": "USD", "amount": 604 }

→ "result": 152.41 · "rateBasis": "NBP mid rates cross-rated through PLN"

AI: Hotel Wawel — 4.7★ across 2,841 reviews, two minutes from the Main Square. PLN 604 ≈ $152 a night at the official NBP rate.

Three servers, one answer. Every number live, every payload timestamped.

Ask anything. It’s all copy-pasteable.

Where can I fly from Berlin for under $150 in October? Somewhere sunny.

/google-flights

Find a 4.5+ hotel near the Sagrada Família for the first weekend of September — and show me the most critical recent reviews.

/google-hotels + /google-maps

What’s the spread between Allegro and eBay.de prices for a used GoPro 12, in EUR?

/allegro + /ebay + /nbp

Best specialty coffee open right now near my hotel, with walking directions.

/google-maps

Pull the transcript of this conference talk and summarize the Q&A.

/youtube

Cheapest Polish shop for the Bosch KGN39 fridge — compare every offer.

/ceneo

Find the cheapest Sony WH-1000XM5 with free shipping in Germany.

/google-shopping

Chart USD/PLN over the last 90 official NBP quotes and flag the extremes.

/nbp

What are people asking about the EU AI Act? Search and cluster the related questions.

/google-search

Allegro. Ceneo. NBP. The Polish internet, wired for agents — for the first time.

38 million consumers, the EU’s sixth-largest economy — and the only remote MCP servers of their kind. And NBP isn’t just for Poland: it gives any agent, anywhere, official central-bank cross-rates for over a hundred currencies.

Don’t take our word.
Take the endpoint’s.

10
Servers
27
Live tools
0
API keys
2
Transports
/google-flights checking…
/google-hotels checking…
/google-maps checking…
/google-search checking…
/youtube checking…
/google-shopping checking…
/ebay checking…
/ceneo checking…
/allegro checking…
/nbp checking…
This board reads the same JSON your agent does.

Questions, answered
without the fine print.

Is it free? Is there auth?
Yes and no auth — v1 is fully authless. Every server reads public data only, so there is nothing to sign up for, no API key to manage, and nothing to leak. Connect and call.
Which clients work?
Anything that speaks MCP over Streamable HTTP or SSE connects directly: Claude (custom connectors), Claude Code (claude mcp add), Claude Desktop, Cursor, VS Code, Windsurf, and the rest. Stdio-only clients bridge with npx mcp-remote <url>.
How fresh is the data?
Live, with a short shared cache: ~5 minutes on the SerpAPI-backed servers, 10 minutes on Ceneo, 1 hour on the latest NBP rates (historical NBP data is immutable and cached longer). Allegro is never cached — every call scrapes live. Every tool accepts no_cache: true to force a fresh fetch, and every payload carries a fetchedAt timestamp so your agent knows exactly what it got.
Why is Allegro slow?
Allegro.pl sits behind DataDome, which blocks plain fetches and headless browsers cold. Calls route through a chain of unblockers (ZenRows, with automatic failover to Scrapfly and Bright Data), and a full bypass takes roughly 30–120 seconds. Agents wait patiently — that is rather the point.
Streamable HTTP or SSE?
Both. Every server serves Streamable HTTP at /<server>/mcp — use this one — and a legacy SSE transport at /<server>/sse for older clients.
Where does the data come from?
Three kinds of backend. The seven Google/YouTube/eBay servers query SerpAPI’s JSON engines. Allegro and Ceneo scrape the live sites through unblocker chains. NBP calls the Polish central bank’s official free API. Every response says which: the source field is part of the envelope.
Rate limits and fair use?
There is no hard rate limit in v1, but the backends cost real money (SerpAPI credits, unblocker bandwidth). Use it like a good API citizen: cache-friendly agent flows, no_cache only when freshness genuinely matters, no bulk harvesting. If usage patterns get abusive, auth and limits arrive in v2.

The web your agent can see is years old.

Your agent is one
paste away.

mcp.wondel.ai/google-search/mcp
Browse the servers

Authless · Read-only public data · Streamable HTTP + SSE · From the makers of skills.wondel.ai