Email the Author
You can use this page to email Lydia Evelyn and Bruce Hopkins about Creating AI Agents with MCP - Model Context Protocol.
About the Book
About the Series: “The Only Book You’ll Need On..”
This is the very first title in the new book series, “The only book you’ll need on…“. We are partnering with Leanpub in order to provide you with the best authors in the industry writing about the most cutting edge technologies. The core premise of this series is quite simple: we want to ensure that our authors write the only book that you’ll ever need on any subject!
Therefore, as a signature trait with every book in this series, we will provide the code examples in multiple programming languages, when applicable. Therefore, this book will not only to cover Python, but also Java 21 and Node.js. This makes this book, the code, and examples usable to over 30 million developers worldwide using the top programming languages available.
Therefore, no matter if you’re working for a major enterprise, a nimble startup, or if you’re trying to level-up for your next job, you’ll have full working examples available to allow you to get your projects off the ground quickly.
About the Book: “Creating AI Agents with MCP - Model Context Protocol”
For developers who are working to create AI applications and services, they quickly begin to realize the pain of creating a dedicated (bespoke) client for each AI application service. The MCP standard solves this problem by enabling a single client to be configured in order to access any agent that conforms to the MCP standard. Additionally, the MCP protocol provides a convenient architecture to enable external resources (such as databases and file systems) to be made accessible to AI agents. This new standard builds upon pre-existing AI agent architectures to enable MCP clients to control external systems (often referred to as tool and function calling).
One of the biggest benefits of MCP is the fact that the protocol enables clients to dynamically discover an use new capabilities. This means that MCP clients can operate and function beyond the means of their own original system design. This is very similar to how traditional web browsers work with browser plugins or extensions.
Therefore, the goal of the book is to take a developer with experience in Python, Java, or Node.js and show them how to build AI Agents that leverage the MCP protocol.
About the Author