← Registry

Content Tools

reeceharris.net

Provides access to Reece Harris's blog posts, profile, and projects.

1 endpoint6 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://reeceharris.net/mcp

No auth detected

MCP server metadata

Name
reeceharris-net
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to reeceharris.net. Use list_posts and search_posts to find writing, get_post to read one in full, and get_profile / list_projects / list_apps for everything on the home page.

Known tools 6

list_posts

List every published blog post on reeceharris.net, newest first, with its id, title, slug, publication date, reading time and canonical URL.

Potential side effects
get_post

Fetch the full markdown of one blog post by its numeric id.

Potential side effects
search_posts

Search blog post titles and bodies for a phrase, returning matching posts with a short excerpt around the first hit.

Potential side effects
get_profile

Reece Harris’s current role, background and full career history — companies, titles, dates, responsibilities and skills.

Inferred read-only
list_projects

The open source and personal projects listed on reeceharris.net, with repositories and tags.

Inferred read-only
list_apps

The small tools hosted on the site.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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