Hubspot (npm) MCP Server

hubspot-mcp-server npm v0.2.17

Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

A powerful Model Context Protocol (MCP) server implementation for seamless HubSpot CRM integration, enabling AI assistants to interact with your HubSpot data

Trust grade
A
95/100
Last scanned get badge →
Trust
A · 95/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
Moderate
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 95/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 5 = 95. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−3 capability blast radius (moderate) — client exposure if the model is manipulated
−2 publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 4

medium Hardcoded egress to an external endpoint (dist/hubspot-client.js)MTC-SRC-003

In the server's implementation (`dist/hubspot-client.js:870`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const resp = await fetch(`https://api.hubapi.com/oauth/v1/access-tokens/${this.accessToken}`); if (!res

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/hubspot-client.js

medium Hardcoded egress to an external endpoint (dist/token-manager.js)MTC-SRC-003

In the server's implementation (`dist/token-manager.js:63`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch('https://api.hubapi.com/oauth/v1/token', { method: 'POST',

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/token-manager.js

medium Hardcoded egress to an external endpoint (src/hubspot-client.ts)MTC-SRC-003

In the server's implementation (`src/hubspot-client.ts:1079`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const resp = await fetch(`https://api.hubapi.com/oauth/v1/access-tokens/${this.accessToken}`); if (!resp.o

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/hubspot-client.ts

medium Hardcoded egress to an external endpoint (src/token-manager.ts)MTC-SRC-003

In the server's implementation (`src/token-manager.ts:92`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch('https://api.hubapi.com/oauth/v1/token', { method: 'POST', headers: {

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/token-manager.ts

Tools 49

Each tool and what it can reach — statically extracted from the published source.

  • hubspot_create_companyno sensitive capability
  • hubspot_create_contactno sensitive capability
  • hubspot_create_noteno sensitive capability
  • hubspot_get_active_companiesno sensitive capability
  • hubspot_get_active_contactsno sensitive capability
  • hubspot_get_analyticsno sensitive capability
  • hubspot_get_associationsno sensitive capability
  • hubspot_get_blog_postsno sensitive capability
  • hubspot_get_campaignsno sensitive capability
  • hubspot_get_company_activityno sensitive capability
Show 39 more tools ↓
  • hubspot_get_company_by_idno sensitive capability
  • hubspot_get_contact_by_idno sensitive capability
  • hubspot_get_conversationsno sensitive capability
  • hubspot_get_current_userno sensitive capability
  • hubspot_get_custom_objectsno sensitive capability
  • hubspot_get_deal_by_idno sensitive capability
  • hubspot_get_dealsno sensitive capability
  • hubspot_get_domainsno sensitive capability
  • hubspot_get_email_eventsno sensitive capability
  • hubspot_get_engagement_associationsno sensitive capability
  • hubspot_get_engagement_by_idno sensitive capability
  • hubspot_get_filesno sensitive capability
  • hubspot_get_form_submissionsno sensitive capability
  • hubspot_get_formsno sensitive capability
  • hubspot_get_hubdb_tablesno sensitive capability
  • hubspot_get_knowledge_baseno sensitive capability
  • hubspot_get_landing_pagesno sensitive capability
  • hubspot_get_line_itemsno sensitive capability
  • hubspot_get_listsno sensitive capability
  • hubspot_get_marketing_emailsno sensitive capability
  • hubspot_get_ordersno sensitive capability
  • hubspot_get_pipelinesno sensitive capability
  • hubspot_get_productsno sensitive capability
  • hubspot_get_propertiesno sensitive capability
  • hubspot_get_quotesno sensitive capability
  • hubspot_get_recent_engagementsno sensitive capability
  • hubspot_get_site_pagesno sensitive capability
  • hubspot_get_ticket_by_idno sensitive capability
  • hubspot_get_ticketsno sensitive capability
  • hubspot_get_usersno sensitive capability
  • hubspot_get_workflowsno sensitive capability
  • hubspot_refresh_tokenno sensitive capability
  • hubspot_search_notesno sensitive capability
  • hubspot_search_objectsno sensitive capability
  • hubspot_search_tasksno sensitive capability
  • hubspot_token_healthno sensitive capability
  • hubspot_update_companyno sensitive capability
  • hubspot_update_contactno sensitive capability
  • hubspot_validate_tokenno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.2.17 latest A 95/100 4 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 95/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/hubspot-mcp-server-2/badge.svg)](https://mcptrustchecker.com/registry/hubspot-mcp-server-2)
HTML
<a href="https://mcptrustchecker.com/registry/hubspot-mcp-server-2"><img src="https://mcptrustchecker.com/registry/hubspot-mcp-server-2/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/hubspot-mcp-server-2/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan hubspot-mcp-server --online

Use the free API → How scoring works

Other implementations of Hubspot 18

Independent packages implementing the same tool, scanned with the same engine. Compare all 19 side by side →

More in Marketing & Social

Abyssfall: Operation Sunken Crown Remote
A
https://www.abyssfallgame.com/mcp

Official Abyssfall game info, newsletter double opt-in, and merch reservation tools.

Marketing & Social Score 100/100 0 findings Cap. Minimal
AdCritter for Developers Remote
A
https://mcp.adcritter.com/mcp/dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Marketing & Social Score 100/100 0 findings Cap. Minimal
Adsense Source verified npm
A
@appsyogi/adsense-mcp-server

Google AdSense MCP Server - Monitor earnings, reports, and account health via Claude/AI

Marketing & Social Score 100/100 0 findings 29/wk Cap. Minimal
Andru Intelligence Source verified npm
A
mcp-server-andru-intelligence

Operational empathy for technical founders + PE/VC operators navigating high-stakes B2B interactions. 28 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, investor matching, founder wellness, plus mark

Marketing & Social Score 100/100 0 findings 70/wk Cap. Minimal
Bing Seo Source verified npm
A
bing-seo-mcp

MCP server for Bing Webmaster Tools — SEO site management, URL submission, sitemaps, stats, keywords

Marketing & Social Score 100/100 0 findings 19/wk Cap. Minimal
Brand Source verified npm
A
@primer/brand-mcp

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Marketing & Social Score 100/100 0 findings 791/wk Cap. Minimal