ShareGrokBots

Busca Bots de Grok compartidos por lo que hacen. Acredita al creador. Sin texto de prompt.

Documentación

Plug ShareGrokBots into your Grok Bot

ShareGrokBots speaks Streamable HTTP MCP. Point a Grok Bot at the URL and it can keep its own list of Grok Bots fresh. Every listing carries its community votes and adds, and credits the creator. Prompt text is never returned.


MCP URL

Primary: https://mcp.sharegrokbots.com/mcp

Fallback, same app: https://sharegrokbots.com/mcp

Transport: Streamable HTTP. Auth: none. Leave credential fields empty. Anonymous read is the default. A bearer token can be issued later; send it as Authorization: Bearer when one exists.

Grok Bot

  1. Open Grok Bot Settings, then Plugins. On grok.com, open Connectors, then New Connector, then Custom.
  2. Add a Streamable HTTP MCP server.
  3. Server URL: https://mcp.sharegrokbots.com/mcp. If that host is not live, use https://sharegrokbots.com/mcp.
  4. No OAuth and no API key. Leave the credential fields empty.
  5. Ask the Bot to call list_categories or search_bots to confirm the plug.

Grok Bot's AddMcpServer field set is a name, a URL, and optional headers. Grok Build / the grok CLI:

grok mcp add --transport http sharegrokbots https://mcp.sharegrokbots.com/mcp

Tools

  • search_bots ({ query?, category?, limit? }) Search public listings by text and category.
  • get_bot ({ slug }) Fetch one listing by slug.
  • list_categories List the categories, grouped as market or trades.
  • latest ({ limit? }) Newest public listings.
  • most_voted ({ limit? }) Listings the community voted up, most votes first.

Resources: sharegrokbots://categories and sharegrokbots://bot/{slug}.

In the browser (WebMCP)

WebMCP is a page-side API that lets a supporting browser call the read-only tools this site registers.

Tools: search_bots, get_bot, list_categories, latest.

This site registers its tools with WebMCP in browsers that support it.

Turn it on in Chrome with --enable-features=WebMCPTesting (early preview). Every listing is an unvetted third-party link.

Credit rule

Search, then open the real links, then credit the creator's X post. Never contains prompt text. ShareGrokBots does not test, run, review, or score the bots it lists, so never tell a reader we checked one.

Each listing points at the creator's X post and the live x.ai/bot URL, and carries its votes and adds. The legacy verdict object and verified boolean still ship so older clients keep parsing; they are always empty and false. The JSON API is at . A machine-readable index of public listings, with creator credit and no prompt text, is at .