Add Omneky hosted MCP plugin - #531
Open
ganesh-omneky wants to merge 2 commits into
Open
Conversation
Vendor the HTTP MCP pointer at https://mcp.omneky.com/mcp under external_plugins/omneky. No Omneky server source.
ganesh-omneky
marked this pull request as ready for review
September 2, 2026 23:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds the Omneky plugin so Grok Build can connect to Omneky's hosted MCP.
omnekyexternal_plugins)./external_plugins/omnekyThe plugin is an HTTP MCP pointer at
https://mcp.omneky.com/mcp. On install, Grok runs Omneky's OAuth 2.1 flow (dynamic client registration + browser sign-in). No API key, no local process, no server source.Ownership
sourcerepo is published under our official org (or I've explained why not below).Vendored under
external_plugins/omneky/from Omneky (omneky-org). We do not remote-source our MCP server repo — that repo is private and is not what Grok should clone.Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable. (n/a — local source).grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset; local plugins includeREADME.md+.grok-plugin/plugin.json.Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.https://mcp.omneky.com/mcp— hosted MCP (streamable HTTP)https://mcp.omneky.com/authorize,/token,/register— OAuth 2.1 + DCR (discovered via/.well-known/oauth-authorization-server)https://cgp.omneky.com/login— human sign-in (password / Google), then resume on mcp.omneky.comAuthorization: Beareron/mcp. No API key in the plugin. Tools are scoped to brands the signed-in user can access.Notes for reviewers
Omneky is an ads platform (analytics, product catalogue, multi-channel launch, creative generation). Official org: https://github.com/omneky-org. Product: https://www.omneky.com.
This listing is the same hosted MCP already used by Claude / ChatGPT, at the full
/mcpsurface. We are not submitting/mcp-claude(that path exists only for Anthropic's Connector Directory review).Keywords are brand-scoped (
omneky,omneky ads,omneky mcp) so the plugin CTA does not fire on generic “ads” / “mcp” prompts.