Building an MCP Server with Python: First Tool to Enterprise Integration
Model Context Protocol, or MCP, has quickly become one of the most important standards in the AI ecosystem. Introduced by Anthropic in 2024, MCP provides a common way for AI applications and agents to connect to tools, data, APIs, and enterprise systems. Instead of building a different integration for every AI platform, we can expose capabilities through an MCP server and allow MCP-compatible applications to discover and use them. In … Continue reading Building an MCP Server with Python: First Tool to Enterprise Integration
The post Building an MCP Server with Python: First Tool to Enterprise Integration appeared first on Carl de Souza.
Published on:
Learn moreWe can help you with Building an MCP Server with Python: First Tool to Enterprise Integration
If you want help implementing, troubleshooting, or improving this product, contact us and we’ll point you in the right direction.
Related posts
Claude Code, Console, Managed Agents, and Cowork Explained
Anthropic has several different Claude products and services, and deciding which one to use when can be tricky. In this post, we will look at ...
Power Apps Code Apps: A Complete Guide to Building Apps with Pro Code and AI
Power Apps has traditionally been associated with low-code development. Code Apps introduce a different approach: building Power Apps as React...
Enabling and Demo of Claude Fable 5 in Copilot Studio
Claude Fable 5 is now available in Microsoft Copilot Studio. Fable 5 is Anthropic’s high-end model primarily designed for hard, long-running w...
Creating a Gen Page using Copilot CLI
In a previous post we looked at creating Gen Pages using VS Code. In this post, we will look at how to do this using the Copilot CLI. First, i...
Using AI to Build Power Apps with Gen Pages
Microsoft has made several advancements when it comes to using AI to build Power Apps. In this post, we will look at Generative Pages, or Gen ...
How to Install and Use Copilot CLI
Copilot CLI is GitHub’s command line tool that helps you build and manage code. To install Copilot CLI, go to https://github.com/feature...
How to Install GitHub Copilot in VS Code
To install GitHub Copilot in VS Code, open VS Code and go to Extensions on the left, then search for GitHub Copilot. Note the “GitHub Co...
Using the Microsoft Learn MCP Server
Did you know Microsoft Learn, the site which contains a ton of information on implementing Microsoft technologies, has an MCP Server? This mea...
Creating an Agent with Actions in Azure AI Foundry
Azure AI Foundry is an Azure service where you can create agents using various LLMs (including your own). In this post we will look at how to ...