Building with AI is moving fast, but most of it still feels like 'GPT-wrappers.' When we started building Tooling Studio, we had a choice: stick to traditional, stable REST APIs or go all-in on the Model Context Protocol (MCP).
We chose the latter, and it’s been a 'building the tracks while the train is moving' kind of experience.
The 'Why': Traditional APIs are great for data retrieval, but they don't solve the 'context tax.' We wanted to create a system where the AI isn't just a chatbot, but an agent that can see and act within Google Workspace. MCP provides that standardized bridge.
The Reality of the 'Hard Path':
The Docs are Thin: You spend a lot of time in Discord channels and GitHub issues rather than official documentation.
Breaking Changes: Since the protocol is early, a small shift can break your entire 'bridge.'
The Upside: Seeing an AI actually execute a task, like turning a messy transcript into a structured Kanban board, without a single manual 'copy-paste' is a game changer.
If anyone else here is moving away from standard LLM calls and toward agentic protocols like MCP?
We’re actually prepping for a Product Hunt launch in the next week or so. It’s a bit nerve-wracking to put an 'early access' protocol to the test so publicly, but I’m looking forward to the feedback.
If you’ve launched an MCP-based tool recently, I'd love to know what your biggest 'day-of' surprise was.
Great insights, Nick! I totally resonate with the 'building the tracks while the train is moving' analogy. We’re also betting big on MCP for our project, AgentShare.The 'context tax' you mentioned is the real bottleneck. We’ve noticed that while MCP solves the 'how' agents connect, there's still a massive gap in 'what' they see—especially structured price and offer data.I’m currently experimenting with what I call 'AIO' (AI Optimization)—moving beyond traditional SEO to make content truly machine-readable for these agentic protocols. Dealing with the thin docs and breaking changes is tough, but seeing an agent actually 'understand' the data without a scraping mess makes it all worth it.Good luck with your Product Hunt launch! Since you're using Google Workspace, did you find any specific challenges in mapping complex folder structures to MCP resources?