Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,18 @@
"homepage": "https://browser-use.com",
"keywords": ["browser use", "browser-use", "browser use cloud"],
"domains": ["browser-use.com", "cloud.browser-use.com"]
},
{
"name": "omneky",
"description": "Omneky ads, analytics, product catalogue, and creative generation. Sign in with an Omneky account to launch and manage campaigns from Grok.",
"category": "development",
"source": {
"type": "local",
"path": "./external_plugins/omneky"
},
"homepage": "https://www.omneky.com",
"keywords": ["omneky", "omneky ads", "omneky mcp"],
"domains": ["omneky.com", "mcp.omneky.com", "app.omneky.com"]
}
]
}
11 changes: 11 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,17 @@
]
}
},
"omneky": {
"version": "1.0.0",
"components": {
"mcpServers": [
{
"name": "omneky",
"description": "http"
}
]
}
},
"pstack": {
"sha": "efa2a531985e0a8084d36ff3cf87233be8a9f34b",
"components": {
Expand Down
16 changes: 16 additions & 0 deletions external_plugins/omneky/.grok-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "omneky",
"version": "1.0.0",
"description": "Omneky ads, analytics, product catalogue, and creative generation via the hosted MCP at mcp.omneky.com. Sign in with an Omneky account on first connect.",
"author": {
"name": "Omneky",
"url": "https://github.com/omneky-org"
},
"homepage": "https://www.omneky.com",
"license": "Proprietary",
"keywords": [
"omneky",
"omneky ads",
"omneky mcp"
]
}
8 changes: 8 additions & 0 deletions external_plugins/omneky/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"omneky": {
"type": "http",
"url": "https://mcp.omneky.com/mcp"
}
}
}
30 changes: 30 additions & 0 deletions external_plugins/omneky/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Omneky plugin for Grok Build

Connect Grok Build to [Omneky](https://www.omneky.com) — ads analytics, product
catalogue, multi-channel launch, and creative generation.

## Installation

In Grok Build, open `/plugin`, search for **Omneky**, and install.

On first connection, Grok opens Omneky sign-in in the browser. Use an Omneky
account (email/password or Google). Do not paste an API key or JWT into chat.

## Authentication

The plugin connects only to `https://mcp.omneky.com/mcp`. Authentication is
OAuth 2.1 against that host.

Network endpoints:

- `https://mcp.omneky.com/mcp` — hosted MCP (streamable HTTP)
- `https://mcp.omneky.com/authorize`, `/token`, `/register` — OAuth 2.1 + DCR
- `https://cgp.omneky.com/login` — human sign-in (password / Google)

Credentials: an Omneky account. The access token is an Omneky Nexus JWT used as
`Authorization: Bearer` on `/mcp`. No API key is stored in the plugin. Tools
are scoped to brands the signed-in user can access.

## License

Proprietary. Use of the hosted MCP is governed by Omneky's terms.