MCP Server Policy

HUBSPOT MCP POLICY

Enforce policies on every tool call to the HubSpot MCP Server. 21 tools listed, categorised, and ready for rules.

@hubspot/mcp-server 14 read 7 write 21 tools total
hubspot crm marketing sales contacts

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches HubSpot.

terminal

# Download policy scaffold

curl -o hubspot.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/hubspot.yaml

# Run with Intercept

intercept --policy hubspot.yaml -- npx -y @@hubspot/mcp-server

Server documentation: https://github.com/HubSpot/mcp-server

READ TOOLS

14

WRITE TOOLS

7

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

hubspot.yaml
version: "1"
description: "Policy for @hubspot/mcp-server"
default: "allow"
tools:
    hubspot-get-user-details:
        rules: []
    hubspot-list-objects:
        rules: []
    hubspot-search-objects:
        rules: []
    hubspot-batch-read-objects:
        rules: []
    hubspot-get-schemas:
        rules: []
    hubspot-list-properties:
        rules: []
    hubspot-get-property:
        rules: []
    hubspot-list-associations:
        rules: []
    hubspot-get-association-definitions:
        rules: []
    hubspot-get-engagement:
        rules: []
    hubspot-list-workflows:
        rules: []
    hubspot-get-workflow:
        rules: []
    hubspot-get-link:
        rules: []
    hubspot-generate-feedback-link:
        rules: []
    hubspot-batch-create-objects:
        rules: []
    hubspot-batch-update-objects:
        rules: []
    hubspot-create-property:
        rules: []
    hubspot-update-property:
        rules: []
    hubspot-batch-create-associations:
        rules: []
    hubspot-create-engagement:
        rules: []
    hubspot-update-engagement:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the HubSpot MCP server expose?

The HubSpot MCP Server exposes 21 tools across 2 categories: Read, Write. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on HubSpot?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the HubSpot MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the HubSpot policy free to use?

Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.

ENFORCE POLICIES ON HUBSPOT

Open source. One binary. Zero dependencies.