Skip to main content
Friedrichs IT Signet

ArtificialIntelligence

MCP, agent systems, orchestration, and production AI

AI becomes valuable when it moves beyond demos and connects to real systems. In this section, I write about the engineering side of applied AI: MCP, agent workflows, tool integration, orchestration, and the production concerns that make these systems secure, observable, and useful in practice.

Focus Areas

Agent Patterns

Practical workflows for skills, tool use, and robust agent orchestration.

MCP & Integrations

How AI systems access tools, APIs, and resources in a controlled way.

Articles

MCP Apps: Interactive UIs for AI Clients - A practical guide

MCP Apps: Interactive UIs for AI Clients - A practical guide

With MCP Apps you can add interactive UIs directly into AI clients like Claude and ChatGPT. In this post, I show how to build the Python backend for tools and data, and a React frontend for the interactive UI.

11 Min. Lesezeit
MCP Resources: Adding Climate Data to Your Weather Server

MCP Resources: Adding Climate Data to Your Weather Server

Extend MCP servers with Resources for read-only data. Add 30-year climate normals to the weather server, understand Resource Templates, and combine Tools + Resources for powerful AI workflows.

12 Min. Lesezeit
Agent Skills vs MCP: Two Standards, Two Security Models

Agent Skills vs MCP: Two Standards, Two Security Models

A technical analysis comparing Anthropic's Agent Skills specification and Model Context Protocol - two different approaches to extending AI agents, with fundamentally different security implications for credential management and code execution.

13 Min. Lesezeit
Building Your First Agent Skill: A Practical Guide

Building Your First Agent Skill: A Practical Guide

A hands-on tutorial for creating and using Agent Skills with Claude. Learn how to build a custom weather forecast skill from scratch, complete with Python scripts and API integration.

11 Min. Lesezeit
Publish Once or Fragment Forever? About the State of MCP Registries

Publish Once or Fragment Forever? About the State of MCP Registries

From modelcontextprotocol.io's Registry Preview and Generic Registry API to GitHub, Docker, Azure, Smithery, Raycast, MCP.so, PulseMCP, and FluidMCP—what MCP registries actually do and how to choose.

7 Min. Lesezeit
Building Your First MCP Server: A Weather Forecast Integration

Building Your First MCP Server: A Weather Forecast Integration

A hands-on tutorial for creating production-ready MCP servers with Python. Learn how to build a weather forecast server from scratch, test it locally, containerize it with Docker, and understand the architectural differences from Agent Skills.

12 Min. Lesezeit