<?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>Forem: APIKumo</title>
    <description>The latest articles on Forem by APIKumo (@apikumo).</description>
    <link>https://forem.com/apikumo</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%2Forganization%2Fprofile_image%2F13308%2Fafe242d4-035e-4b0d-a3c8-106042591ab5.png</url>
      <title>Forem: APIKumo</title>
      <link>https://forem.com/apikumo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/apikumo"/>
    <language>en</language>
    <item>
      <title>APIKumo gives every API collection an automatic MCP endpoint — here's why that matters</title>
      <dc:creator>eknut w.</dc:creator>
      <pubDate>Mon, 11 May 2026 09:07:18 +0000</pubDate>
      <link>https://forem.com/apikumo/apikumo-gives-every-api-collection-an-automatic-mcp-endpoint-heres-why-that-matters-4nhe</link>
      <guid>https://forem.com/apikumo/apikumo-gives-every-api-collection-an-automatic-mcp-endpoint-heres-why-that-matters-4nhe</guid>
      <description>&lt;p&gt;MCP (Model Context Protocol) is quickly becoming the standard way AI agents interact with external tools and services. Claude, Cursor, Continue, and others all speak MCP natively now.&lt;/p&gt;

&lt;p&gt;The problem? Setting up an MCP server for your API used to mean writing a separate server, maintaining it alongside your actual API, and keeping it in sync whenever your schema changed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;APIKumo removes that entirely.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every collection you build and publish in APIKumo gets an automatic MCP endpoint — no configuration, no separate server, no code to maintain.&lt;/p&gt;




&lt;h2&gt;
  
  
  How it works in APIKumo
&lt;/h2&gt;

&lt;p&gt;When you publish a collection in APIKumo, you get three things out of the box:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;A public doc page&lt;/strong&gt; — with version selector, scroll-spy nav, changelog, and a live try-it console&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI chat grounded in your endpoints&lt;/strong&gt; — users can ask questions about your API and get answers based on your &lt;em&gt;actual&lt;/em&gt; definition, not hallucinated responses&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An MCP endpoint&lt;/strong&gt; — a live Model Context Protocol endpoint that any MCP-compatible AI agent can connect to immediately&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The MCP endpoint is generated directly from your collection. That means it stays accurate by default — if you update a request in APIKumo, the MCP endpoint reflects it automatically.&lt;/p&gt;




&lt;h2&gt;
  
  
  What this looks like in practice
&lt;/h2&gt;

&lt;p&gt;Say you've built a collection for a weather API in APIKumo. Once published, any AI agent that supports MCP can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Discover&lt;/strong&gt; your endpoints (GET /forecast, GET /current, etc.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Understand&lt;/strong&gt; the parameters, response shapes, and authentication requirements&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Call&lt;/strong&gt; the API natively — no custom tool definitions, no prompt engineering&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your API becomes an AI-native service the moment you publish it.&lt;/p&gt;

&lt;p&gt;This is what "AI-ready docs" actually means — not just a page that looks good, but a surface that AI agents can read and act on.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this is a big deal for API developers
&lt;/h2&gt;

&lt;p&gt;Most APIs are invisible to AI agents today. They exist as REST endpoints that humans know about, but agents can't discover or use without a human writing a wrapper.&lt;/p&gt;

&lt;p&gt;With APIKumo's automatic MCP endpoint:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No MCP server to build or maintain&lt;/strong&gt; — it's generated from your collection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No drift&lt;/strong&gt; — your docs, AI chat, and MCP endpoint all come from the same source of truth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Works immediately&lt;/strong&gt; — publish a collection, share the MCP endpoint URL, done&lt;/li&gt;
&lt;/ul&gt;




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

&lt;p&gt;APIKumo is free while in preview.&lt;/p&gt;

