Give your agent
Scott's public context.
This endpoint is public and unauthenticated. It exposes content already published on scottowen.com.au and blog.scottowen.com.au.
https://scottowen.com.au/api/mcp/Transport: Streamable HTTP
Claude Code configuration
Add this to a project .mcp.json file, then restart Claude Code and check /mcp or claude mcp list.
{
"mcpServers": {
"scott-owen": {
"type": "http",
"url": "https://scottowen.com.au/api/mcp/"
}
}
}Claude Code's JSON schema uses type, not transport. Use "http" for this Streamable HTTP endpoint. If a client only supports legacy SSE, this endpoint is not an SSE endpoint.
Claude Desktop
For Claude Desktop remote connectors, add the MCP server URL in Claude's Settings > Connectors custom connector flow:
https://scottowen.com.au/api/mcp/
Local claude_desktop_config.json entries are for local stdio-style servers. Remote connectors are brokered through Claude's cloud connector flow, not direct local JSON URL entries.
ChatGPT and OpenAI
Use the same remote MCP URL for ChatGPT custom apps/connectors or the OpenAI MCP tool:
https://scottowen.com.au/api/mcp/
The server exposes search and fetch for ChatGPT connector and deep research compatibility, plus richer Scott-specific tools for full MCP clients.
Available tools
searchOpenAI-compatible search across Scott Owen public profile, resume, skills, contact and blog content.
fetchOpenAI-compatible fetch for a document returned by search.
get_profileProfile, positioning, focus areas and public links.
get_resumeStructured public resume and experience timeline.
get_skillsGrouped skills graph by capability area.
get_contactPublic contact details and social links.
search_blog_postsSearch public blog posts by query, category or tag.
get_blog_postFetch one cleaned full blog post by slug.
search_public_contentUnified search across profile, resume, skills, contact and blog content.
Useful prompts
- Search Scott's blog for Kubernetes platform engineering posts.
- Get Scott's resume and compare it to this role description.
- Find public evidence of Scott's work with AI, automation, cloud and team leadership.