Skip to content

feat(integrations): add support for amplitude mcp#5568

Open
hassan254-prog wants to merge 1 commit intomasterfrom
wari/add-support-for-amplitude-mcp
Open

feat(integrations): add support for amplitude mcp#5568
hassan254-prog wants to merge 1 commit intomasterfrom
wari/add-support-for-amplitude-mcp

Conversation

@hassan254-prog
Copy link
Contributor

@hassan254-prog hassan254-prog commented Mar 5, 2026

Describe the problem and your solution

  • add support for amplitude mcp

Add Amplitude MCP integration configuration and documentation

This PR introduces support for the Amplitude MCP provider, adding provider definitions for US and EU endpoints and corresponding documentation assets. It also adds new documentation pages, snippets, and logo references to surface the integration in the docs navigation.

Key Changes

• Added new provider entries amplitude-mcp and amplitude-mcp-eu with MCP OAuth2 settings and proxy configuration in packages/providers/providers.yaml
• Created documentation page docs/api-integrations/amplitude-mcp.mdx with quickstart and usage examples
• Added generated snippets for tooling and use cases in docs/snippets/generated/amplitude-mcp/PreBuiltTooling.mdx and docs/snippets/generated/amplitude-mcp/PreBuiltUseCases.mdx
• Registered the new docs page in docs/docs.json and added template logo references in packages/webapp/public/images/template-logos/amplitude-mcp.svg and packages/webapp/public/images/template-logos/amplitude-mcp-eu.svg

Possible Issues

• Ensure the MCP server URLs and OAuth endpoints are correct for both regions (mcp.amplitude.com vs mcp.eu.amplitude.com).
• Verify that the docs path in packages/providers/providers.yaml (https://nango.dev/docs/api-integrations/amplitude-mcp) matches the actual doc route.


This summary was automatically generated by @propel-code-bot

Copy link
Contributor

@propel-code-bot propel-code-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes suggested due to broken logo assets and missing or inconsistent documentation links.

Status: Changes Suggested | Risk: Medium

Issues Identified & Suggestions
  • Restore valid SVG markup to prevent broken logos: amplitude-mcp.svg, amplitude-mcp-eu.svg
  • Add connect guide URLs for MCP providers: providers.yaml
  • Align integration guides section with standard template: amplitude-mcp.mdx
Review Details

📁 11 files reviewed | 💬 4 comments

Instruction Files
├── .claude/
│   ├── agents/
│   │   └── nango-docs-migrator.md
│   └── skills/
│       ├── agent-builder-skill/
│       │   ├── EXAMPLES.md
│       │   └── SKILL.md
│       ├── creating-integration-docs/
│       │   └── SKILL.md
│       └── creating-skills-skill/
│           └── SKILL.md
├── AGENTS.md
└── GEMINI.md

👍 / 👎 individual comments to help improve reviews for you

optional: true
pattern: '^(?:analytics\.eu\.)?amplitude\.com$'

amplitude-mcp:
Copy link
Contributor Author

@hassan254-prog hassan254-prog Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will split this into two integrations and avoid using the nango subdomain interpolation as we do for other integrations. Since this uses dynamic client registration, our customers can configure them separately by registering two integrations for the 2 respective regions. Their end users can then select the region they belong to.

@hassan254-prog hassan254-prog requested a review from a team March 5, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant