LIVE ENDPOINT
https://vibesanalytics.com/api/mcp
Connect to this endpoint to inspect the live schema for vibes_register and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
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.vibesanalytics]
url = "https://vibesanalytics.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibesanalytics": {
"type": "http",
"url": "https://vibesanalytics.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibesanalytics
Remote MCP URL: https://vibesanalytics.com/api/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": {
"vibesanalytics": {
"url": "https://vibesanalytics.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibesanalytics": {
"type": "http",
"url": "https://vibesanalytics.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibesanalytics",
"transport": "streamable-http",
"url": "https://vibesanalytics.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vibetraker_get_setup_plan— Inspect a project's real state (domain set?vibetraker_create_project— Create a project (a site or app to track) and seed its canonical event schema.vibetraker_connect_provider— Connect an analytics/ad provider.vibetraker_get_connection_status— List this workspace's provider connections and their status (pending_oauth, active, expired, error).vibetraker_list_projects— List all projects in the workspace.vibetraker_get_integration_contract— The install blueprint for a project: @vibetraker/js owned-events snippet, canonical events with call sites, and any connected provider (GA4) gtag install + mappings.vibetraker_instrument_app— Return a ready-to-apply install kit so you can instrument this app in one pass: a dependency-free autocapture component (fires session_started + page_viewed automatically, ingest_key baked in, no npm install) plus the conversion track() calls to place at the app's REAL handlers (signup/purchase/etc).vibetraker_validate_tracking— Check which canonical events have fired recently.