Add ActiveCampaign hosted MCP plugin - #24
Merged
Merged
Conversation
Co-Authored-By: Staging-Devin AI <166158716+staging-devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
Original prompt from Mitchell
|
yunpark93
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds ActiveCampaign as a hosted MCP plugin: the official remote server at
https://mcp.app-us1.com/http, plus the six Agent Skills ActiveCampaign ships inActiveCampaign/activecampaign-plugin(contacts, campaigns, automations, deals, deliverability, reporting), copied verbatim.The endpoint and transport come from the vendor's own
mcp.json(streamable-http), and the OAuth path is verified live against the running server rather than assumed:initialize→401withWWW-Authenticate: Bearer resource_metadata=".../.well-known/oauth-protected-resource"/oauth/register,authorization_code+refresh_token, PKCES256,token_endpoint_auth_method: noneregister_oauth_clientsends, using the default redirect URI ({backend_url}/mcp/oauth/callback) →201, echoing our redirect URI and issuing a public PKCE clientSo no redirect-URI override (
LegacyRedirectURIStrategy) is needed on the webapp side. Only the user-consent round trip is untested; that needs a real ActiveCampaign account.Logo is the official ActiveCampaign GitHub organization avatar, stored locally as
plugins/activecampaign/logo.png(Simple Icons has noactivecampaignentry).python3 scripts/validate.py(plus--fix/--fetch):ok: 172 entries (171 authored, 1 upstream).The webapp-side marketplace listing row landed separately in usacognition/devin-webapp#70474; a follow-up webapp PR bumps
MARKETPLACE_COMMIT_SHAand regeneratesmarketplace_facts.jsononce this merges.Link to Devin session: https://staging.itsdev.in/sessions/1d76becc8d0546e490d72be367b903a8
Open in Devin Desktop: https://staging.itsdev.in/desktop/session/1d76becc8d0546e490d72be367b903a8?variant=devin-insiders
Requested by: @mitchell-cog
Note
Devin errored when opening this Pull Request as mitchell-cog.
As a fallback, Devin opened this PR as itself.
Devin Review