If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/smithery/pipedrive

Pipedrive

REMOTE
smithery/pipedrive

Pipedrive is a sales management tool built around pipeline visualization, lead tracking, activity reminders, and automation to keep deals progressing

○ Remote (HTTP) Server
This server runs on the internet and communicates over HTTP. It does not have direct access to your local filesystem or environment variables.
Tools
200
Indexed
150d ago
Transport
Remote / HTTP
Liveness
● Live
Uptime
100%based on 1 checks
Avg response
371ms
← older · newer →
Security Scan
Security scan pending — this server has not yet been analyzed.
Risk Surface
Risk surface analysis pending — tool annotation scanning is coming soon.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://pipedrive.run.tools
Tools (200)
PIPEDRIVE_ADD_A_CALL_LOG
Adds a new call log.
PIPEDRIVE_ADD_A_CHANNEL
New messaging channel added; registration limited to admins. Utilizes getConversations endpoint for data retrieval. Requires Messengers integration OAuth scope and a prepared Messaging app extension manifest.
PIPEDRIVE_ADD_A_COMMENT_TO_A_NOTE
Adds a new comment to a note.
PIPEDRIVE_ADD_A_DEAL
Add a new deal to Pipedrive with any custom fields, which vary by account and are identified by long hash keys. Check dealFields for existing custom fields. For details, visit the tutorial on adding a deal.
PIPEDRIVE_ADD_A_FOLLOWER_TO_A_DEAL
Adds a follower to a deal.
PIPEDRIVE_ADD_A_FOLLOWER_TO_AN_ORGANIZATION
Adds a follower to an organization.
PIPEDRIVE_ADD_A_FOLLOWER_TO_A_PERSON
Adds a follower to a person.
PIPEDRIVE_ADD_A_FOLLOWER_TO_A_PRODUCT
Adds a follower to a product.
PIPEDRIVE_ADD_A_LEAD
Pipedrive API lets you add leads linked to people or organizations and tags them with 'API' source. Custom fields from deals apply to leads and appear in responses if set. Details are in the tutorials for adding and updating leads.
PIPEDRIVE_ADD_A_LEAD_LABEL
Creates a lead label.
PIPEDRIVE_ADD_AN_ACTIVITY
New activity added. Response includes `more_activities_scheduled_in_context` to show if more are planned with the same entity. See tutorial on adding activities [here](https://pipedrive.readme.io/docs/adding-an-activity).
PIPEDRIVE_ADD_A_NEW_DEAL_FIELD
Adds a new deal field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.
PIPEDRIVE_ADD_A_NEW_FILTER
New filter creation returns an ID. Only one primary condition group with 'AND' and two secondary groups (one 'AND', one 'OR') are supported. Future syntax expansion possible. See tutorial for details.
PIPEDRIVE_ADD_A_NEW_GOAL
Adds a new goal. Along with adding a new goal, a report is created to track the progress of your goal.
PIPEDRIVE_ADD_A_NEW_ORGANIZATION_FIELD
Adds a new organization field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.
PIPEDRIVE_ADD_A_NEW_PERSON_FIELD
Adds a new person field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.
PIPEDRIVE_ADD_A_NEW_PIPELINE
Adds a new pipeline (v2).
PIPEDRIVE_ADD_A_NEW_PRODUCT_FIELD
Adds a new product field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.
PIPEDRIVE_ADD_A_NEW_STAGE
Adds a new stage, returns the ID upon success.
PIPEDRIVE_ADD_A_NEW_TEAM
Adds a new team to the company and returns the created object.
PIPEDRIVE_ADD_A_NEW_USER
Adds a new user to the company, returns the ID upon success.
PIPEDRIVE_ADD_AN_INSTALLMENT_SUBSCRIPTION
Adds a new installment subscription. Note: Subscriptions endpoints may not be available on the company-specific base URL. To avoid 404s, this action overrides the default request behavior and uses the public API host (api.pipedrive.com) explicitly.
PIPEDRIVE_ADD_AN_ORGANIZATION
Set up a new Pipedrive organization using custom fields with unique key hashes. Retrieve `organizationFields` for configuration. Check the linked tutorial for guidance.
PIPEDRIVE_ADD_A_NOTE
Add a note to a deal, person, organization, lead, or project in Pipedrive. At least one of deal_id, person_id, org_id, lead_id, or project_id must be provided.
PIPEDRIVE_ADD_A_PARTICIPANT_TO_A_DEAL
Adds a participant to a deal.
PIPEDRIVE_ADD_A_PERSON
Add a new contact in Pipedrive with optional custom fields unique to each account found using the `personFields` endpoint. The endpoint also handles `data.marketing_status` for Campaigns product users.
PIPEDRIVE_ADD_A_PRODUCT
Adds a new product to the Products inventory. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-product" target="_blank" rel="noopener noreferrer">adding a product</a>.
PIPEDRIVE_ADD_A_PRODUCT_TO_A_DEAL
Adds a product to a deal, creating a new item called a deal-product.
PIPEDRIVE_ADD_A_PROJECT
Adds a new project. Note that you can supply additional custom fields along with the request that are not described here. These custom fields are different for each Pipedrive account and can be recognized by long hashes as keys.
PIPEDRIVE_ADD_A_RECURRING_SUBSCRIPTION
Adds a new recurring subscription.
PIPEDRIVE_ADD_A_ROLE
Adds a new role. Note: - Roles endpoints require the `admin` scope. - For OAuth tokens, Pipedrive expects the company domain base URL with `/api/v1` path. Example: https://{COMPANY}.pipedrive.com/api/v1/roles - This action normalizes the base_url provided by metadata to ensure `/api/v1` is used.
PIPEDRIVE_ADD_A_TASK
Adds a new task.
PIPEDRIVE_ADD_FILE
Upload and link files to deals, people, organizations, activities, products, or leads in Pipedrive. See the "adding a file" tutorial for details.
PIPEDRIVE_ADD_NEW_ACTIVITY_TYPE
Adds a new activity type.
PIPEDRIVE_ADD_OR_UPDATE_ROLE_SETTING
Adds or updates the visibility setting for a role. Notes: - Roles endpoints require the `admin` OAuth scope. - OAuth calls must target the company domain with `/api/v1` path, e.g., https://{COMPANY}.pipedrive.com/api/v1/roles/{id}/settings - This action normalizes the base URL accordingly.
PIPEDRIVE_ADD_PERSON_PICTURE
This service allows adding a photo to a person's profile, replacing any existing one. Images must be square with a minimum size of 128 pixels and in GIF, JPG, or PNG formats. They will be resized to 128 and 512 pixels.
PIPEDRIVE_ADD_ROLE_ASSIGNMENT
Assigns a user to a role. Notes: - Roles endpoints require the `admin` OAuth scope. - OAuth calls must target the company domain with `/api/v1` path, e.g., https://{COMPANY}.pipedrive.com/api/v1/roles/{id}/assignments - This action normalizes the base URL accordingly and ensures JSON body is sent.
PIPEDRIVE_ADD_USERS_TO_A_TEAM
Adds users to an existing team.
PIPEDRIVE_ARCHIVE_A_PROJECT
Archives a project.
PIPEDRIVE_ATTACH_AN_AUDIO_FILE_TO_THE_CALL_LOG
Adds an audio recording to the call log. That audio can be played by those who have access to the call log object.
PIPEDRIVE_CANCEL_A_RECURRING_SUBSCRIPTION
Cancels a recurring subscription. This action attempts to cancel a recurring subscription via Subscriptions API. If Subscriptions endpoints are unavailable (404), it gracefully falls back to disabling all product attachments on the given deal (interpreting `id` as `deal_id`) to mimic cancellation behavior.
PIPEDRIVE_CREATE_A_NEW_WEBHOOK
Creates and returns details of a new Webhook. Trigger events combine `event_action` and `event_object`, like `*.*` for all events or `added.deal`, `deleted.persons` for specific actions. More info in the Webhooks guide.
PIPEDRIVE_CREATE_AN_ORGANIZATION_RELATIONSHIP
Creates and returns an organization relationship.
PIPEDRIVE_CREATE_A_REMOTE_FILE_AND_LINK_IT_TO_AN_ITEM
Creates an empty file on Google Drive linked to an item. For details, refer to the Pipedrive remote file adding tutorial.
PIPEDRIVE_DELETE_A_CALL_LOG
Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities.
PIPEDRIVE_DELETE_A_CHANNEL
The endpoint removes a messenger channel along with conversations and messages. Requires Messengers integration OAuth and Messaging app extension manifest.
PIPEDRIVE_DELETE_A_COMMENT_RELATED_TO_A_NOTE
Deletes a comment.
PIPEDRIVE_DELETE_A_CONVERSATION
Deletes an existing conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
PIPEDRIVE_DELETE_A_DEAL
Marks a deal as deleted. After 30 days, the deal will be permanently deleted.
PIPEDRIVE_DELETE_A_DEAL_FIELD
Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.
PIPEDRIVE_DELETE_A_FILE
Marks a file as deleted. After 30 days, the file will be permanently deleted.
PIPEDRIVE_DELETE_A_FILTER
Marks a filter as deleted.
PIPEDRIVE_DELETE_A_FOLLOWER_FROM_A_DEAL
Deletes a follower from a deal.
PIPEDRIVE_DELETE_A_FOLLOWER_FROM_AN_ORGANIZATION
Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href="https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers">List followers of an organization</a> endpoint.
PIPEDRIVE_DELETE_A_FOLLOWER_FROM_A_PERSON
Deletes a follower from a person.
PIPEDRIVE_DELETE_A_FOLLOWER_FROM_A_PRODUCT
Deletes a follower from a product.
PIPEDRIVE_DELETE_A_LEAD
Deletes a specific lead.
PIPEDRIVE_DELETE_A_LEAD_LABEL
Deletes a specific lead label.
PIPEDRIVE_DELETE_AN_ACTIVITY
Marks an activity as deleted. After 30 days, the activity will be permanently deleted.
PIPEDRIVE_DELETE_AN_ACTIVITY_TYPE
Marks an activity type as deleted.
PIPEDRIVE_DELETE_AN_ATTACHED_PRODUCT_FROM_A_DEAL
Deletes a product attachment from a deal, using the `product_attachment_id`.
PIPEDRIVE_DELETE_AN_ORGANIZATION
Marks an organization as deleted. After 30 days, the organization will be permanently deleted.
PIPEDRIVE_DELETE_AN_ORGANIZATION_FIELD
Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.
PIPEDRIVE_DELETE_AN_ORGANIZATION_RELATIONSHIP
Deletes an organization relationship and returns the deleted ID.
PIPEDRIVE_DELETE_A_NOTE
Deletes a specific note.
PIPEDRIVE_DELETE_A_PARTICIPANT_FROM_A_DEAL
Deletes a participant from a deal.
PIPEDRIVE_DELETE_A_PERSON
Marks a person as deleted. After 30 days, the person will be permanently deleted.
PIPEDRIVE_DELETE_A_PERSON_FIELD
Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.
PIPEDRIVE_DELETE_A_PIPELINE
Marks a pipeline as deleted.
PIPEDRIVE_DELETE_A_PRODUCT
Marks a product as deleted. After 30 days, the product will be permanently deleted.
PIPEDRIVE_DELETE_A_PRODUCT_FIELD
Marks a product field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.
PIPEDRIVE_DELETE_A_PROJECT
Marks a project as deleted.
PIPEDRIVE_DELETE_A_ROLE
Marks a role as deleted.
PIPEDRIVE_DELETE_A_ROLE_ASSIGNMENT
Removes the assigned user from a role and adds to the default role.
PIPEDRIVE_DELETE_A_STAGE
Marks a stage as deleted. Uses the company-domain v2 endpoint.
PIPEDRIVE_DELETE_A_SUBSCRIPTION
Marks an installment or a recurring subscription as deleted.
PIPEDRIVE_DELETE_A_TASK
Marks a task as deleted. If the task has subtasks then those will also be deleted.
PIPEDRIVE_DELETE_EXISTING_GOAL
Marks a goal as deleted. Notes: - Pipedrive Goals endpoints for OAuth live under `{companydomain}/api/v1`. The default base_url is usually `{companydomain}/v1`, which would yield 404. We therefore normalize the base URL to `/api/v1` before issuing the DELETE.
PIPEDRIVE_DELETE_EXISTING_WEBHOOK
Deletes the specified Webhook.
PIPEDRIVE_DELETE_MAIL_THREAD
Marks a mail thread as deleted.
PIPEDRIVE_DELETE_MULTIPLE_ACTIVITIES_IN_BULK
Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted.
PIPEDRIVE_DELETE_MULTIPLE_ACTIVITY_TYPES_IN_BULK
Marks multiple activity types as deleted.
PIPEDRIVE_DELETE_MULTIPLE_DEAL_FIELDS_IN_BULK
Marks multiple deal fields as deleted.
PIPEDRIVE_DELETE_MULTIPLE_DEALS_IN_BULK
Marks multiple deals as deleted. After 30 days, the deals will be permanently deleted.
PIPEDRIVE_DELETE_MULTIPLE_FILTERS_IN_BULK
Marks multiple filters as deleted.
PIPEDRIVE_DELETE_MULTIPLE_ORGANIZATION_FIELDS_IN_BULK
Marks multiple fields as deleted.
PIPEDRIVE_DELETE_MULTIPLE_ORGANIZATIONS_IN_BULK
Marks multiple organizations as deleted. After 30 days, the organizations will be permanently deleted.
PIPEDRIVE_DELETE_MULTIPLE_PERSON_FIELDS_IN_BULK
Marks multiple fields as deleted.
PIPEDRIVE_DELETE_MULTIPLE_PERSONS_IN_BULK
Marks multiple persons as deleted. After 30 days, the persons will be permanently deleted.
PIPEDRIVE_DELETE_MULTIPLE_PRODUCT_FIELDS_IN_BULK
Marks multiple fields as deleted.
PIPEDRIVE_DELETE_MULTIPLE_STAGES_IN_BULK
Marks multiple stages as deleted (v1). Note: This endpoint may be deprecated; we keep compatibility and avoid raising to surface API errors in response.
PIPEDRIVE_DELETE_PERSON_PICTURE
Deletes a person’s picture. Note: Pipedrive may return a 400 with error "Item not found" when the person has no picture set. Since delete is idempotent, we treat this specific case as a successful no-op and return a normalized response rather than raising.
PIPEDRIVE_DELETE_USERS_FROM_A_TEAM
Deletes users from an existing team.
PIPEDRIVE_DOWNLOAD_ONE_FILE
Initializes a file download.
PIPEDRIVE_DUPLICATE_DEAL
Duplicates a deal.
PIPEDRIVE_ENUMERATE_ACCESSIBLE_USERS_FOR_LEAD
Lists the users permitted to access a lead.
PIPEDRIVE_FIND_GOALS
Query goal data by appending `{searchField}={searchValue}` to the URL with dot-notation fields and values. Include `is_active` to filter by goal status and specify both `period.start` and `period.end` for time-based searches.
PIPEDRIVE_FIND_SUBSCRIPTION_BY_DEAL
Returns details of an installment or a recurring subscription by the deal ID. Note: Subscriptions endpoints may not be available on company-specific hosts or may be deprecated. This action attempts multiple hosts and gracefully falls back to Installments (v2) or Deal Products (v1) to provide a useful response based on live API data.
PIPEDRIVE_FIND_USERS_BY_NAME
Finds users by their name.
PIPEDRIVE_GET_ALL_ACTIVITIES_ASSIGNED_TO_A_PARTICULAR_USER
Returns all activities assigned to a particular user.
PIPEDRIVE_GET_ALL_ACTIVITIES_BETA
This BETA cursor-paginated endpoint returns all activities, accessible only to global admins, not regular users who get a 403 error. Refer to Pipedrive's documentation for pagination and global permissions.
PIPEDRIVE_GET_ALL_ACTIVITY_FIELDS
Returns all activity fields.
PIPEDRIVE_GET_ALL_ACTIVITY_TYPES
Returns all activity types.
PIPEDRIVE_GET_ALL_ADD_ONS_FOR_A_SINGLE_COMPANY
Returns the add-ons for a single company.
PIPEDRIVE_GET_ALL_CALL_LOGS_ASSIGNED_TO_A_PARTICULAR_USER
Returns all call logs assigned to a particular user.
PIPEDRIVE_GET_ALL_COMMENTS_FOR_A_NOTE
Returns all comments associated with a note.
PIPEDRIVE_GET_ALL_DEAL_FIELDS
Returns data about all deal fields.
PIPEDRIVE_GET_ALL_DEALS
Returns all deals. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/getting-all-deals" target="_blank" rel="noopener noreferrer">getting all deals</a>.
PIPEDRIVE_GET_ALL_DEALS_BETA
This endpoint returns all deals with cursor pagination (in BETA). Only global admins can access it; others get a 403 error. More info on pagination and permissions is available online.
PIPEDRIVE_GET_ALL_FILES
Returns data about all files.
PIPEDRIVE_GET_ALL_FILTER_HELPERS
The text provides links to documentation for adding or updating filters, and information on all supported filter helpers in an API. It encourages consulting a tutorial for more details on adding a filter.
PIPEDRIVE_GET_ALL_FILTERS
Returns data about all filters.
PIPEDRIVE_GET_ALL_LEAD_LABELS
Returns details of all lead labels. This endpoint does not support pagination and all labels are always returned.
PIPEDRIVE_GET_ALL_LEADS
The API returns sorted leads by creation time, supporting pagination via `limit` and `start`. Custom field values are included if set, mimicking the `Deals` endpoint structure; unset fields are omitted. Leads share custom fields with deals.
PIPEDRIVE_GET_ALL_LEAD_SOURCES
Returns all lead sources. Please note that the list of lead sources is fixed, it cannot be modified. All leads created through the Pipedrive API will have a lead source `API` assigned.
PIPEDRIVE_GET_ALL_MAIL_MESSAGES_OF_MAIL_THREAD
Returns all the mail messages inside a specified mail thread.
PIPEDRIVE_GET_ALL_NOTE_FIELDS
Returns data about all note fields.
PIPEDRIVE_GET_ALL_NOTES
Returns all notes.
PIPEDRIVE_GET_ALL_ORGANIZATION_FIELDS
Returns data about all organization fields.
PIPEDRIVE_GET_ALL_ORGANIZATIONS
Returns all organizations.
PIPEDRIVE_GET_ALL_ORGANIZATIONS_BETA
This BETA API endpoint lists all organizations with cursor pagination. Only global admins have access; others get a 403 error. See docs for pagination and global permissions.
PIPEDRIVE_GET_ALL_PAYMENTS_OF_A_SUBSCRIPTION
Returns all payments of an installment or recurring subscription.
PIPEDRIVE_GET_ALL_PERMISSION_SETS
Returns data about all permission sets.
PIPEDRIVE_GET_ALL_PERSON_FIELDS
Returns data about all person fields.<br>If a company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint will also return the `data.marketing_status` field.
PIPEDRIVE_GET_ALL_PERSONS
Returns all persons.
PIPEDRIVE_GET_ALL_PERSONS_BETA
This BETA endpoint returns all persons, using cursor pagination. Only global admins have access; others get a 403 error. Info on pagination and permissions is in the linked docs.
PIPEDRIVE_GET_ALL_PIPELINES
Returns data about all pipelines.
PIPEDRIVE_GET_ALL_PRODUCT_FIELDS
Returns data about all product fields.
PIPEDRIVE_GET_ALL_PRODUCTS
Returns data about all products.
PIPEDRIVE_GET_ALL_PROJECT_BOARDS
Returns all projects boards that are not deleted.
PIPEDRIVE_GET_ALL_PROJECTS
Returns all projects. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.
PIPEDRIVE_GET_ALL_PROJECT_TEMPLATES
The endpoint retrieves all non-deleted project templates with cursor-based pagination. Refer to the provided documentation link for more details on pagination.
PIPEDRIVE_GET_ALL_RELATIONSHIPS_FOR_ORGANIZATION
Gets all of the relationships for a supplied organization ID.
PIPEDRIVE_GET_ALL_ROLES
Returns all the roles within the company. Note: - Roles endpoints require the `admin` scope. - For OAuth tokens, Pipedrive expects the company domain base URL with `/api/v1` path. Example: https://{COMPANY}.pipedrive.com/api/v1/roles - This action normalizes the base_url provided by metadata to ensure `/api/v1` is used.
PIPEDRIVE_GET_ALL_STAGES
Returns data about all stages.
PIPEDRIVE_GET_ALL_SUPPORTED_CURRENCIES
Returns all supported currencies in given account which should be used when saving monetary values with other objects. The `code` parameter of the returning objects is the currency code according to ISO 4217 for all non-custom currencies.
PIPEDRIVE_GET_ALL_TASKS
Returns all tasks. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.
PIPEDRIVE_GET_ALL_TEAMS
Returns data about teams within the company.
PIPEDRIVE_GET_ALL_TEAMS_OF_A_USER
Returns data about all teams which have the specified user as a member.
PIPEDRIVE_GET_ALL_USER_CONNECTIONS
Returns data about all connections for the authorized user.
PIPEDRIVE_GET_ALL_USERS
Returns data about all users within the company.
PIPEDRIVE_GET_ALL_USERS_IN_A_TEAM
Returns a list of all user IDs within a team.
PIPEDRIVE_GET_ALL_WEBHOOKS
Returns data about all the Webhooks of a company.
PIPEDRIVE_GET_A_SINGLE_TEAM
Returns data about a specific team.
PIPEDRIVE_GET_CONVERSATIONS
Tool to retrieve messaging conversations. Use after channel registration to sync conversations.
PIPEDRIVE_GET_CURRENT_USER_DATA
Returns data about an authorized user within the company with bound company data: company ID, company name, and domain. Note that the `locale` property means 'Date/number format' in the Pipedrive account settings, not the chosen language.
PIPEDRIVE_GET_DEALS_CONVERSION_RATES_IN_PIPELINE
Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.
PIPEDRIVE_GET_DEALS_IN_A_PIPELINE
Lists deals in a specific pipeline across all its stages.
PIPEDRIVE_GET_DEALS_IN_A_STAGE
Lists deals in a specific stage.
PIPEDRIVE_GET_DEALS_MOVEMENTS_IN_PIPELINE
Returns statistics for deals movements for the given time period.
PIPEDRIVE_GET_DEALS_SUMMARY
Returns a summary of all the deals.
PIPEDRIVE_GET_DEALS_TIMELINE
Returns opened and won deals in time-based groups according to a specified dealField, with examples of deals grouped by month over a 3-month period starting January 2012.
PIPEDRIVE_GET_DEALS_WHERE_A_PRODUCT_IS_ATTACHED_TO
Returns data about deals that have a product attached to it.
PIPEDRIVE_GET_DETAILS_OF_A_BOARD
Returns the details of a specific project board.
PIPEDRIVE_GET_DETAILS_OF_A_CALL_LOG
Returns details of a specific call log.
PIPEDRIVE_GET_DETAILS_OF_A_DEAL
Fetches specific deal details, including exclusive fields like deal age and pipeline stage duration. Custom fields show up as hashes, which can be matched using the 'key' from dealFields. See the deal details tutorial for more.
PIPEDRIVE_GET_DETAILS_OF_AN_ACTIVITY
Returns the details of a specific activity.
PIPEDRIVE_GET_DETAILS_OF_AN_ORGANIZATION
Provides detailed information about an organization, including additional fields not shown when listing all organizations, and maps custom fields as long hashes to the 'key' value in organizationFields.
PIPEDRIVE_GET_DETAILS_OF_A_PERSON
The text describes an API endpoint that returns detailed person information, including extra fields and custom fields as hashes. It also provides `data.marketing_status` if the Campaigns product is used.
PIPEDRIVE_GET_DETAILS_OF_A_PHASE
Returns the details of a specific project phase.
PIPEDRIVE_GET_DETAILS_OF_A_PROJECT
Returns the details of a specific project. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the `key` value of project fields.
PIPEDRIVE_GET_DETAILS_OF_A_SUBSCRIPTION
Returns details of an installment or a recurring subscription. Note: Subscriptions endpoints may not be available on the company-specific base URL. To avoid 404s, this action tries multiple hosts and gracefully falls back to Installments (v2) and Deal Products (v1).
PIPEDRIVE_GET_DETAILS_OF_A_TASK
Returns the details of a specific task.
PIPEDRIVE_GET_DETAILS_OF_A_TEMPLATE
Returns the details of a specific project template.
PIPEDRIVE_GET_MAIL_THREADS
Returns mail threads in a specified folder ordered by the most recent message within.
PIPEDRIVE_GET_MARKETPLACE_CLIENT_ID
Tool to retrieve marketplace_client_id of an installed video integration. Use when you need the client ID for an installed integration.
PIPEDRIVE_GET_ONE_COMMENT
Returns the details of a comment.
PIPEDRIVE_GET_ONE_DEAL_FIELD
Returns data about a specific deal field.
PIPEDRIVE_GET_ONE_FILE
Returns data about a specific file.
PIPEDRIVE_GET_ONE_FILTER
Returns data about a specific filter. Note that this also returns the condition lines of the filter.
PIPEDRIVE_GET_ONE_LEAD
API returns specific lead details with custom field values in the Deals format. Unset custom fields are omitted. Leads share custom fields with deals, not having a unique set.
PIPEDRIVE_GET_ONE_MAIL_MESSAGE
Returns data about a specific mail message.
PIPEDRIVE_GET_ONE_MAIL_THREAD
Returns a specific mail thread.
PIPEDRIVE_GET_ONE_NOTE
Returns details about a specific note.
PIPEDRIVE_GET_ONE_ORGANIZATION_FIELD
Returns data about a specific organization field.
PIPEDRIVE_GET_ONE_ORGANIZATION_RELATIONSHIP
Finds and returns an organization relationship from its ID.
PIPEDRIVE_GET_ONE_PERMISSION_SET
Returns data about a specific permission set.
PIPEDRIVE_GET_ONE_PERSON_FIELD
Returns data about a specific person field.
PIPEDRIVE_GET_ONE_PIPELINE
Returns data about a specific pipeline. Also returns the summary of the deals in this pipeline across its stages.
PIPEDRIVE_GET_ONE_PRODUCT
Returns data about a specific product.
PIPEDRIVE_GET_ONE_PRODUCT_FIELD
Returns data about a specific product field.
PIPEDRIVE_GET_ONE_ROLE
Returns the details of a specific role. Note: - Roles endpoints require the `admin` scope. - For OAuth tokens, Pipedrive expects the company domain base URL with `/api/v1` path. Example: https://{COMPANY}.pipedrive.com/api/v1/roles/{id} - This action normalizes the provided base_url to use `/api/v1` to avoid host/path mismatches.
PIPEDRIVE_GET_ONE_STAGE
Returns data about a specific stage.
PIPEDRIVE_GET_ONE_USER
Returns data about a specific user within the company.
PIPEDRIVE_GET_PROJECT_PHASES
Returns all active project phases under a specific board.
PIPEDRIVE_GET_RECENTS
Returns data about all recent changes occurred after the given timestamp.
PIPEDRIVE_GET_RESULT_OF_A_GOAL
Gets the progress of a goal for the specified period.
PIPEDRIVE_GET_TEMPLATES
Tool to retrieve message templates for a channel. Use when template support is enabled.
PIPEDRIVE_LINK_A_REMOTE_FILE_TO_AN_ITEM
Links an existing remote file (`googledrive`) to the item you supply. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-remote-file" target="_blank" rel="noopener noreferrer">adding a remote file</a>.
PIPEDRIVE_LINK_USER_VIDEO_INTEGRATION
A video calling provider must call this endpoint after a user has installed the video calling app so that the new user's information is sent.
PIPEDRIVE_LIST_ACTIVITIES_ASSOCIATED_WITH_A_DEAL
Lists activities associated with a deal.
PIPEDRIVE_LIST_ACTIVITIES_ASSOCIATED_WITH_AN_ORGANIZATION
Lists activities associated with an organization.
PIPEDRIVE_LIST_ACTIVITIES_ASSOCIATED_WITH_A_PERSON
Lists activities associated with a person.
PIPEDRIVE_LIST_ALL_PERSONS_ASSOCIATED_WITH_A_DEAL
The endpoint lists every person linked to a deal, including primary contacts and participants, and provides a `data.marketing_status` field for users of the Campaigns product.
PIPEDRIVE_LIST_DEALS_ASSOCIATED_WITH_AN_ORGANIZATION
Lists deals associated with an organization.
PIPEDRIVE_LIST_DEALS_ASSOCIATED_WITH_A_PERSON
Lists deals associated with a person.
PIPEDRIVE_LIST_FILES_ATTACHED_TO_A_DEAL
Lists files associated with a deal.
PIPEDRIVE_LIST_FILES_ATTACHED_TO_AN_ORGANIZATION
Lists files associated with an organization.
PIPEDRIVE_LIST_FILES_ATTACHED_TO_A_PERSON
Lists files associated with a person.
PIPEDRIVE_LIST_FILES_ATTACHED_TO_A_PRODUCT
Lists files associated with a product.
Is this your server?
Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming — register now and you'll be first in line.
Create your account →
More from smithery
Octagon
AI agents for financial research. Query SEC filings, analyze company data, and retrieve market intelligence.
Jam
Capture and report bugs with automatic screen recordings and environment details. Create, view, and manage bug reports with full context.
Harvest
Log billable hours, manage projects, and send invoices. Track time across tasks, review team capacity, and generate expense reports.
X(Twitter) MCP Server
A server to create drafts of X(Twitter) posts, threads using LLMs and post directly from the chat.
Aiwyn Tax
Automate tax workflow tasks and manage client engagements. Track deadlines, organize documents, and handle billing for accounting firms.
Zoho mail
Zoho Mail is a secure and ad-free email hosting platform with collaboration tools, calendar integration, and extensive administrative controls
Similar servers
notion-mcp-server-sse1
math-mcp-server-try
Perform arithmetic and other common math calculations on demand. Combine operations to handle multi-step problems and verify results consistently. Accelerate tasks that need quick, accurate number crunching.
Due Diligence Scaffold
Facilitate comprehensive due diligence processes by integrating and automating data gathering and analysis workflows. Streamline the collection and evaluation of critical information to support informed decision-making. Enhance efficiency and accuracy in due diligence tasks through standardized protocol interactions.
Streamable Demo
Manage and summarize text notes efficiently using a simple MCP server. Create new notes with ease and generate comprehensive summaries of all stored notes. Access and manipulate notes through intuitive URIs and tools designed for seamless integration.
mcp-googletasks
tasks
Indexed from Smithery · Updates nightly
View on Smithery →