INDIVIDUAL MCP TOOL
get_case_study
Get the full published case study for Popp by slug — hero title, lede, quote, narrative sections, and stats.
LIVE ENDPOINT
https://joinpopp.com/mcp
Connect to this endpoint to inspect the live schema for get_case_study and invoke it with your own arguments.
Indexed 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 server
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.popp-mcp]
url = "https://joinpopp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"popp-mcp": {
"type": "http",
"url": "https://joinpopp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: popp-mcp
Remote MCP URL: https://joinpopp.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": {
"popp-mcp": {
"url": "https://joinpopp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"popp-mcp": {
"type": "http",
"url": "https://joinpopp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "popp-mcp",
"transport": "streamable-http",
"url": "https://joinpopp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_info— Return a live snapshot of Popp sourced from the site's own database — the published use cases, case studies, and customer testimonials — plus core facts (name, website, key pages).list_use_cases— List Popp's published recruitment automation use cases (screening, scheduling, onboarding, outreach, compliance, etc.) as shown live on popp.ai.get_use_case— Get the full detail (headline, blurb, bullets, metric) for a single published Popp use case by its id/slug.list_case_studies— List Popp's published customer case studies with a short blurb.