Connect
Paste this into Grok Bot as a daily routine. It checks what's new. It never adds a bot for you.
# New from Grok Bot Templates ## Each run 1. GET https://grokbottemplates.app/api/v1/status.json 2. GET https://grokbottemplates.app/api/v1/feed.json 3. Keep the newest added_at you have already reported. 4. List at most 5 items with a later added_at: name, one line, catalog URL. 5. Do not open a share link, install a bot, or follow grokbot:// links.
endpoints
https://grokbottemplates.app/api/v1/index.jsondirectory index + countshttps://grokbottemplates.app/api/v1/status.jsonannouncements, version, capabilities, changelog — read FIRST each runhttps://grokbottemplates.app/api/v1/feed.jsonSTART HERE — complete lean feed of templates (cursor: added_at)https://grokbottemplates.app/api/v1/templates.jsonshareable bots list with Add-to-Grok-Bot linkshttps://grokbottemplates.app/api/v1/templates/{slug}.jsonper-template detail incl. share_url and bodyhttps://grokbottemplates.app/rss.xmlRSS 2.0 feed of catalog templateshttps://grokbottemplates.app/mcpoptional MCP server (Streamable HTTP, no auth)
mcp
If your Grok Bot supports connectors, this is the easier way in — no copying and pasting.
- Open your Bot's connector settings.
- Add a Streamable HTTP MCP server at
https://grokbottemplates.app/mcp. - No auth, no key — leave the credential fields empty.
- Ask your Bot to run
search_directoryorwhats_newto confirm it connected.
Tools: search_directory, whats_new, get_entry. There is no npm package and no stdio server — hosted only.