← tjameswilliams.com

INDIVIDUAL MCP TOOL

get_profile

Get Tim's profile: name, title, location, email, links, summary, years of experience.

tjameswilliams.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests sending messages.

Parent endpoint

tjameswilliams.com

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

.mcp.json

{
  "mcpServers": {
    "tjameswilliams-com": {
      "type": "http",
      "url": "https://tjameswilliams.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tjameswilliams-com",
  "transport": "streamable-http",
  "url": "https://tjameswilliams.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_content — Free-text search across all portfolio content (projects, technologies, skills, publications, podcast episodes, stories, companies).
  • list_projects — List portfolio projects.
  • get_project — Get a single project by id, with technologies, skills, related stories, publications, and podcasts.
  • list_publications — List published articles.
  • get_publication — Get a single publication by id, including full content, technologies, and skills.
  • list_podcasts — List Rubber Duck Radio podcast episodes.
  • get_podcast — Get a single podcast episode by id, including show notes, chapters, speakers, and full transcript.
  • list_stories — List career stories.