<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Refresh token with HubSpot MCP Server (Beta) in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1243940#M86648</link>
    <description>&lt;P&gt;Thanks for sharing your question &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/775639"&gt;@keurcien&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm tagging a few community experts to help you find a solution here:&lt;BR /&gt;Hello there &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1029261"&gt;@Jonathan_Vaz&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/537570"&gt;@RubenBurdin&lt;/a&gt;&lt;/SPAN&gt; what do you think? any suggestions here?&lt;/P&gt;
&lt;P&gt;Would love to have your insights!&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 22:25:46 GMT</pubDate>
    <dc:creator>Victor_Becerra</dc:creator>
    <dc:date>2026-01-21T22:25:46Z</dc:date>
    <item>
      <title>Refresh token with HubSpot MCP Server (Beta)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1243932#M86647</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was very happy to see the Remote MCP in my HubSpot account, and found that it was easy to set up. I'm building a custom MCP client (using the official Python SDK).&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From &lt;A href="https://mcp.hubspot.com/.well-known/oauth-authorization-server," target="_blank" rel="noopener"&gt;https://mcp.hubspot.com/.well-known/oauth-authorization-server,&lt;/A&gt;&amp;nbsp;the token endpoint is:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;https://mcp.hubspot.com/oauth/v3/token&lt;/PRE&gt;&lt;P&gt;When requesting an access token with my MCP app client info, it works. And I keep the refresh token that was provided along with the access token.&lt;BR /&gt;&lt;BR /&gt;But when I try to silently refresh the token, to avoid human interaction, requesting a new access token using the refresh token, it raises this error:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;HTTP Error: 400 Client Error: Bad Request for url: &lt;A href="https://mcp.hubspot.com/oauth/v3/token" target="_blank" rel="noopener"&gt;https://mcp.hubspot.com/oauth/v3/token&lt;/A&gt;
Response Text: {"status":"BAD_REFRESH_TOKEN","message":"missing or invalid refresh token","correlationId":"..."}&lt;/PRE&gt;&lt;P&gt;So I checked the token validity using the introspect endpoint and it tells me it's valid.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then I tried to refresh the token, hitting two other endpoints, which worked:&lt;BR /&gt;&lt;A href="https://api.hubapi.com/oauth/v1/token" target="_blank" rel="noopener"&gt;https://api.hubapi.com/oauth/v1/token&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://mcp.hubspot.com/oauth/v3/token" target="_blank" rel="noopener"&gt;https://mcp.hubspot.com/oauth/v3/token&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It'd be nice to be able to use the same endpoint and rely on the server metadata endpoints.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 22:11:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1243932#M86647</guid>
      <dc:creator>keurcien</dc:creator>
      <dc:date>2026-01-21T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh token with HubSpot MCP Server (Beta)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1243940#M86648</link>
      <description>&lt;P&gt;Thanks for sharing your question &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/775639"&gt;@keurcien&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm tagging a few community experts to help you find a solution here:&lt;BR /&gt;Hello there &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1029261"&gt;@Jonathan_Vaz&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/537570"&gt;@RubenBurdin&lt;/a&gt;&lt;/SPAN&gt; what do you think? any suggestions here?&lt;/P&gt;
&lt;P&gt;Would love to have your insights!&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 22:25:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1243940#M86648</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2026-01-21T22:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh token with HubSpot MCP Server (Beta)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1255199#M86996</link>
      <description>&lt;P&gt;Hey there &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/775639"&gt;@keurcien&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just checking in to see if you managed to solve your issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found a couple of Community threads that offer helpful context and workaround for your issue:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Refresh-Token-issue/m-p/998279" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/Refresh-Token-issue/m-p/998279&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/BAD-REFRESH-TOKEN-while-trying-to-refresh-token/m-p/369120" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/BAD-REFRESH-TOKEN-while-trying-to-refresh-token/m-p/369120&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/OAuth-V2-Refresh-token-Error/m-p/256748" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/OAuth-V2-Refresh-token-Error/m-p/256748&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if this helps!&lt;/P&gt;
&lt;P&gt;Victor&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 17:49:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1255199#M86996</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2026-03-02T17:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh token with HubSpot MCP Server (Beta)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1268538#M87449</link>
      <description>&lt;P&gt;Problem got fixed on HubSpot side, refresh token v3 endpoint works now!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 15:38:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Refresh-token-with-HubSpot-MCP-Server-Beta/m-p/1268538#M87449</guid>
      <dc:creator>keurcien</dc:creator>
      <dc:date>2026-04-17T15:38:05Z</dc:date>
    </item>
  </channel>
</rss>

