← WebMCP Directory

analytics-dashboard

analytics-dashboard

demo Unverified (seed import) Developer Tools 1 tools imperative implementation

Chrome Labs analytics dashboard demo

First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com

Answer 1 · Act 0 · Transact 0 · Score: Not yet scored

Tool inspector

query

answer imperative

Query the server logs. Sets all filters and visualization in one atomic call — every parameter is always applied together, so no stale state can carry over from a previous query. FILTERS (all optional — omit or pass null to leave unfiltered): status — HTTP status code: '200' | '201' | '301' | '304' | '401' | '403' | '404' | '500' method — HTTP verb: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS' pathSearch — substring matched against the request URL path, e.g. '/api' dateFrom — start date inclusive, YYYY-MM-DD (resolve "last week", "yesterday", etc. before calling) dateTo — end date inclusive, YYYY-MM-DD AGGREGATION (required): groupBy — dimension to group by: 'date' | 'status' | 'method' | 'path' | 'country' | 'user_agent' measure — metric to compute: 'count' (requests) | 'bytes' (bandwidth) | 'unique_ips' CHART (required): chartType — 'line' (trends over time, best with groupBy=date) | 'bar_vertical' | 'bar_horizontal' | 'table' (raw rows, groupBy/measure ignored)

Input schema

PropertyTypeRequiredDescription
status string no HTTP status filter. Omit for no filter.
method string no HTTP method filter. Omit for no filter.
pathSearch string no URL path substring filter. Omit for no filter.
dateFrom string no Start date YYYY-MM-DD. Omit for no lower bound.
dateTo string no End date YYYY-MM-DD. Omit for no upper bound.
groupBy string yes Dimension to group results by.
measure string yes Metric to compute: count (requests), bytes (bandwidth), or unique_ips.
chartType string yes Chart type. Use line for trends over time (best with groupBy=date). Use table for raw rows (groupBy/measure ignored).
Raw JSON schema
{
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "HTTP status filter. Omit for no filter."
    },
    "method": {
      "type": "string",
      "description": "HTTP method filter. Omit for no filter."
    },
    "pathSearch": {
      "type": "string",
      "description": "URL path substring filter. Omit for no filter."
    },
    "dateFrom": {
      "type": "string",
      "description": "Start date YYYY-MM-DD. Omit for no lower bound."
    },
    "dateTo": {
      "type": "string",
      "description": "End date YYYY-MM-DD. Omit for no upper bound."
    },
    "groupBy": {
      "type": "string",
      "enum": [
        "date",
        "status",
        "method",
        "path",
        "country",
        "user_agent"
      ],
      "description": "Dimension to group results by."
    },
    "measure": {
      "type": "string",
      "enum": [
        "count",
        "bytes",
        "unique_ips"
      ],
      "description": "Metric to compute: count (requests), bytes (bandwidth), or unique_ips."
    },
    "chartType": {
      "type": "string",
      "enum": [
        "line",
        "bar_vertical",
        "bar_horizontal",
        "table"
      ],
      "description": "Chart type. Use line for trends over time (best with groupBy=date). Use table for raw rows (groupBy/measure ignored)."
    }
  },
  "required": [
    "groupBy",
    "measure",
    "chartType"
  ]
}

Similar websites

persona-chat.dev

persona-chat.dev

Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…

live Unverified Developer Tools Transact tools
42 tools A10 / Act29 / T3 Not yet scored Seen 2026-08-27
get_theme_overview set_brand_colors assign_color_role set_typography set_roundness
Inspect tools
demos.telerik.com

demos.telerik.com

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

live Unverified Developer Tools
30 tools A1 / Act29 / T0 Not yet scored Seen 2026-08-27
warehouse-map-map-set-center warehouse-map-map-set-zoom warehouse-map-map-add-marker warehouse-map-map-clear-markers inventory-sheet-spreadsheet-set-cell
Inspect tools
bandarra.me

bandarra.me

WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…

demo Unverified Developer Tools Transact tools
27 tools A12 / Act14 / T1 Not yet scored Seen 2026-08-27
list_skills read_skill read read_selection search
Inspect tools
admintoolkit.io

admintoolkit.io

admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.

live Unverified Developer Tools
24 tools A2 / Act22 / T0 Not yet scored Seen 2026-08-27
admintoolkit_check_ai_crawler_access admintoolkit_validate_llms_txt admintoolkit_validate_a2a_agent_card admintoolkit_validate_webmcp_tool admintoolkit_check_mx_records
Inspect tools

Related on Influzer