# ShareGrokBots (remote · mcp.sharegrokbots.com)

Search shared Grok Bots by what they do. Credit the creator. No prompt text.

- Trust score: 80/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.sharegrokbots.com`: 80/100 (this document), [markdown](https://verifymcp.io/servers/legacyinmotion-sharegrokbots/mcp.md), [page](https://verifymcp.io/servers/legacyinmotion-sharegrokbots/mcp)

## Channel facts

- Endpoint: `https://mcp.sharegrokbots.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 605 tokens (~75/item across 8 items; 7 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 48/100
  - Stability check failed: schema churn in the 21 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 3 additions.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 30% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the ShareGrokBots MCP server?

ShareGrokBots is a hosted endpoint at https://mcp.sharegrokbots.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http legacyinmotion-sharegrokbots 'https://mcp.sharegrokbots.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "legacyinmotion-sharegrokbots": {
      "url": "https://mcp.sharegrokbots.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "legacyinmotion-sharegrokbots": {
      "type": "http",
      "url": "https://mcp.sharegrokbots.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.legacyinmotion-sharegrokbots]
url = "https://mcp.sharegrokbots.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "legacyinmotion-sharegrokbots": {
      "type": "remote",
      "url": "https://mcp.sharegrokbots.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add legacyinmotion-sharegrokbots --url 'https://mcp.sharegrokbots.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  legacyinmotion-sharegrokbots:
    url: "https://mcp.sharegrokbots.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "legacyinmotion-sharegrokbots": {
      "Transport": "http",
      "Url": "https://mcp.sharegrokbots.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add legacyinmotion-sharegrokbots -t streamable-http -u 'https://mcp.sharegrokbots.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "legacyinmotion-sharegrokbots": {
      "type": "http",
      "url": "https://mcp.sharegrokbots.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 44 to 48.

### 2026-09-18 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 38 to 41.

### 2026-09-16 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 31 to 34.

### 2026-09-14 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 24 to 28.

### 2026-09-12 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 18 to 21.

### 2026-09-10 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 11 to 14.

### 2026-09-09 (score 74, 0)

- [functional regression] Schema quality: 455 → 605
- [functional improvement] Tool coverage: 17% → 30%
- [functional] New tool “my_listings”
- [functional] New tool “submit_bot”

### 2026-09-08 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 4 to 7.

## MCP tools (7)

### `search_bots` (~103 tokens)

Search bots

Search public ShareGrokBots listings by text and optional category. Returns name, credit, live bot link, and the community signal: `votes` from signed-in members and `adds` from people who opened the bot through its listing. ShareGrokBots does not test, score, or review the bots it lists. Never returns prompt text.

Input parameters:

- `category` (string): (optional category)
- `limit` (integer)
- `query` (string)

### `submit_bot` (~105 tokens)

Submit bot

Submit a public Grok bot page to the directory. Requires the creator X 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.

Input parameters:

- `blurb` (string)
- `creator_handle` (string, required): X handle of the bot creator
- `source_post_url` (string, required): x.com or twitter.com status URL that shared the bot
- `url` (string, required)

### `my_listings` (~45 tokens)

My listings

List the member's submissions with status, votes, and adds. ShareGrokBots does not test, score, or review the bots it lists. Prompt text is never returned.

### `get_bot` (~61 tokens)

Get bot

Fetch one public listing by slug. Credits the creator X post and carries the listing's `votes` and `adds`. ShareGrokBots does not test, score, or review the bots it lists. Never returns prompt text.

Input parameters:

- `slug` (string, required)

### `list_categories` (~29 tokens)

List categories

List the categories used to file listings, grouped as market or trades. Old slugs appear under aliases.

### `latest` (~49 tokens)

Latest listings

Newest public listings, newest first. Each carries its `votes` and `adds`. ShareGrokBots does not test, score, or review the bots it lists.

Input parameters:

- `limit` (integer)

### `most_voted` (~39 tokens)

Most voted

Listings the community voted up, most votes first. Votes come from signed-in members, one per person per bot.

Input parameters:

- `limit` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/legacyinmotion-sharegrokbots/mcp#diagnostics

## Score history

- 2026-09-20: 80
- 2026-09-19: 79
- 2026-09-18: 79
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 77
- 2026-09-14: 77
- 2026-09-13: 76
- 2026-09-12: 76
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 74
- 2026-09-08: 74
- 2026-09-07: 73
- 2026-09-06: 73
- 2026-09-05: 73
- 2026-09-04: 73
- 2026-09-03: 73
- 2026-09-02: 73
- 2026-09-01: 73
- 2026-08-31: 73
- 2026-08-30: 73

## Common questions

### What is the ShareGrokBots MCP server?

ShareGrokBots is an MCP server listed in the public MCP registry as io.github.legacyinmotion/sharegrokbots. Search shared Grok Bots by what they do. Credit the creator. No prompt text. This page covers its hosted endpoint (https://mcp.sharegrokbots.com/mcp).

### Is the ShareGrokBots MCP server safe to use?

ShareGrokBots scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ShareGrokBots MCP server expose?

ShareGrokBots exposes 7 tools: search_bots, submit_bot, my_listings, get_bot, list_categories, and 2 more. Their descriptions and schemas cost roughly 431 tokens of context every time the server is loaded.

### Does the ShareGrokBots MCP server require authentication?

No. We connected to ShareGrokBots without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the ShareGrokBots MCP server still maintained?

ShareGrokBots is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.sharegrokbots.com/mcp
- Repository: https://github.com/legacyinmotion/sharegrokbots-examples
- Website: https://sharegrokbots.com/
- Changelog RSS feed: https://verifymcp.io/servers/legacyinmotion-sharegrokbots/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/legacyinmotion-sharegrokbots/mcp.json
- HTML version of this page: https://verifymcp.io/servers/legacyinmotion-sharegrokbots/mcp
