<?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: pipeyard</title>
    <description>The latest articles on DEV Community by pipeyard (@pipeyard).</description>
    <link>https://dev.to/pipeyard</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%2F3843901%2F3766151d-9efd-4f5f-a1ab-ea6e04395d7b.png</url>
      <title>DEV Community: pipeyard</title>
      <link>https://dev.to/pipeyard</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pipeyard"/>
    <language>en</language>
    <item>
      <title>Why I built an MCP marketplace for industry verticals</title>
      <dc:creator>pipeyard</dc:creator>
      <pubDate>Thu, 26 Mar 2026 05:43:08 +0000</pubDate>
      <link>https://dev.to/pipeyard/why-i-built-an-mcp-marketplace-for-industry-verticals-5a90</link>
      <guid>https://dev.to/pipeyard/why-i-built-an-mcp-marketplace-for-industry-verticals-5a90</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8aigwhv71nhvtjmx3f9n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8aigwhv71nhvtjmx3f9n.png" alt=" " width="768" height="398"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every time I tried to find an MCP connector for the software &lt;br&gt;
my clients actually use, I hit the same wall.&lt;/p&gt;

&lt;p&gt;There are plenty of lists of MCP servers out there. GitHub, &lt;br&gt;
Notion, Slack, Linear — all well documented and easy to find. &lt;br&gt;
But what if you're building an AI agent for a construction &lt;br&gt;
company? A hospital? A logistics firm?&lt;/p&gt;

&lt;p&gt;Try finding a working, documented MCP connector for Procore, &lt;br&gt;
Epic EHR, QuickBooks, or ShipBob. Good luck.&lt;/p&gt;

&lt;p&gt;That's the problem I kept running into — and it's why I built &lt;br&gt;
Pipeyard.&lt;/p&gt;

&lt;p&gt;The problem with generic MCP lists:&lt;/p&gt;

&lt;p&gt;Most MCP server catalogs are built for developers working on &lt;br&gt;
general productivity tools. They cover the obvious ones well. &lt;br&gt;
But real businesses run on industry-specific software — and &lt;br&gt;
those connectors are scattered, undocumented, or just don't &lt;br&gt;
exist yet.&lt;/p&gt;

&lt;p&gt;If you're building agents for real clients in construction, &lt;br&gt;
finance, healthcare, or logistics, you're basically starting &lt;br&gt;
from scratch every time. You have to read through API docs, &lt;br&gt;
figure out auth flows, guess at response formats, and build &lt;br&gt;
a thin MCP wrapper yourself.&lt;/p&gt;

&lt;p&gt;That's weeks of work before you've even started on the actual &lt;br&gt;
agent logic.&lt;/p&gt;

&lt;p&gt;What Pipeyard solves:&lt;/p&gt;

&lt;p&gt;Pipeyard is a curated MCP connector marketplace focused on &lt;br&gt;
industry verticals. Instead of generic tools, every connector &lt;br&gt;
on Pipeyard is built for the software that businesses in &lt;br&gt;
specific industries actually use.&lt;/p&gt;

&lt;p&gt;Right now it covers 4 verticals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Construction — Procore, Autodesk Build, Buildertrend&lt;/li&gt;
&lt;li&gt;Finance — QuickBooks, Xero, FreshBooks, NetSuite&lt;/li&gt;
&lt;li&gt;Healthcare — Epic EHR, Cerner, Athenahealth&lt;/li&gt;
&lt;li&gt;Logistics — ShipBob, ShipStation, Samsara, FedEx&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;30+ connectors total, with more being added based on &lt;br&gt;
community demand.&lt;/p&gt;

&lt;p&gt;How it works:&lt;/p&gt;

&lt;p&gt;Every connector on Pipeyard comes with everything you &lt;br&gt;
actually need to use it:&lt;/p&gt;

&lt;p&gt;Full credential setup guide — step by step instructions &lt;br&gt;
for getting your API keys or OAuth credentials, specific to &lt;br&gt;
that tool.&lt;/p&gt;

&lt;p&gt;Real curl examples — copy-paste ready commands you can &lt;br&gt;
run immediately to test the integration before writing a &lt;br&gt;
single line of agent code.&lt;/p&gt;

&lt;p&gt;Example JSON responses — so you know exactly what data &lt;br&gt;
structure your agent will receive back. No surprises.&lt;/p&gt;

&lt;p&gt;Sandbox testing — a built-in test panel on every &lt;br&gt;
connector page where you can run a prompt and simulate what &lt;br&gt;
the connector does.&lt;/p&gt;

&lt;p&gt;Security score and rate limit info — the practical &lt;br&gt;
details that matter when you're building production agents.&lt;/p&gt;

&lt;p&gt;The first real hosted MCP server — for Procore — is live on &lt;br&gt;
GitHub with full TypeScript source code, covering projects, &lt;br&gt;
RFIs, submittals, documents, and budget tools.&lt;/p&gt;

&lt;p&gt;What's next:&lt;/p&gt;

&lt;p&gt;Pipeyard is currently in beta and completely free to use.&lt;/p&gt;

&lt;p&gt;The roadmap is community-driven. There's a connector request &lt;br&gt;
page where you can submit the software you need and vote on &lt;br&gt;
other requests — that's how I'm deciding what to build next.&lt;/p&gt;

&lt;p&gt;If you're building AI agents for real industries and you've &lt;br&gt;
hit the same wall I did, I'd genuinely love your feedback.&lt;/p&gt;

&lt;p&gt;Try it here: &lt;a href="https://pipeyard-qx5z.vercel.app" rel="noopener noreferrer"&gt;https://pipeyard-qx5z.vercel.app&lt;/a&gt;&lt;/p&gt;

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