← usereachout.com
INDIVIDUAL MCP TOOL
get_analytics_overview
Aggregate visitor analytics (unique visitors, sessions, pageviews, bounce rate, avg session duration in ms) + daily series for the active organization.
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.usereachout-com]
url = "https://reachout-pulse-api.usereachout.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usereachout-com": {
"type": "http",
"url": "https://reachout-pulse-api.usereachout.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usereachout-com
Remote MCP URL: https://reachout-pulse-api.usereachout.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": {
"usereachout-com": {
"url": "https://reachout-pulse-api.usereachout.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usereachout-com": {
"type": "http",
"url": "https://reachout-pulse-api.usereachout.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usereachout-com",
"transport": "streamable-http",
"url": "https://reachout-pulse-api.usereachout.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_current_organization— Return the organization currently in use for this MCP session.list_organizations— List all organizations the authenticated user is a member of.switch_organization— Switch the active organization for this MCP session.get_organization_timezone— Return the active organization timezone metadata.set_organization_timezone— Set the active organization IANA timezone.list_timezones— List supported IANA timezone names for organization timezone configuration.list_contacts— Query contacts in the active organization with filters, sort, and free-text search.list_contact_fields— List the user-editable contact fields registered for the active organization.