← whenwhat.com
INDIVIDUAL MCP TOOL
list_team
List all team members at Milk Interactive with their names and roles.
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.whenwhat-com]
url = "https://whenwhat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whenwhat-com": {
"type": "http",
"url": "https://whenwhat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whenwhat-com
Remote MCP URL: https://whenwhat.com/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": {
"whenwhat-com": {
"url": "https://whenwhat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whenwhat-com": {
"type": "http",
"url": "https://whenwhat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whenwhat-com",
"transport": "streamable-http",
"url": "https://whenwhat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_pages— List all pages on the Milk Interactive website with titles, URLs, and descriptions.get_page— Get the full content of a specific page as Markdown.list_projects— List all projects/case studies by Milk Interactive with title, description, category tags, and URL.list_awards— List all awards won by Milk Interactive, grouped by award program, with year and category.list_services— List the services offered by Milk Interactive with descriptions.list_faqs— List frequently asked questions about Milk Interactive and their services, with answers.get_company_info— Get detailed company information: name, address, phone, email, social media links, and description.