<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rubens Rafael</title>
    <description>The latest articles on DEV Community by Rubens Rafael (@rubens_rafael_700).</description>
    <link>https://dev.to/rubens_rafael_700</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4021830%2Fd24b25cd-35f8-41ba-8504-785179d70b6a.png</url>
      <title>DEV Community: Rubens Rafael</title>
      <link>https://dev.to/rubens_rafael_700</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rubens_rafael_700"/>
    <language>en</language>
    <item>
      <title>I built a no-code backend that gives AI agents an MCP tool for real business logic</title>
      <dc:creator>Rubens Rafael</dc:creator>
      <pubDate>Wed, 08 Jul 2026 19:46:18 +0000</pubDate>
      <link>https://dev.to/rubens_rafael_700/i-built-a-no-code-backend-that-gives-ai-agents-an-mcp-tool-for-real-business-logic-3ei5</link>
      <guid>https://dev.to/rubens_rafael_700/i-built-a-no-code-backend-that-gives-ai-agents-an-mcp-tool-for-real-business-logic-3ei5</guid>
      <description>&lt;p&gt;I kept running into the same annoyance building agent side projects: giving an agent DB access is easy, but the moment it needs real business logic — check inventory,&lt;br&gt;
process an order, apply a rule — I was back to writing and hosting a small server just for that one action.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Calamo&lt;/strong&gt;: you define objects (Postgres tables) and actions (workflows)&lt;br&gt;
visually, then publish an action as an MCP tool your agent can call directly, or as a&lt;br&gt;
plain REST endpoint if you'd rather call it from regular code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=6l4rlK88wrg" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=6l4rlK88wrg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the video: I create an object, build a query action, publish it as an MCP tool,&lt;br&gt;
and connect it to Claude — which calls the tool live and returns real data. No&lt;br&gt;
servers, no code.&lt;/p&gt;

&lt;p&gt;Most tools that give agents database access (Supabase's MCP server, for example)&lt;br&gt;
stick to raw SQL — this is meant for the layer above that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's live at &lt;a href="https://calamo.dev" rel="noopener noreferrer"&gt;calamo.dev&lt;/a&gt;. Mostly curious if this is solving a real problem for people&lt;br&gt;
building agent workflows, or if I'm missing something obvious — feedback (and skepticism) welcome.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>mcp</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
