From 954d5d2922034e734db5359d439cd2f80ef7921c Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:52:57 -0700 Subject: [PATCH 1/5] Add files via upload --- partners/servers/infa-cav-mcp-server.json | 50 ++++++++++++++++++++++ partners/servers/infa-cdgc-mcp-server.json | 50 ++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 partners/servers/infa-cav-mcp-server.json create mode 100644 partners/servers/infa-cdgc-mcp-server.json diff --git a/partners/servers/infa-cav-mcp-server.json b/partners/servers/infa-cav-mcp-server.json new file mode 100644 index 0000000..0913fa8 --- /dev/null +++ b/partners/servers/infa-cav-mcp-server.json @@ -0,0 +1,50 @@ +{ + "name": "infa-cav-mcp-server", + "title": "Informatica Cloud Address Verification MCP Server", + "summary": "Informatica's MCP server providing data quality assurance tools for AI agents to validate, standardize, and enrich global addresses in real-time", + "description": "Informatica's MCP server providing data quality assurance tools for AI agents to validate, standardize, and enrich global addresses in real-time", + "vendor": "Partner", + "kind": "mcp", + "remote": "https://{pod-name}/mcp-servers/public/dqverifyaddress", + "icon": "https://www.informatica.com/content/dam/informatica-com/en/image/misc/informatica-logo.png", + "externalDocumentation": { + "title": "Informatica documentation", + "url": "https://onlinehelp.informatica.com/IICS/prod/agentic-ui/en/index.htm#page/dd-aiae-mcp-servers/Available_MCP_servers.html" + }, + "license": { + "name": "User License Terms", + "url": "https://www.informatica.com/legal/informatica-license-services-agreement.html" + }, + "visibility": "true", + "useCases": [ + { + "name": "Validate Real-Time Input", + "description": "Verify and standardize physical addresses instantly during customer onboarding or data entry workflows." + }, + { + "name": "Convert Incomplete Strings", + "description": "Transform messy or fragmented address inputs into clean, professional postal formats." + }, + { + "name": "Standardize Global Formats", + "description": "Automatically apply correct international postal rules for country-specific formatting (e.g., ZIP codes, provinces)." + } + ], + "categories": "Integration", + "tags": ["Address", "Data quality"], + "supportContactInfo": { + "name": "Informatica Support", + "email": "support@informatica.com" + }, + "versionName": "original", + "securitySchemes": { + "idmcOauth":{ + "type": "oauth2", + "description": "Authenticate with Informatica OAuth2 authorization server. The client credential flow is intended for Machine to Machine communication and there is no separate Authorization URL required. The same token url can be used for both first time token generation and refreshing token.", + "flows": ["clientCredentials"], + "tokenUrl": "https://{pod-name}/authz-service/oauth/token", + "authorizationUrl": "https://{pod-name}/authz-service/oauth/token", + "scopes":[] + } + } +} \ No newline at end of file diff --git a/partners/servers/infa-cdgc-mcp-server.json b/partners/servers/infa-cdgc-mcp-server.json new file mode 100644 index 0000000..af90b9f --- /dev/null +++ b/partners/servers/infa-cdgc-mcp-server.json @@ -0,0 +1,50 @@ +{ + "name": "infa-cdgc-mcp-server", + "title": "Informatica CDGC Metadata Search MCP Server", + "summary": "Informatica's MCP server exposing CLAIRE-powered CDGC metadata for AI agents to perform semantic asset search, lineage, and compliance checks via standardized MCP tools and natural language prompts", + "description": "Informatica's MCP server exposing CLAIRE-powered CDGC metadata for AI agents to perform semantic asset search, lineage, and compliance checks via standardized MCP tools and natural language prompts.", + "vendor": "Partner", + "kind": "mcp", + "remote": "https://{pod-name}/mcp-servers/public/cdgcsearchmetadata", + "icon": "https://www.informatica.com/content/dam/informatica-com/en/image/misc/informatica-logo.png", + "externalDocumentation": { + "title": "Informatica documentation", + "url": "https://onlinehelp.informatica.com/IICS/prod/agentic-ui/en/index.htm#page/dd-aiae-mcp-servers/Available_MCP_servers.html" + }, + "license": { + "name": "User License Terms", + "url": "https://www.informatica.com/legal/informatica-license-services-agreement.html" + }, + "visibility": "true", + "useCases": [ + { + "name": "Discover Enterprise Assets", + "description": "Search the Informatica Data Catalog for tables, files, and reports based on business terms or technical names." + }, + { + "name": "Retrieve Asset Details", + "description": "Fetch comprehensive metadata including physical paths, system types, and detailed business descriptions." + }, + { + "name": "Governance Auditing", + "description": "Quickly identify the business owner, classification (PII, Sensitive), and certification status of any data asset before it is used." + } + ], + "categories": "Integration", + "tags": ["Metadata", "CDGC", "Catalog"], + "supportContactInfo": { + "name": "Informatica Support", + "email": "support@informatica.com" + }, + "versionName": "original", + "securitySchemes": { + "idmcOauth":{ + "type": "oauth2", + "description": "Authenticate with Informatica OAuth2 authorization server. The client credential flow is intended for Machine to Machine communication and there is no separate Authorization URL required. The same token url can be used for both first time token generation and refreshing token.", + "flows": ["clientCredentials"], + "tokenUrl": "https://{pod-name}/authz-service/oauth/token", + "authorizationUrl": "https://{pod-name}/authz-service/oauth/token", + "scopes":[] + } + } +} \ No newline at end of file From 708ef2249d5c8bb50f716fd89e0e15b58e6e4ac3 Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:24:35 -0700 Subject: [PATCH 2/5] Update infa-cav-mcp-server.json --- partners/servers/infa-cav-mcp-server.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/partners/servers/infa-cav-mcp-server.json b/partners/servers/infa-cav-mcp-server.json index 0913fa8..152c130 100644 --- a/partners/servers/infa-cav-mcp-server.json +++ b/partners/servers/infa-cav-mcp-server.json @@ -37,14 +37,17 @@ "email": "support@informatica.com" }, "versionName": "original", + "customProperties": { + "x-ms-preview": false + }, "securitySchemes": { - "idmcOauth":{ + "idmcOauth": { "type": "oauth2", - "description": "Authenticate with Informatica OAuth2 authorization server. The client credential flow is intended for Machine to Machine communication and there is no separate Authorization URL required. The same token url can be used for both first time token generation and refreshing token.", + "description": "Authenticate with Informatica OAuth2 authorization server using the client credentials flow.", "flows": ["clientCredentials"], - "tokenUrl": "https://{pod-name}/authz-service/oauth/token", - "authorizationUrl": "https://{pod-name}/authz-service/oauth/token", - "scopes":[] - } + "tokenUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "authorizationUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "scopes": [] } -} \ No newline at end of file + } +} From dc2acbbed7e91f66a13c9e486572d9cecf0ef361 Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:25:22 -0700 Subject: [PATCH 3/5] Update OAuth2 security scheme details in JSON --- partners/servers/infa-cdgc-mcp-server.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/partners/servers/infa-cdgc-mcp-server.json b/partners/servers/infa-cdgc-mcp-server.json index af90b9f..e986aa4 100644 --- a/partners/servers/infa-cdgc-mcp-server.json +++ b/partners/servers/infa-cdgc-mcp-server.json @@ -37,14 +37,17 @@ "email": "support@informatica.com" }, "versionName": "original", + "customProperties": { + "x-ms-preview": false + }, "securitySchemes": { - "idmcOauth":{ + "idmcOauth": { "type": "oauth2", - "description": "Authenticate with Informatica OAuth2 authorization server. The client credential flow is intended for Machine to Machine communication and there is no separate Authorization URL required. The same token url can be used for both first time token generation and refreshing token.", + "description": "Authenticate with Informatica OAuth2 authorization server using the client credentials flow.", "flows": ["clientCredentials"], - "tokenUrl": "https://{pod-name}/authz-service/oauth/token", - "authorizationUrl": "https://{pod-name}/authz-service/oauth/token", - "scopes":[] - } + "tokenUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "authorizationUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "scopes": [] } -} \ No newline at end of file + } +} From 8902d055190fbe51ca6c79bc06a3a1fea72976d5 Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:56:23 -0700 Subject: [PATCH 4/5] Rename security scheme from idmcOauth to idmcOauthCav --- partners/servers/infa-cav-mcp-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partners/servers/infa-cav-mcp-server.json b/partners/servers/infa-cav-mcp-server.json index 152c130..ab780a1 100644 --- a/partners/servers/infa-cav-mcp-server.json +++ b/partners/servers/infa-cav-mcp-server.json @@ -41,7 +41,7 @@ "x-ms-preview": false }, "securitySchemes": { - "idmcOauth": { + "idmcOauthCav": { "type": "oauth2", "description": "Authenticate with Informatica OAuth2 authorization server using the client credentials flow.", "flows": ["clientCredentials"], From 0ba8506b182aa0409ef0624f4deded035d524450 Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:57:06 -0700 Subject: [PATCH 5/5] Rename OAuth security scheme to idmcOauthCdgc --- partners/servers/infa-cdgc-mcp-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partners/servers/infa-cdgc-mcp-server.json b/partners/servers/infa-cdgc-mcp-server.json index e986aa4..f8ba389 100644 --- a/partners/servers/infa-cdgc-mcp-server.json +++ b/partners/servers/infa-cdgc-mcp-server.json @@ -41,7 +41,7 @@ "x-ms-preview": false }, "securitySchemes": { - "idmcOauth": { + "idmcOauthCdgc": { "type": "oauth2", "description": "Authenticate with Informatica OAuth2 authorization server using the client credentials flow.", "flows": ["clientCredentials"],