← Registry

Developer Tools

robertdelanghe.dev

Fetches developer blog posts, conformance reports, and GitHub corpus content.

1 endpoint4 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://robertdelanghe.dev/mcp

No auth detected

MCP server metadata

Name
robertdelanghe.dev
Version
0.1.0
Capabilities
toolsresources
Server instructions

Read-only access to https://robertdelanghe.dev's static API. This surface does NOT verify the bytes it returns against the site's signed manifest — every result says so in _meta.verification, with the digest and the manifest URL so you can check independently. For verified reads, run @bounded-systems/site-mcp locally.

Known tools 4

list_posts

List published blog posts (slug, title, summary, tags).

Inferred read-only
get_post

Fetch a single blog post by slug.

Potential side effects
get_conformance

The site's web-build conformance report.

Inferred read-only
get_corpus

The curated GitHub corpus.

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.robertdelanghe-dev]
url = "https://robertdelanghe.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: robertdelanghe-dev
Remote MCP URL: https://robertdelanghe.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": {
    "robertdelanghe-dev": {
      "url": "https://robertdelanghe.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "robertdelanghe-dev",
  "transport": "streamable-http",
  "url": "https://robertdelanghe.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.