HubSpot RevOps MCP Server (rohitchitodkar-bit/hubspot-revops-mcp) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 15 tools. No publisher has claimed this listing.

D
Caution
56/100

HubSpot RevOps MCP Server

A read-only MCP server that connects to HubSpot to audit CRM data, diagnose RevOps maturity, identify at-risk deals, and provide step-by-step guidance for fixing issues.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

rohitchitodkar-bit

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: HUBSPOT_ACCESS_TOKEN, UAT_SEED_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 4 critical, 10 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 1 credential: HUBSPOT_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes15 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_account_overview

Returns a high-level summary of the HubSpot account: total contacts, companies, deals, pipelines, owners, and (if accessible) workflow count. Good starting point for any diagnostic session.

audit_properties

Lists all properties for a given object type (contacts, companies, or deals). Flags missing critical properties and identifies properties that may be redundant or unused.

audit_pipelines

Lists all deal pipelines with their stages, win probabilities, and display order. Flags issues such as missing probability weights or too many pipelines for the same sales motion.

get_pipeline_health

Analyses all open deals and flags data quality issues: missing amount, missing close date, stale deals (no activity or modification > 21 days), and past-due close dates. Provides a stage distribution summary.

get_at_risk_deals

Returns open deals that are at risk: past their close date, or with no activity in the last 21 days. Includes deal name, owner, stage, amount, close date, and last activity date.

get_lifecycle_distribution

Returns the count of contacts in each HubSpot lifecycle stage (Subscriber → Lead → MQL → SQL → Opportunity → Customer → Evangelist). Identifies bottlenecks in the conversion funnel.

audit_workflows

Lists all active workflows in the account (requires Sales Hub Professional + automation scope). Shows name, type, enabled status, and last updated date.

check_critical_workflows

Compares active workflow names against a checklist of 12 critical workflows every HubSpot account should have (MQL assignment, SLA alerts, deal automation, etc.). Returns a gap analysis showing which critical workflows are missing.

get_deal_metrics

Calculates key sales metrics from deal data: win rate, average deal size, average sales cycle length, and pipeline velocity. Compares against RevOps benchmarks.

get_owner_performance

Returns a breakdown of open and recently closed deals by sales rep (owner). Shows deal count, total pipeline value, and closed-won value per owner.

diagnose_revops_maturity

Runs a comprehensive RevOps maturity assessment based on what is configured in the HubSpot account. Returns a maturity level (1–4), supporting evidence, identified gaps, and prioritised next actions.

get_how_to_guide

Returns step-by-step HubSpot instructions for a given topic. Useful when you know WHAT to fix and need to know HOW to do it manually in HubSpot. Topics include: workflows, properties, pipeline setup, lead scoring, lifecycle stages, sequences, templates, reports, deduplication, lead rotation, forecas

search_contacts

Searches for contacts by name, email, or company name. Returns contact details including lifecycle stage, owner, job title, and last activity.

get_owners

Lists all HubSpot users (sales reps, managers, admins) in the account with their email addresses and team assignments.

get_common_pitfalls

Returns a list of the most common HubSpot and RevOps pitfalls with symptoms and recommended fixes. Useful for diagnosing systemic problems.

// known CVEs in dependencies4 critical10 high6 medium14 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@15.0.3GHSA-2xp9-vwfh-vxw4

Next.js: Unauthenticated Remote Code Execution in Image Optimization API when AVIF files are used

criticalnext@15.0.3GHSA-9qr9-h5gf-34mp

Next.js is vulnerable to RCE in React flight protocol

criticalnext@15.0.3GHSA-f82v-jwr5-mffw

Authorization Bypass in Next.js Middleware

criticalnext@15.0.3GHSA-p293-qw3h-jr36

Next.js: Unauthenticated Remote Code Execution on windows-hosted servers

highnext@15.0.3GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretHUBSPOT_ACCESS_TOKEN4. Add environment variable: = pat-na1-…
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

15/15 tools missing one or more hints — get_account_overview (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); audit_properties (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); audit_pipelines (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +12 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

4 critical, 10 high severity in production deps — next@15.0.3 (critical), next@15.0.3 (critical)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/rohitchitodkar-bit/hubspot-revops-mcp?variant=verified)](https://m8ven.ai/mcp/rohitchitodkar-bit/hubspot-revops-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 0553700afc3811e412c626a9fa20615e868faa44
code hash: 6c8a4b851758038c7bbc9c0b5ff851252db2b241695ae033302795ae3170a18e
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client