Skip to content

Add OntoRamp Graph Query MCP Server to Foundry catalog#214

Merged
lindazqli merged 5 commits into
Azure:mainfrom
MatthewDavisAIArchitect:add-ontoramp-graph-query
Jun 23, 2026
Merged

Add OntoRamp Graph Query MCP Server to Foundry catalog#214
lindazqli merged 5 commits into
Azure:mainfrom
MatthewDavisAIArchitect:add-ontoramp-graph-query

Conversation

@MatthewDavisAIArchitect

Copy link
Copy Markdown
Contributor

Summary

Adds partners/servers/ontoramp-graph-query-mcp-server.json for OntoRamp Graph Query — an official, remote MCP server owned and operated by OntoRamp LLC.

  • Remote endpoint: https://ontoramp-graph-query.fly.dev/mcp (streamable-http, publisher-hosted, production traffic)
  • Auth: key-based — Authorization: Bearer <key>; free self-serve keys at https://ontoramp.com/mcp (works with Foundry Custom-keys project connections)
  • Tools (5): query_architecture, get_constraint_signals, find_dependencies, get_evidence_for_claim, request_assessment — all tool schemas avoid anyOf/allOf/multi-type parameters
  • Docs: https://ontoramp.com/docs/connect · Repo: https://github.com/MatthewDavisAIArchitect/ontoramp-graph-query (MIT)
  • Also listed on the official MCP Registry as com.ontoramp/graph-query

The Azure API Center MCP Registry Sign-up form will be submitted with this PR's link per the documented onboarding flow.

🤖 Generated with Claude Code

@MatthewDavisAIArchitect

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree company="OntoRamp LLC"

@MatthewDavisAIArchitect

Copy link
Copy Markdown
Contributor Author

Thanks for maintaining the Foundry MCP catalog! I've pushed a fix for the failing Validate servers JSON against schema check:

  • versionName is now schema-compliant — changed 1.0.1Original (the prior value contained dots, which the ^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$ pattern rejects).
  • Added "remoteType": "streamable-http" to match the server's actual transport (it was omitted, which would default to sse).

The branch is now updated to main. It looks like the validation workflow is pending maintainer approval to run (action_required) — could a maintainer kick off the run / take a look when convenient? Happy to make any further changes.

For reference: the endpoint is live (https://ontoramp-graph-query.fly.dev/mcp, Bearer API-key auth, free self-serve keys at https://ontoramp.com/mcp), and the OntoRamp servers are also published in the official MCP registry (com.ontoramp/*).

@lindazqli lindazqli merged commit 9f7be0e into Azure:main Jun 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants