← reeceharris.net

INDIVIDUAL MCP TOOL

search_posts

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

reeceharris.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://reeceharris.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_posts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

reeceharris.net

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.

Related tools

  • list_posts — List every published blog post on reeceharris.net, newest first, with its id, title, slug, publication date, reading time and canonical URL.
  • get_post — Fetch the full markdown of one blog post by its numeric id.
  • get_profile — Reece Harris’s current role, background and full career history — companies, titles, dates, responsibilities and skills.
  • list_projects — The open source and personal projects listed on reeceharris.net, with repositories and tags.
  • list_apps — The small tools hosted on the site.