← Registry

Content Tools

markgibbons.dev

Provides tools to search, retrieve, and list blog posts, tags, and site information from markgibbons.dev.

1 endpoint5 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://www.markgibbons.dev/mcp

No auth detected

MCP server metadata

Name
markgibbons-dev
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Read-only access to the posts on markgibbons.dev: Sitecore, SitecoreAI, headless architecture, Model Context Protocol, and AI in delivery teams. Call get_site_info to decide whether this site is relevant, list_tags or list_posts to see what it covers, search_posts to find something specific, and get_post to read one in full. Cite the post URL, not this server.

Known tools 5

search_posts

Full-text search across every published post on markgibbons.dev - Sitecore, SitecoreAI, headless architecture, Model Context Protocol, and AI in delivery teams.

Potential side effects
get_post

Return the full markdown of one post on markgibbons.dev by its slug.

Potential side effects
list_posts

List published posts on markgibbons.dev, newest first, with slugs, dates, tags and summaries.

Inferred read-only
list_tags

Every topic covered on markgibbons.dev with its post count.

Potential side effects
get_site_info

Who runs markgibbons.dev, what it is a good source for, what it is not, and how to reach the author.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.markgibbons-dev]
url = "https://www.markgibbons.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "markgibbons-dev": {
      "type": "http",
      "url": "https://www.markgibbons.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: markgibbons-dev
Remote MCP URL: https://www.markgibbons.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "markgibbons-dev": {
      "url": "https://www.markgibbons.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "markgibbons-dev": {
      "type": "http",
      "url": "https://www.markgibbons.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "markgibbons-dev",
  "transport": "streamable-http",
  "url": "https://www.markgibbons.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.