Content Tools
reeceharris.net
Provides access to Reece Harris's blog posts, profile, and projects.
ENDPOINT 1
https://reeceharris.net/mcp
MCP server metadata
- Name
- reeceharris-net
- Version
- 1.0.0
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_postsList every published blog post on reeceharris.net, newest first, with its id, title, slug, publication date, reading time and canonical URL.
Potential side effectssearch_postsSearch blog post titles and bodies for a phrase, returning matching posts with a short excerpt around the first hit.
Potential side effectsget_profileReece Harris’s current role, background and full career history — companies, titles, dates, responsibilities and skills.
Inferred read-onlylist_projectsThe open source and personal projects listed on reeceharris.net, with repositories and tags.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.