Tag: MCP

44 posts
Chakwera never again, says MCP loyalist
Malawi24 icon
Malawi24
malawi24.com

Chakwera never again, says MCP loyalist

A fierce rebellion is brewing inside the Malawi Congress Party as one of its own loyalists launches a brutal attack on President Lazarus Chakwera, declaring that he should never be trusted with the presidency again.Nkhotakota Central legislator Silvester Ayuba James said blaming Chakwera's inner circle for his administration's failures is misleading because many of the...

Jul 27, 2026
The Mathanga truth: Law over politics
Malawi24 icon
Malawi24
malawi24.com

The Mathanga truth: Law over politics

Over the past few days, social media has been awash with polarized debates regarding the Industrial Relations Court (IRC) consent order that reinstated former Reserve Bank of Malawi (RBM) Deputy Governor, Henry Mathanga, effective January 1, 2026.While certain political factions have attempted to frame the judicial resolution as a political payout, the actual legal history...

Jul 25, 2026

Context graphs, MCP tools, plain text, making users awesome, and events!

"Context graph" is a term I hear a lot. It needs to graduate from vague buzzword to actual term of art. I think we're almost there:

Jul 24, 2026
MCP tool calling under the hood

MCP tool calling under the hood

When you ask an agent to create a Jira ticket, and a few seconds later the ticket exists, we usually say that the model called a tool. That's useful shorthand, and I use it too, but it can make the process sound more direct than it really is. The model almost certainly didn't interact with Jira's services directly. What it most likely did was generate a structured request asking the harness, which is the application wrapped around it, to do those things on its behalf. I want to walk through what actually happens during a tool call, using a simple example prompt:

Jul 22, 2026
MCP Eastern Region endorses Chakwera
Malawi24 icon
Malawi24
malawi24.com

MCP Eastern Region endorses Chakwera

The Malawi Congress Party (MCP) Zomba District Committee has endorsed Lazarus Chakwera to continue leading the party, declaring him the best candidate to head the party.The endorsement was announced during an interface meeting in the Eastern Region, where the committee said it has assessed those associated with the party's presidency and concluded that no other...

Jul 18, 2026
Produktdatenqualität im Magento 2 Shop mit KI verbessern

Produktdatenqualität im Magento 2 Shop mit KI verbessern

Gute Produktdaten sind eine wichtige Grundlage für einen erfolgreichen Magento 2 Shop. Kunden finden Produkte schneller, Produktseiten wirken vertrauenswürdiger und interne Teams müssen weniger Rückfragen klären. Trotzdem entstehen in vielen Shops mit der Zeit Lücken im Produktkatalog. Ein Produkt hat kein Bild. Eine Kurzbeschreibung fehlt. Pflichtattribute sind nicht gepflegt. Varianten unterscheiden sich nur minimal. Attributwerte...

Jul 17, 2026
Kundenservice mit KI verbessern: Magento-Auftragsdaten schneller verfügbar machen

Kundenservice mit KI verbessern: Magento-Auftragsdaten schneller verfügbar machen

Kunden erwarten heute schnelle und präzise Auskünfte zu ihren Bestellungen. Im Kundenservice entstehen deshalb täglich ähnliche Fragen: Welchen Status hat eine Bestellung? Welche Produkte sind enthalten? Gibt es weitere offene Bestellungen des Kunden? Wann hat der Kunde zuletzt bestellt? Welche Bestellungen gehören zu einer bestimmten E-Mail-Adresse? Wie sieht die bisherige Bestellhistorie aus? Die benötigten Informationen...

Jul 15, 2026
E
ewan's devlog
devlog.croft.click

ATProto MCP server is now functional

The ATProto MCP server was wired into a working state with public and authenticated Bluesky tools, tests, and docs.

Jul 12, 2026
MCP in Digital Marketing
donckrr martech icon
donckrr martech
donckrr.offprint.app

MCP in Digital Marketing

What MCP Actually Means for Digital Marketers

Jul 7, 2026
Building the Ghost MCP server
subaud icon
subaud
subaud.io

Building the Ghost MCP server

The last two posts here were about the skills in this plugin — one learns my writing voice from my published posts, the other revises a draft section by section. Neither can do anything without a way to reach Ghost: to read what I've already posted, create a draft, update one that's already up. That's the rest of the plugin, a small MCP server wrapping the Ghost Admin API. The server reaches Ghost with several tools create, read, update, images, and site info. Everything that takes judgment st

Jul 3, 2026
E
ewan's devlog
devlog.croft.click

AT Protocol MCP Server: Dependency Audit & Refactor

Jun 13, 2026
E
ewan's devlog
devlog.croft.click

