← thatsme.com.br
INDIVIDUAL MCP TOOL
get_engagement_funnel
Get the engagement funnel for a specific event: how many certificates were issued, accepted, viewed, shared on LinkedIn, and clicked on recommendations.
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.thatsme-com-br]
url = "https://mcp.thatsme.com.br/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"thatsme-com-br": {
"type": "http",
"url": "https://mcp.thatsme.com.br/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: thatsme-com-br
Remote MCP URL: https://mcp.thatsme.com.br/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": {
"thatsme-com-br": {
"url": "https://mcp.thatsme.com.br/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"thatsme-com-br": {
"type": "http",
"url": "https://mcp.thatsme.com.br/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "thatsme-com-br",
"transport": "streamable-http",
"url": "https://mcp.thatsme.com.br/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search events created by your organization in thatsme.issue_certificates— Issue digital certificates to a list of recipients for a specific event.list_recipients— List recipients for a specific event with their certificate status (pending, accepted, refused).export_csv— Export emission data for all events as a CSV file.validate_retroactive_achievement— Issue an official retroactive certificate (Post) from a user-submitted unverified Achievement.