diff --git a/partners/servers/infa-cav-mcp-server.json b/partners/servers/infa-cav-mcp-server.json new file mode 100644 index 0000000..ab780a1 --- /dev/null +++ b/partners/servers/infa-cav-mcp-server.json @@ -0,0 +1,53 @@ +{ + "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", + "customProperties": { + "x-ms-preview": false + }, + "securitySchemes": { + "idmcOauthCav": { + "type": "oauth2", + "description": "Authenticate with Informatica OAuth2 authorization server using the client credentials flow.", + "flows": ["clientCredentials"], + "tokenUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "authorizationUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "scopes": [] + } + } +} diff --git a/partners/servers/infa-cdgc-mcp-server.json b/partners/servers/infa-cdgc-mcp-server.json new file mode 100644 index 0000000..f8ba389 --- /dev/null +++ b/partners/servers/infa-cdgc-mcp-server.json @@ -0,0 +1,53 @@ +{ + "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", + "customProperties": { + "x-ms-preview": false + }, + "securitySchemes": { + "idmcOauthCdgc": { + "type": "oauth2", + "description": "Authenticate with Informatica OAuth2 authorization server using the client credentials flow.", + "flows": ["clientCredentials"], + "tokenUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "authorizationUrl": "https://dm-us.informaticacloud.com/authz-service/oauth/token", + "scopes": [] + } + } +}