Marketing
joinpopp.com
Retrieves live company information, use cases, and case studies from Popp's website for recruitment automation.
ENDPOINT 1
https://joinpopp.com/mcp
MCP server metadata
- Name
- popp-mcp
- Version
- 0.2.0
Public tools that describe Popp — the conversation engine for recruitment teams. Use `get_company_info` for an overview, `list_use_cases` / `get_use_case` for Popp's recruitment use cases, and `list_case_studies` / `get_case_study` for published customer case studies.
Known tools 5
get_company_infoReturn 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).
Inferred read-onlylist_use_casesList Popp's published recruitment automation use cases (screening, scheduling, onboarding, outreach, compliance, etc.) as shown live on popp.ai.
Inferred read-onlyget_use_caseGet the full detail (headline, blurb, bullets, metric) for a single published Popp use case by its id/slug.
Inferred read-onlyget_case_studyGet the full published case study for Popp by slug — hero title, lede, quote, narrative sections, and stats.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for joinpopp.com was fetched 2026-08-04T02:16:53.093Z and is being refreshed.
joinpopp.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.