AT Protocol MCP Server: Dependency Audit & Refactor

Jun 13, 2026

atproto-mcp-server

AT Protocol Model Context Protocol server for social web interactions.

Jun 12, 2026
ooo-yay.com icon
ooo-yay.com
ooo-yay.com

Budgeting with Claude

Wiring SimpleFIN, a self-hosted Actual Budget instance, and Claude Desktop together over MCP so I can actually talk to my money — and walk into my financial planner's office already knowing the picture.

Jun 7, 2026
WebMCP: KI-Agenten in Angular-Apps integrieren
Angular-Buch icon
Angular-Buch
angular-buch.com

WebMCP: KI-Agenten in Angular-Apps integrieren

Die Integration von KI-Agenten in Web-Anwendungen wird in den nächsten Jahren ein zentrales Thema. Mit dem in Entwicklung befindlichen Vorschlag WebMCP (Web Model Context Protocol) sollen Webseiten dem Browser – und damit angeschlossenen KI-Agenten – strukturierte Tools zur Verfügung stellen können.

May 27, 2026
Improving the Azure SDK developer experience with MCP

Improving the Azure SDK developer experience with MCP

Providing version-specfic context to an LLM using an MCP can greatly improve productivity and reduce cost.

May 1, 2026
Slow down to speed up

Slow down to speed up

Building a simple design system and website with Figma MCP and ClaudeCode

Apr 6, 2026
Adding OAuth to an MCP Server: From API Keys to Browser Login
subaud icon
subaud
subaud.io

Adding OAuth to an MCP Server: From API Keys to Browser Login

MixCraft started with static API keys—generate one from the web portal, paste it into your Claude Code config. The mx_ prefixed keys had no expiration, lived in shell history and dotfiles, and revoking one meant generating a new key and updating every client. Service tokens from third-party APIs expired after an hour with no refresh mechanism, so users would get silent failures mid-session. I needed to replace the whole auth model with OAuth. But worse, it didn't work well with claude.ai because

Apr 2, 2026

Fortresses, Pipes, and Brains

Workday's CEO called AI agent startups "parasites." Linear shipped a native AI agent that understands software development workflows. These are two ends of a spectrum, with most of the industry stuck in the middle — exposing data through MCP without embedding any intelligence. The companies that win will be the ones that make AI native to their domain workflow.

Mar 26, 2026
MixCraft - Adding Claude Skills to the music assistant
subaud icon
subaud
subaud.io

MixCraft - Adding Claude Skills to the music assistant

MixCraft connects Claude to Apple Music. The infrastructure post explains why the server is hosted remotely — Apple Music requires server-side JWT signing with a private key, so a local MCP server wasn't an option. This post covers the other side: the Apple Music integration itself, the adapter pattern that makes the server extensible, and the Claude Code plugin that ships alongside it. The source is at github.com/schuettc/mixcraft-app. The Adapter Interface The MCP server doesn't call Ap

Mar 12, 2026
MixCraft - A hosted music assistant MCP
subaud icon
subaud
subaud.io

MixCraft - A hosted music assistant MCP

Several months ago, I was looking for some new music and decided to give Claude a crack at finding me some new music. i'm trying to make an album based playlist. It should consist of 3 (mostly) complete albums. Right now I have Hum - Downward is Heavenward and Weezer - Pinkerton. These two go together very well. Is there a third album we can include in this? This fairly innocuous prompt resulted in Claude suggested a completely unknown to me band that very quickly became one of my

Mar 12, 2026
Will AI tools manifest more intent based API?

Will AI tools manifest more intent based API?

While LLMs provided a significant leap in capability, how 'agentic' we should be with them has been of significant interest over the last years.

Feb 16, 2026

The Ghost in the Training Set

LLMs have statistical momentum: even when they know a new standard like Streamable HTTP exists, they often revert to the legacy patterns they saw most in training. Here is how to use "strong anchors" and "zero-prompt pruning" to keep your agentic systems from being haunted by 2024.

Feb 14, 2026
Agentic Coding: AI Support for Angular
Angular.Schule icon
Angular.Schule
angular.schule

Agentic Coding: AI Support for Angular

Software projects are becoming more complex, and requirements are increasing. AI (Artificial Intelligence) tools can support us in development and provide relief: They help with generating code, explain complex relationships and suggest improvements. In this article, we show you how to generate the best possible code using Angular's AI tools.

Feb 10, 2026
Agentic Coding: AI-Unterstützung für Angular
Angular-Buch icon
Angular-Buch
angular-buch.com

Agentic Coding: AI-Unterstützung für Angular

