Skip to content

Commit 0a09d9e

Browse files
smnbssclaude
andauthored
Add Amplitude EU endpoint option (#7)
Add amplitude-eu MCP server configuration for EU users alongside the existing US endpoint in data, marketing, and product-management. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 57edbc4 commit 0a09d9e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"type": "http",
2121
"url": "https://mcp.amplitude.com/mcp"
2222
},
23+
"amplitude-eu": {
24+
"type": "http",
25+
"url": "https://mcp.eu.amplitude.com/mcp"
26+
},
2327
"atlassian": {
2428
"type": "http",
2529
"url": "https://mcp.atlassian.com/v1/mcp"

marketing/.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"type": "http",
2121
"url": "https://mcp.amplitude.com/mcp"
2222
},
23+
"amplitude-eu": {
24+
"type": "http",
25+
"url": "https://mcp.eu.amplitude.com/mcp"
26+
},
2327
"notion": {
2428
"type": "http",
2529
"url": "https://mcp.notion.com/mcp"

product-management/.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"type": "http",
3737
"url": "https://mcp.amplitude.com/mcp"
3838
},
39+
"amplitude-eu": {
40+
"type": "http",
41+
"url": "https://mcp.eu.amplitude.com/mcp"
42+
},
3943
"pendo": {
4044
"type": "http",
4145
"url": "https://app.pendo.io/mcp/v0/shttp"

0 commit comments

Comments
 (0)