diff --git a/partners/servers/oracle-database-mcp-server.json b/partners/servers/oracle-database-mcp-server.json new file mode 100644 index 0000000..fe7b5bd --- /dev/null +++ b/partners/servers/oracle-database-mcp-server.json @@ -0,0 +1,49 @@ +{ + "name": "oraclecloud-database-mcp-server", + "title": "Oracle", + "summary": "Securely access Oracle AI Database via MCP. Run SQL/PL-SQL, custom Tools, and SQL Reports with per-tool access controlled by application roles.", + "description": "Securely access Oracle AI Database through the Model Context Protocol (MCP). Provides built-in tools for running SQL and PL/SQL against the database, also supports custom Tools, and the ability to access and execute pre-defined SQL Reports. Access to each tool is managed through application roles assigned to users and groups.", + "kind": "mcp", + "vendor": "Partner", + "license": { + "name": "User License Terms", + "url": "https://www.oracle.com/contracts/docs/cloud_csa_online_v062223_us_eng.pdf" + }, + "icon": "https://www.oracle.com/img/tech/dbcs-logo.png", + "externalDocumentation": { + "url": "https://docs.oracle.com/en-us/iaas/database-tools/doc/working-database-tools-mcp-server.html", + "title": "OCI Database Tools MCP Server" + }, + "remote": "https://mcp.dbtools.{CLOUD-REGION}.oci.oraclecloud.com/20250830/databaseToolsMcpServers/{OCID}/actions/invoke", + "supportContactInfo": { + "name": "Customer Support", + "email": "jeff.d.smith@oracle.com" + }, + "visibility": "true", + "categories": "Databases", + "tags": ["Knowledge"], + "useCases": [ + { + "name": "Business analytics & reporting", + "description": "Run pre-defined SQL Reports, plus NL2SQL and ad-hoc SQL, so business users get answers from Oracle AI Database without writing queries themselves." + }, + { + "name": "Application development", + "description": "Help developers design, write, and test SQL and PL/SQL against Oracle AI Database, and expose reusable database logic as custom Tools for AI agents." + }, + { + "name": "Database operations & administration", + "description": "Let DBAs and DevOps engineers inspect schema, check sessions, diagnose performance, and run controlled administrative SQL through role-managed tool access." + } + ], + "securitySchemes": { + "oauthBearer": { + "type": "http", + "description": "Bearer access token issued by the customer's OCI IAM Identity Domain. Per-tool and per-report authorization is enforced through application roles assigned to users and groups in IAM.", + "scheme": "bearer", + "bearerFormat": "JWT" + } + }, + "versionName": "original", + "customProperties": { "x-ms-preview": true } +}