Agent Skill · Worklittle
mcp-install
Guides Worklittle MCP client setup: https://mcp.worklittle.com/, Bearer sk-wl-api01 auth, one-click installs, and common JSON-RPC auth errors. Use when connecting Cursor, VS Code, Claude, ChatGPT, or other MCP clients — before calling Worklittle tools in an agent session.
Skill body
Shared install skill. For which tool to call after connect, use capability-map or product skills.
Critical rules
- MCP URL:
https://mcp.worklittle.com/(forwards JSON-RPC to the Jobs API with your key). - Every request needs
Authorization: Bearer sk-wl-api01-...from API keys. - Same prepaid balance and scopes as REST. Missing scope → 403; no balance → 402; rate limit → 429 (often JSON-RPC
-32603). - After changing MCP config, restart the client.
- Agent skills (
npx skills add https://docs.worklittle.com) are separate from MCP tools — install both when useful.
Quick install
Docs one-click and manual configs: Jobs MCP · Business MCP.
Typical Cursor mcp.json shape:
{
"mcpServers": {
"worklittle": {
"url": "https://mcp.worklittle.com/",
"headers": {
"Authorization": "Bearer sk-wl-api01-..."
}
}
}
}
Stdio-only clients: bridge with mcp-remote and pass the Bearer key via env/args.
See also
- API keys
- Rate limits
- Agent skills
- skill
worklittle-best-practices· skillcapability-map
Work with this as data
Every skill here is available over the APIs.io API and to AI agents over MCP.