cd /news/artificial-intelligence/what-i-accidentally-built-when-i-con… · home topics artificial-intelligence article
[ARTICLE · art-113459] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

What I Accidentally Built When I Connected Claude to a Product Catalog

A developer connected Claude to a product catalog via the Model Context Protocol (MCP), creating an AI that can fetch real-time prices across stores in the US and Southeast Asia. The tool answered a query about the cheapest AirPods Pro 2 in Singapore in about eight seconds, though the developer warns that each MCP server adds tokens to the context window, so schemas should be kept tight.

read1 min views1 publishedAug 27, 2026

I wanted to build a simple price comparison tool. What I ended up with made me rethink how AI agents interact with the real world.

Every AI assistant I tried had the same blind spot. Ask it "what is the cheapest iPhone 17 in Singapore right now?" and it would hallucinate a price or tell you to check Amazon.

I wanted an AI that could actually look at real prices across real stores and give me a straight answer.

Model Context Protocol (MCP) lets AI models call external tools. Think of it as a USB port for AI. Plug in an MCP server, and suddenly your AI can search databases, query APIs, and interact with the real world.

An MCP server exposes tools. Each tool has a name, description, and input schema. The AI reads these schemas and decides which tool to call.

I connected Claude to a product catalog spanning electronics markets across the US and Southeast Asia. The MCP server exposes seven tools: search products, get product details, compare, find the best price, get deals, list categories, and ingest.

I asked: "Find the cheapest AirPods Pro 2 in Singapore." Claude searched, ranked results by price, and presented three options across real storefronts with current prices. Total time: about eight seconds.

Every MCP server you connect adds tokens to your context window. Seven tools add a few thousand tokens. That sounds small until you connect five servers and suddenly burn 20,000+ tokens before your first question. Keep your schemas tight and your tool count lean.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @claude 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/what-i-accidentally-…] indexed:0 read:1min 2026-08-27 ·