← tjameswilliams.com
INDIVIDUAL MCP TOOL
list_projects_by_company
List all projects associated with a given company id.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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).get_profile— Get Tim's profile: name, title, location, email, links, summary, years of experience.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.