Implementing MCP Server with Tool on MuleSoft

Hello there Muley! 馃憢 I鈥檓 so excited to bring you the latest on expanding your integration capabilities! I鈥檝e got some fantastic news and insights to share about implementing an MCP (Model Context Protocol) Server with MuleSoft. This is a game-changer for connecting my existing APIs to the world of AI agents! 馃殌 What is an MCP Server and Why it Matters for MuleSoft? You might be wondering, what exactly is an MCP Server? 馃 Simply put, it鈥檚 a way for AI agents to discover and interact with various tools and resources. An MCP service acts as a bridge, allowing AI models to understand and utilize external capabilities, effectively extending their reach beyond their core functions. You can read more about unlocking AI鈥檚 potential with MCP in this article: Unlocking AI鈥檚 Potential with MCP. ...

July 7, 2025 路 5 min 路 Patryk Bandurski

Nailing RESTful API Design: A Straightforward Guide

Hey there! Ready to make your API as friendly and reliable? Let鈥檚 unpack some RESTful API design practices that are easy to digest and will save you a headache down the road. Dive in for a guide that distills my hands-on experience into practical wisdom for crafting APIs that hit the sweet spot of functionality and user-friendliness. Naming: Clear, Concise Naming your endpoints should be clear-cut and intuitive. Hyphens are your clarity heroes: Separate words for the sake of readability. Go with /customers/saving-accounts rather than a jumble of characters. Lowercase for the win: URLs can be case-sensitive, so let鈥檚 avoid the confusion and stick with lowercase, like /customers/saving-accounts. Extensions are pass茅: This is the web, not your file system. Drop the .xml and keep it clean with /customers/saving-accounts. URIs Done Right Let鈥檚 cut through the clutter when it comes to URIs. ...

February 13, 2025 路 2 min 路 Patryk Bandurski