From 4ebb257fbf2b1e708dc53a0b33b9f2d2ce379b6f Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Wed, 10 Jun 2026 08:00:51 -0700 Subject: [PATCH 1/2] Add OntoRamp Graph Query MCP server to Foundry catalog --- .../ontoramp-graph-query-mcp-server.json | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 partners/servers/ontoramp-graph-query-mcp-server.json diff --git a/partners/servers/ontoramp-graph-query-mcp-server.json b/partners/servers/ontoramp-graph-query-mcp-server.json new file mode 100644 index 00000000..cd8ffb8a --- /dev/null +++ b/partners/servers/ontoramp-graph-query-mcp-server.json @@ -0,0 +1,53 @@ +{ + "name": "ontoramp-graph-query", + "title": "OntoRamp Graph Query", + "summary": "Query your organization's architecture and governance constraints from any agent - evidence-grounded answers about systems, dependencies, and controls. Free tier available.", + "description": "OntoRamp Graph Query lets AI agents query an organization's architecture and governance knowledge graph: search governance and compliance knowledge by meaning or keyword, find systems and their dependencies, surface constraint signals, and retrieve the evidence behind any claim. Built for enterprise architects, CIOs/CTOs, and GRC teams - use it for SOC 2 readiness research, ISO 27001 control mapping, architecture maturity analysis, and technology due diligence. Remote streamable-http MCP server with Bearer API-key authentication; free self-serve keys at https://ontoramp.com/mcp.", + "vendor": "Partner", + "kind": "mcp", + "remote": "https://ontoramp-graph-query.fly.dev/mcp", + "icon": "https://raw.githubusercontent.com/MatthewDavisAIArchitect/ontoramp-graph-query/main/logo.png", + "externalDocumentation": { + "title": "OntoRamp connect documentation", + "url": "https://ontoramp.com/docs/connect" + }, + "license": { + "name": "MIT", + "url": "https://github.com/MatthewDavisAIArchitect/ontoramp-graph-query/blob/main/LICENSE" + }, + "visibility": "true", + "useCases": [ + { + "name": "Compliance research", + "description": "Search governance and compliance knowledge by meaning or keyword for SOC 2 readiness research, ISO 27001 control mapping, and audit preparation." + }, + { + "name": "Dependency tracing", + "description": "Find systems and trace their dependencies to answer change-impact and technology due-diligence questions." + }, + { + "name": "Evidence retrieval", + "description": "Retrieve the structural evidence behind a governance claim so agent answers stay grounded in documented artifacts." + }, + { + "name": "Assessment intake", + "description": "Request a full organizational governance assessment directly from an agent conversation." + } + ], + "categories": "Compliance & Legal", + "tags": [], + "supportContactInfo": { + "name": "OntoRamp Support", + "email": "m@ontoramp.com" + }, + "versionName": "1.0.1", + "securitySchemes": { + "ontorampBearerAuth": { + "type": "http", + "description": "Authenticate with an OntoRamp API key. Free self-serve keys at https://ontoramp.com/mcp.", + "scheme": "bearer", + "bearerFormat": "API Key" + } + }, + "customProperties": { "x-ms-preview": false } +} From c0233f816fd90575aa68a328e9fbe10d23d514a8 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Sun, 21 Jun 2026 16:16:45 -0700 Subject: [PATCH 2/2] fix(ontoramp-graph-query): schema-valid versionName (dotless) + declare streamable-http transport --- partners/servers/ontoramp-graph-query-mcp-server.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/partners/servers/ontoramp-graph-query-mcp-server.json b/partners/servers/ontoramp-graph-query-mcp-server.json index cd8ffb8a..51fb38f5 100644 --- a/partners/servers/ontoramp-graph-query-mcp-server.json +++ b/partners/servers/ontoramp-graph-query-mcp-server.json @@ -6,6 +6,7 @@ "vendor": "Partner", "kind": "mcp", "remote": "https://ontoramp-graph-query.fly.dev/mcp", + "remoteType": "streamable-http", "icon": "https://raw.githubusercontent.com/MatthewDavisAIArchitect/ontoramp-graph-query/main/logo.png", "externalDocumentation": { "title": "OntoRamp connect documentation", @@ -40,7 +41,7 @@ "name": "OntoRamp Support", "email": "m@ontoramp.com" }, - "versionName": "1.0.1", + "versionName": "Original", "securitySchemes": { "ontorampBearerAuth": { "type": "http",