MCP Server Policy

PIPEDRIVE MCP POLICY

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

pipedrive-mcp 15 read 17 write 32 tools total
pipedrive crm sales deals contacts

GET STARTED

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

terminal

# Download policy scaffold

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

# Run with Intercept

intercept --policy pipedrive.yaml -- npx -y @pipedrive-mcp

Server documentation: https://github.com/Wirasm/pipedrive-mcp

READ TOOLS

15

WRITE TOOLS

11

DESTRUCTIVE TOOLS

6

POLICY YAML

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

pipedrive.yaml
version: "1"
description: "Policy for pipedrive-mcp"
default: "allow"
tools:
    get_person_from_pipedrive:
        rules: []
    search_persons_in_pipedrive:
        rules: []
    get_organization_from_pipedrive:
        rules: []
    list_organizations_in_pipedrive:
        rules: []
    search_organizations_in_pipedrive:
        rules: []
    get_deal_from_pipedrive:
        rules: []
    list_deals_in_pipedrive:
        rules: []
    search_deals_in_pipedrive:
        rules: []
    get_lead_from_pipedrive:
        rules: []
    list_leads_in_pipedrive:
        rules: []
    search_leads_in_pipedrive:
        rules: []
    get_lead_labels:
        rules: []
    get_lead_sources:
        rules: []
    search_items_in_pipedrive:
        rules: []
    search_field_in_pipedrive:
        rules: []
    create_person_in_pipedrive:
        rules: []
    update_person_in_pipedrive:
        rules: []
    create_organization_in_pipedrive:
        rules: []
    update_organization_in_pipedrive:
        rules: []
    add_follower_to_organization:
        rules: []
    create_deal_in_pipedrive:
        rules: []
    update_deal_in_pipedrive:
        rules: []
    add_product_to_deal:
        rules: []
    update_deal_product:
        rules: []
    create_lead_in_pipedrive:
        rules: []
    update_lead_in_pipedrive:
        rules: []
    delete_person_from_pipedrive:
        rules: []
    delete_organization_from_pipedrive:
        rules: []
    delete_follower_from_organization:
        rules: []
    delete_deal_from_pipedrive:
        rules: []
    delete_product_from_deal:
        rules: []
    delete_lead_from_pipedrive:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Pipedrive MCP server expose?

The Pipedrive MCP Server exposes 32 tools across 3 categories: Read, Write, Destructive. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Pipedrive?

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

Is the Pipedrive 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 PIPEDRIVE

Open source. One binary. Zero dependencies.