MCP

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.

Remote MCP endpointhttps://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

search

OpenAI-compatible search across Scott Owen public profile, resume, skills, contact and blog content.

fetch

OpenAI-compatible fetch for a document returned by search.

get_profile

Profile, positioning, focus areas and public links.

get_resume

Structured public resume and experience timeline.

get_skills

Grouped skills graph by capability area.

get_contact

Public contact details and social links.

search_blog_posts

Search public blog posts by query, category or tag.

get_blog_post

Fetch one cleaned full blog post by slug.

search_public_content

Unified 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.