← All agents
Connect GitHub Copilot to Shorty
Add Shorty to the same `.vscode/mcp.json` MCP config Copilot Chat reads.
1. GitHub Copilot Chat reads the same VS Code MCP config
.vscode/mcp.json{ "servers": { "shorty": { "type": "http", "url": "https://aishorty.com/api/mcp" } } }
Verify it worked
Call the MCP tool `get_usage_quota` (or `curl -s https://aishorty.com/v1/usage -H "Authorization: Bearer $SHORTY_API_KEY"` for the REST API)
Success: A JSON body naming a plan (Free, Premium, or Pro) and usage limits — not a 401 or a tool-not-found error.