Copilot Usage Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Copilot Usage Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server that exposes your GitHub Copilot premium request usage as a tool, broken down by model and cost.
Provides a single MCP tool — get_usage_current_month — that fetches your Copilot premium request usage from the GitHub API and returns a formatted summary showing requests, cost per unit, gross amount, and net amount per model.
manage_billing:copilot scope pip install -r requirements.txt export GITHUB_PAT=your_github_pat
export GITHUB_USERNAME=your_github_username python server.pyTo use with Claude Desktop or another MCP client, add this to your MCP config:
{
"mcpServers": {
"copilot-usage-mcp": {
"command": "python",
"args": ["/path/to/copilot-usage-mcp/server.py"],
"env": {
"GITHUB_PAT": "your_github_pat",
"GITHUB_USERNAME": "your_github_username"
}
}
}
}get_usage_current_monthFetches the current month's Copilot premium request usage and returns a formatted breakdown by model.
Example output:
Copilot Premium Request Usage for octocat — 3/2026
──────────────────────────────────────────────────
Model : gpt-4o
Requests : 42
Per Unit : $0.04
Gross : $1.68
You Paid : $1.68
──────────────────────────────────────────────────
Total Requests : 42
Total Gross : $1.68
Total You Paid : $1.68MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.