{
  "name": "io.github.WillDent/pipedrive-mcp-server",
  "description": "A community-maintained Pipedrive MCP server that wraps the Pipedrive REST API v1 — deals, persons, organizations, activities, notes, pipelines, and unified search. Requires a Pipedrive API token from your Pipedrive personal preferences. No official Pipedrive-published MCP exists yet; this is the most-maintained community implementation as of 2026-06.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-11",
    "com.top-mcps/score": {
      "value": 56,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-17T11:53:23.800Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-17T07:09:46.826Z",
      "githubStars": 56,
      "lastCommitAt": "2025-10-10T18:17:38Z",
      "npmWeeklyDownloads": 1148
    }
  },
  "repository": {
    "url": "https://github.com/WillDent/pipedrive-mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Community (multiple maintained forks — Pipeworx, lukehinds, WillDent)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "pipedrive-mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "PIPEDRIVE_API_TOKEN",
          "description": "PIPEDRIVE_API_TOKEN — required credential for Pipedrive.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Authenticates with a Pipedrive API token. Access scope matches the token-owner's permissions in Pipedrive.",
      "gotchas": [
        "Personal API tokens inherit all of the user's permissions — create a dedicated automation user with minimum scope rather than reusing a salesperson's token.",
        "Pipedrive enforces per-token rate limits; high-volume agents should batch reads via the unified search endpoint."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/pipedrive",
    "markdown": "https://top-mcps.com/mcp/pipedrive.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
