← hellocrossman.com
INDIVIDUAL MCP TOOL
get_lead_activity
Get detailed activity history for a specific visitor/lead.
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.hellocrossman-com]
url = "https://hellocrossman.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hellocrossman-com": {
"type": "http",
"url": "https://hellocrossman.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hellocrossman-com
Remote MCP URL: https://hellocrossman.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": {
"hellocrossman-com": {
"url": "https://hellocrossman.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hellocrossman-com": {
"type": "http",
"url": "https://hellocrossman.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hellocrossman-com",
"transport": "streamable-http",
"url": "https://hellocrossman.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_blog_posts— List all published blog posts with slug, title, category, tags, publishedAt, excerpt, readTimeget_blog_post— Get a full blog post by slug including content, metadata, and SEO fieldscreate_blog_post— Create a new blog post.update_blog_post— Update an existing blog post by slug.delete_blog_post— Delete a blog post by sluglist_case_studies— List all case studies with slug, name, tagline, description, metrics, techStackget_case_study— Get full case study by sluglist_tools— List all tools/lead magnets with slug, name, tagline, description, url, metrics