<?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: J. L.</title>
    <description>The latest articles on DEV Community by J. L. (@jlewis17).</description>
    <link>https://dev.to/jlewis17</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%2F4036463%2F315ff81b-2f5b-40f5-bfef-70b18c74d367.png</url>
      <title>DEV Community: J. L.</title>
      <link>https://dev.to/jlewis17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jlewis17"/>
    <language>en</language>
    <item>
      <title>How to Connect Claude to Stock Market Data via MCP</title>
      <dc:creator>J. L.</dc:creator>
      <pubDate>Sun, 19 Jul 2026 11:50:28 +0000</pubDate>
      <link>https://dev.to/jlewis17/how-to-connect-claude-to-stock-market-data-via-mcp-5c5i</link>
      <guid>https://dev.to/jlewis17/how-to-connect-claude-to-stock-market-data-via-mcp-5c5i</guid>
      <description>&lt;p&gt;This guide walks you through connecting Claude directly to live market data using the Model Context Protocol (MCP). By adding this custom data connector, Claude can instantly fetch stock prices, financials statements, and other financial data.&lt;/p&gt;

&lt;p&gt;We will use the remote MCP server provided by &lt;a href="https://financialdata.net/mcp-server" rel="noopener noreferrer"&gt;FinancialData.net&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A Claude account.&lt;br&gt;
A FinancialData.Net API Key.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Setup Instructions&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open Claude, navigate to Settings, and look for the Connectors tab in the sidebar.&lt;/li&gt;
&lt;li&gt;Click the + or Add custom connector button.&lt;/li&gt;
&lt;li&gt;Fill out the configuration fields as shown:
&lt;code&gt;Name: FinancialData&lt;/code&gt;
&lt;code&gt;URL: https://financialdata.net/mcp?key=API_KEY&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Click Add.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>claude</category>
      <category>mcp</category>
      <category>investing</category>
      <category>data</category>
    </item>
  </channel>
</rss>