&lt;p&gt;Build your collection, publish it, and you'll see the MCP endpoint URL right in your dashboard — ready to drop into Claude, Cursor, or any MCP-compatible client.&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://apikumo.com/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fapikumo.com%2Fog-image.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://apikumo.com/" rel="noopener noreferrer" class="c-link"&gt;
            APIKumo · Build, automate, and publish your API
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Design requests, automate auth, version, and publish typed docs with AI chat and MCP built in.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fapikumo.com%2Fassets%2Ffavicon-Dps_Gorg.svg" width="500" height="500"&gt;
          apikumo.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;What APIs are you working with that you'd want to expose as MCP endpoints? Drop it in the comments.&lt;/p&gt;

</description>
      <category>api</category>
      <category>mcp</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I built an API workspace where docs write themselves — with AI chat and MCP built in</title>
      <dc:creator>eknut w.</dc:creator>
      <pubDate>Sun, 10 May 2026 04:09:40 +0000</pubDate>
      <link>https://forem.com/apikumo/i-built-an-api-workspace-where-docs-write-themselves-with-ai-chat-and-mcp-built-in-269o</link>
      <guid>https://forem.com/apikumo/i-built-an-api-workspace-where-docs-write-themselves-with-ai-chat-and-mcp-built-in-269o</guid>
      <description>&lt;p&gt;Most developers I know use at least three tools for a single API.&lt;/p&gt;

&lt;p&gt;Postman or Insomnia for sending requests. Notion or a static site for &lt;br&gt;
documentation. And some custom script — or a lot of manual copy-pasting &lt;br&gt;
— for handling auth like HMAC signatures or chained tokens.&lt;/p&gt;

&lt;p&gt;None of them stay in sync. The docs go stale. The auth scripts break. &lt;br&gt;
And every new teammate has to figure out the whole setup from scratch.&lt;/p&gt;

&lt;p&gt;That's why I built &lt;strong&gt;APIKumo&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;APIKumo is an API workspace that covers the full lifecycle in one place:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Request builder&lt;/strong&gt; — Monaco-powered editor, collections, environments, 
multi-tab, 20+ code generation targets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pre/Post processors&lt;/strong&gt; — automate auth before requests fire. 
HMAC signing, bearer token from env, JSONPath extraction, 
variable chaining, response assertions. No external scripts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Doc publishing&lt;/strong&gt; — publish to your own subdomain with version 
selector, changelog, scroll-spy navigation, and a live try-it console&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The part I'm most proud of: Docs
&lt;/h2&gt;

&lt;p&gt;API documentation has a reliability problem. You write it once, &lt;br&gt;
it drifts from the actual implementation, and nobody trusts it after a month.&lt;/p&gt;

&lt;p&gt;APIKumo generates docs directly from your requests and schemas — &lt;br&gt;
so they stay accurate by default, not by discipline.&lt;/p&gt;

&lt;p&gt;Every published collection also gets:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI chat grounded in your real endpoints&lt;/strong&gt;&lt;br&gt;
Users can ask questions inside your doc page and get answers based on &lt;br&gt;
your actual API definition. Not hallucinated. Not generic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automatic MCP endpoint&lt;/strong&gt;&lt;br&gt;
Every collection exposes a Model Context Protocol endpoint with zero &lt;br&gt;
configuration. Claude, Cursor, Continue — any MCP-compatible AI agent &lt;br&gt;
can read your API surface and call it natively.&lt;/p&gt;

&lt;p&gt;The goal: docs shouldn't be a static page you maintain by hand. &lt;br&gt;
They should be a living surface that works for both humans and AI agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it stands
&lt;/h2&gt;

&lt;p&gt;APIKumo is free while in preview. I'm actively building and would &lt;br&gt;
genuinely love feedback — especially from developers who've felt this &lt;br&gt;
pain before.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://apikumo.com" rel="noopener noreferrer"&gt;apikumo.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also launched on Product Hunt today if you want to support or leave feedback there.&lt;/p&gt;

&lt;p&gt;What's the biggest pain point you've had with API tooling? &lt;br&gt;
Would love to hear in the comments.&lt;/p&gt;

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