← wfmlabs.ai

INDIVIDUAL MCP TOOL

how_to_get_in_touch

Returns the contact URL and guidance.

wfmlabs.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://wfmlabs.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for how_to_get_in_touch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

wfmlabs.ai

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

.mcp.json

{
  "mcpServers": {
    "wfmlabs-ai": {
      "type": "http",
      "url": "https://wfmlabs.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "wfmlabs-ai",
  "transport": "streamable-http",
  "url": "https://wfmlabs.ai/mcp"
}
MCP Inspector

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

Related tools

  • get_practice_profile — Who WFM Labs is, its depth claim, what is explicitly out of scope, and how to make contact.
  • list_services — The four service capabilities, each with the problems it addresses, typical deliverables, and an FAQ.
  • get_service — Full detail for a single service capability, including deliverables and FAQ.
  • list_case_studies — Anonymized case studies — evidence of capability, not offerings.
  • list_blog_posts — Published field notes on UKG Pro WFM engineering, newest first.
  • get_blog_post — Full markdown text of one blog post.
  • search_site — Keyword search across service capabilities, case studies, and blog posts.