Give your agent the live web.
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.
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.
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.
https://mcp.wondel.ai/google-search/mcp Works on every Claude plan that supports custom connectors.
{
"mcpServers": {
"google-search": {
"url": "https://mcp.wondel.ai/google-search/mcp"
}
}
} Add to .cursor/mcp.json, VS Code's mcp.json, or any client that takes an mcpServers map.
npx mcp-remote https://mcp.wondel.ai/google-search/mcp For stdio-only clients: mcp-remote bridges the remote endpoint to a local process. Streamable HTTP-capable clients can hit the URL directly — a legacy /sse endpoint exists too.
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.
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.
Ask anything. It’s all copy-pasteable.
Where can I fly from Berlin for under $150 in October? Somewhere sunny.
/google-flightsFind 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-mapsWhat’s the spread between Allegro and eBay.de prices for a used GoPro 12, in EUR?
/allegro + /ebay + /nbpBest specialty coffee open right now near my hotel, with walking directions.
/google-mapsPull the transcript of this conference talk and summarize the Q&A.
/youtubeCheapest Polish shop for the Bosch KGN39 fridge — compare every offer.
/ceneoFind the cheapest Sony WH-1000XM5 with free shipping in Germany.
/google-shoppingChart USD/PLN over the last 90 official NBP quotes and flag the extremes.
/nbpWhat are people asking about the EU AI Act? Search and cluster the related questions.
/google-searchAllegro. 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.
Questions, answered
without the fine print.
Is it free? Is there auth?
Which clients work?
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?
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?
Streamable HTTP or SSE?
/<server>/mcp — use this one — and a legacy SSE transport at /<server>/sse for older clients.Where does the data come from?
source field is part of the envelope.Rate limits and fair use?
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 Authless · Read-only public data · Streamable HTTP + SSE · From the makers of skills.wondel.ai