← measure.events

INDIVIDUAL MCP TOOL

create_site

Create a new site in Measure.

measure.eventsnone authenticationAvailability not checked

LIVE ENDPOINT

https://lets.measure.events/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_site 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.

Parent server

measure.events

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.measure-events]
url = "https://lets.measure.events/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "measure-events": {
      "type": "http",
      "url": "https://lets.measure.events/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: measure-events
Remote MCP URL: https://lets.measure.events/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": {
    "measure-events": {
      "url": "https://lets.measure.events/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "measure-events": {
      "type": "http",
      "url": "https://lets.measure.events/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "measure-events",
  "transport": "streamable-http",
  "url": "https://lets.measure.events/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_site_analytics — Get analytics data for a Measure.
  • get_site_summary — Get a natural language summary of site analytics for the last 7 days, including week-over-week trends.
  • get_insights — Get proactive insights and anomaly detection for a site — traffic spikes, drops, new referrers.
  • track_event — Track a pageview or event on a site.
  • log_checkin — Log agent activity to a site's analytics.