<?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: Jer Crane</title>
    <description>The latest articles on DEV Community by Jer Crane (@lifeofjer).</description>
    <link>https://dev.to/lifeofjer</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3868728%2Fa1e2d9c4-7665-496c-8c77-70171c1137fc.jpeg</url>
      <title>DEV Community: Jer Crane</title>
      <link>https://dev.to/lifeofjer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lifeofjer"/>
    <language>en</language>
    <item>
      <title>I built a headless accounting API — REST, GraphQL &amp; MCP for AI builders</title>
      <dc:creator>Jer Crane</dc:creator>
      <pubDate>Thu, 09 Apr 2026 00:44:33 +0000</pubDate>
      <link>https://dev.to/lifeofjer/i-built-a-headless-accounting-api-rest-graphql-mcp-for-ai-builders-27kg</link>
      <guid>https://dev.to/lifeofjer/i-built-a-headless-accounting-api-rest-graphql-mcp-for-ai-builders-27kg</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Every accounting system forces you into their UI. For developers building products, this is a non-starter. You can't embed QuickBooks into your app. You can't build a farming-specific accounting UI. You can't run consolidated financials across 20 LLCs with a tool designed for a single small business.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://craneledger.ai" rel="noopener noreferrer"&gt;Crane Ledger&lt;/a&gt; is a headless accounting API — a full double-entry accounting engine you access via REST, GraphQL, or MCP. No UI attached.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three protocols
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;REST API&lt;/strong&gt; — Traditional endpoints for accounting operations. CRUD for accounts, transactions, journal entries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GraphQL&lt;/strong&gt; — Flexible queries for complex financial reports. Pull exactly the data you need.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MCP Protocol&lt;/strong&gt; — This is the fun one. Give Claude, Cursor, or any MCP-compatible AI assistant native access to your accounting engine. Natural language accounting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Create a journal entry for the $5,000 rent payment"&lt;/li&gt;
&lt;li&gt;"Show me the P&amp;amp;L for Q1"&lt;/li&gt;
&lt;li&gt;"Run a consolidated balance sheet across all my entities"&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Multi-entity support
&lt;/h2&gt;

&lt;p&gt;Sub-organizations with master billing, private data isolation between orgs, and pass-through financials for owned entities. Run consolidated balance sheets and income statements at the top level.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Developers vibe-coding a product who need accounting without building it from scratch&lt;/li&gt;
&lt;li&gt;SaaS companies embedding financial features&lt;/li&gt;
&lt;li&gt;Real estate investors managing multiple LLCs&lt;/li&gt;
&lt;li&gt;Anyone building a niche accounting system (farming, construction, healthcare)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;Credit-based — you pay for what you use. No seat licenses.&lt;/p&gt;

&lt;h2&gt;
  
  
  Docs
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://craneledger.ai/docs" rel="noopener noreferrer"&gt;craneledger.ai/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from anyone who's hit this problem before.&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>fintech</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
