<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developer Tools on Rusty Eddy</title><link>https://rustyeddy.com/categories/developer-tools/</link><description>Recent content in Developer Tools on Rusty Eddy</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 03 Jun 2026 19:39:48 -0700</lastBuildDate><atom:link href="https://rustyeddy.com/categories/developer-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Exposing a Go App as Claude MCP Tools</title><link>https://rustyeddy.com/notes/mcp-claude-tools/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://rustyeddy.com/notes/mcp-claude-tools/</guid><description>&lt;p&gt;The Model Context Protocol (MCP) lets Claude call external tools defined by
your application. Instead of pasting data into a chat window or writing one-off
scripts to query your system, you define tools with typed schemas, start an
MCP server, and Claude can call them directly — in Claude Code, Claude Desktop,
or any MCP-compatible client.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://github.com/rustyeddy/trader"&gt;Trader&lt;/a&gt; project uses this to expose
its Forex trading engine as Claude tools: query your OANDA account, review open
trades, run a backtest against historical data, and — when explicitly enabled —
place or close orders.&lt;/p&gt;</description></item></channel></rss>