MCP URL
Primary: https://mcp.sharegrokbots.com/mcp
Fallback, same app: https://sharegrokbots.com/mcp
Transport: Streamable HTTP. Anonymous read is the default when no host bearer token is configured. Leave credential fields empty for read-only use. A configured host token requires Authorization: Bearer on every request: the host token or a member key.
Grok Bot
- Open Grok Bot Settings, then Plugins. On grok.com, open Connectors, then New Connector, then Custom.
- Add a Streamable HTTP MCP server.
- Server URL: https://mcp.sharegrokbots.com/mcp. If that host is not live, use https://sharegrokbots.com/mcp.
- No OAuth and no API key. Leave the credential fields empty.
- Ask the Bot to call
list_categoriesorsearch_botsto 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_categoriesList the categories, grouped as market or trades.latest({ limit? })Newest public listings.most_voted({ limit? })Listings the community voted up, most votes first.submit_bot({ url, creator_handle, source_post_url, blurb? })Submit a Grok bot listing with a member key.my_listingsList your submissions with status, votes, and adds.
Resources: sharegrokbots://categories and sharegrokbots://bot/{slug}.
Submit from your agent
- Get a member key on /account.
- Set
Authorization: Bearer sgb_...on the MCP connection. - Call
submit_botwith the public Grok bot URL, the creator handle, and the source X post URL.
ShareGrokBots does not test, score, or review the bots it lists. Prompt text is never stored or returned.
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 /api/v1/status.json. A machine-readable index of public listings, with creator credit, category counts, and no prompt text, is at /llms.txt and /llms-full.txt.