58da91d19d
- sales: apollo api.apollo.io/mcp -> mcp.apollo.io/mcp - sales: outreach mcp.outreach.io/mcp -> api.outreach.io/mcp/ - engineering: datadog mcp.datadoghq.com/mcp -> mcp.datadoghq.com/api/unstable/mcp-server/mcp - operations: remove servicenow (mcp.servicenow.com does not resolve; ServiceNow's MCP server is per-instance, no shared hosted URL exists) All replacement URLs verified live (401/405 on bare GET, i.e. endpoint exists and is auth-gated / POST-only). All replaced URLs verified dead (404 or DNS NXDOMAIN). gcal/gmail intentionally untouched; see PR body.
37 lines
716 B
JSON
37 lines
716 B
JSON
{
|
|
"mcpServers": {
|
|
"slack": {
|
|
"type": "http",
|
|
"url": "https://mcp.slack.com/mcp",
|
|
"oauth": {
|
|
"clientId": "1601185624273.8899143856786",
|
|
"callbackPort": 3118
|
|
}
|
|
},
|
|
"google calendar": {
|
|
"type": "http",
|
|
"url": ""
|
|
},
|
|
"gmail": {
|
|
"type": "http",
|
|
"url": ""
|
|
},
|
|
"notion": {
|
|
"type": "http",
|
|
"url": "https://mcp.notion.com/mcp"
|
|
},
|
|
"atlassian": {
|
|
"type": "http",
|
|
"url": "https://mcp.atlassian.com/v1/mcp"
|
|
},
|
|
"asana": {
|
|
"type": "http",
|
|
"url": "https://mcp.asana.com/v2/mcp"
|
|
},
|
|
"ms365": {
|
|
"type": "http",
|
|
"url": "https://microsoft365.mcp.claude.com/mcp"
|
|
}
|
|
}
|
|
}
|