Append-only telemetry helpers — track_start and track_end
What it says
The record the registry holds
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.dailyaiagents-cpu/skill-invocation-tracker",
"description": "Append-only telemetry helpers — track_start and track_end",
"repository": {
"url": "https://github.com/dailyaiagents-cpu/dailyai-os",
"source": "github",
"subfolder": "skills/skill-invocation-tracker"
},
"version": "0.1.0",
"websiteUrl": "https://usedailyai.com",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.dailyaiagents.federation": {
"capability_tags": [
"daily",
"invocation",
"skill",
"tracker"
],
"full_description": "Append-only telemetry helpers — track_start and track_end. Adds two-line instrumentation to any skill so the catalog produces measurable invocation counts, success rates, and median wallclock. Read by skill-stats reporter daily to identify dead skills (0 invocations in 30d) and hot skills (>10/day).",
"license": "MIT",
"owner_agent": "ops",
"partner_share_pct": 15,
"royalty_attribution_urn": "urn:dailyaiagents:hub:skill-invocation-tracker",
"settlement_currency": "USD",
"spec_version": "1.0",
"tracker_endpoint": "https://hub.dailyaiagents.com/v1/telemetry"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-11T22:42:17.29468Z",
"publishedAt": "2026-05-11T22:42:17.29468Z",
"updatedAt": "2026-05-11T22:42:17.29468Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.