<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mcp on coles.codes</title><link>https://coles.codes/tags/mcp/</link><description>Recent content in Mcp on coles.codes</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 10 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://coles.codes/tags/mcp/index.xml" rel="self" type="application/rss+xml"/><item><title>Building and securing MCP servers with FastMCP</title><link>https://coles.codes/posts/securing-mcp-servers-fastmcp/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://coles.codes/posts/securing-mcp-servers-fastmcp/</guid><description>&lt;p>Most MCP tutorials stop at a server that adds two numbers over stdio, and that part isn&amp;rsquo;t where anyone gets stuck. The work is everything you hit once you put an MCP in front of real company data: who&amp;rsquo;s allowed to call what, how you authenticate them, what you log, and how you stop eighty tools overwhelming the model.&lt;/p>
&lt;p>I&amp;rsquo;ve spent a big chunk of the last few months living in this, including a run of conversations with Australian businesses and a few US fintech companies trying to wire MCPs into real systems. The question that comes up every time is whether you can safely let a tool reach production data, and the fintechs especially won&amp;rsquo;t let you hand-wave that.&lt;/p></description></item><item><title>Skills or MCP servers: when you need a server</title><link>https://coles.codes/posts/skills-or-mcp-servers/</link><pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate><guid>https://coles.codes/posts/skills-or-mcp-servers/</guid><description>&lt;p>I keep hearing that you don&amp;rsquo;t need MCP servers any more, just use skills. For a lot of jobs that&amp;rsquo;s right, and it&amp;rsquo;s usually the simpler answer. It stops being enough once more than one person shares the data behind it.&lt;/p>
&lt;p>A skill is really just direction: the prompt, the glue code, the bit of knowledge the model should have and the steps it should follow. And it runs right there in the user&amp;rsquo;s own context with the user&amp;rsquo;s own credentials. That&amp;rsquo;s its strength for a single user: nothing to stand up, nothing to authenticate, it uses whatever access you already have. If the job is &amp;ldquo;teach the agent how to do this thing&amp;rdquo; or &amp;ldquo;wire these two commands together&amp;rdquo;, a skill is the whole answer and a server would be overhead.&lt;/p></description></item></channel></rss>