Softwareprojekte werden komplexer, und Anforderungen steigen. Werkzeuge für AI (Artificial Intelligence) können uns bei der Entwicklung unterstützen und Entlastung schaffen: Sie helfen unter anderem beim Generieren von Code, erklären komplexe Zusammenhänge und schlagen Verbesserungen vor. In diesem Artikel zeigen wir dir, wie du mit den AI-Werkzeugen von Angular den bestmöglichen Code generierst.

Feb 10, 2026

Webmentions are back thanks to GitHub Copilot

An update on how I upgraded and got my webmentions endpoint back online with the help of GitHub Copilot

Jan 25, 2026

MCP Apps And Interactive UIs In MCP Clients

MCP Apps adds an official extension for rendering interactive UIs inside MCP clients, building on MCP-UI and OpenAI's Apps work to move beyond plain text.

Jan 25, 2026
Stop using natural language interfaces

Stop using natural language interfaces

Natural language is a wonderful interface, but just because we suddenly can doesn't mean we always should.

Jan 12, 2026

Hello, Anthropic

After three years at Microsoft working on security and MCP, I'm joining Anthropic as a Member of Technical Staff to help grow the MCP ecosystem.

Jan 10, 2026
Managed MCP in claude.ai

Managed MCP in claude.ai

Reverse-engineering claude.ai's remote MCP infrastructure for fun and zero profit

Dec 25, 2025
MCP Anbindung für Magento 2 Onlineshop per MCP-Server in Entwicklung

MCP Anbindung für Magento 2 Onlineshop per MCP-Server in Entwicklung

Wir sind aktuell dabei weiter an einem MCP Server und dazugehörige Erweiterung in Magento 2 zu arbeiten. Der MCP Server ermöglicht es, dass LLMs per MCP gewisse Endpoints zur Verfügung stellen kann. Diese Endpoints erlauben den Zugriff auf Daten im Shop (später evtl. auch Manipulation der Daten). Der MCP-Server wiederum baut eine Verbindung zu Magento...

Dec 23, 2025

Wrapping Up 2025 - The Year Of MCP

Year-in-review piece on a 2025 spent largely on Model Context Protocol work, covering spec milestones, ecosystem shifts, and what's likely next.

Dec 13, 2025

One Year Of Model Context Protocol Through A Core Maintainer Lens

A core maintainer's reflection on a year of Model Context Protocol, coinciding with the 2025-11-25 specification release and a look at what's next.

Nov 24, 2025

What's New In The 2025-11-25 MCP Authorization Spec

Preview of authorization changes landing in the 2025-11-25 MCP spec release, marking the protocol's first anniversary with notable auth-flow updates.

Nov 23, 2025

How Azure Copilot’s New Agents Automate DevOps and SecOps

The New Stack

Nov 18, 2025

Support For CIMD For MCP In Visual Studio Code

How Client ID Metadata Documents replace Dynamic Client Registration in the MCP authorization spec, and how Visual Studio Code will surface CIMD to users.

Nov 16, 2025

The MCP Maintainers Meet In New York

Recap of the MCP maintainers gathering in New York - how the contributor community coordinates async work on auth, security, registries, and docs.

Sep 9, 2025
Afterhours icon
Afterhours
halans.com

Creating an MCP Server for Your Hugo Blog

A walk through from understanding Hugo and MCP fundamentals to deploying a Cloudflare Worker that makes your blog content searchable by AI assistants.

Aug 3, 2025

Visual Studio Code And The MCP Installation Prompt

VS Code Insiders adds a consent prompt before installing a third-party MCP server, blocking silent one-click writes to the editor's MCP configuration.

Jul 19, 2025

OAuth In The MCP C# SDK: Simple, Secure, Standard

Walkthrough of the new OAuth 2.0 and RFC 9728 PRM support shipped in the official MCP C# SDK, with sample code for protected MCP server authorization in .NET.

Jul 6, 2025

Stop Guessing: MCP Elicitations Come To Visual Studio Code

VS Code now supports MCP elicitations from the 2025-06-18 spec, letting servers prompt users with structured native dialogs instead of guessing at parameters.

Jul 5, 2025

Please Don't Write Your Own MCP Authorization Code

Why most teams should let an API gateway handle the new MCP Protected Resource Metadata flow instead of hand-rolling OAuth in their own server code.

Jun 25, 2025

Update To MCP Authorization Spec - Resource Parameter (RFC 8707)

How RFC 8707 resource indicators are now required in the MCP authorization spec to prevent token misuse and phishing across MCP server deployments.

Jun 17, 2025

The Month of MCP

Notes from a month of MCP work spanning Microsoft Build, the MCP Developer Summit, AI Engineer World's Fair, and ongoing security and spec contributions.

Jun 12, 2025