Picoli Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Picoli Mcp (Plugin) 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.
MCP server for picoli.site — URL shortening and click analytics for AI agents.
Shorten URLs, track clicks, and analyze link performance directly from your AI assistant.
Create an account at picoli.site and get your API key from the dashboard.
#### Claude Desktop / Claude Code
Add to your MCP configuration:
{
"mcpServers": {
"picoli": {
"command": "npx",
"args": ["-y", "picoli-mcp"],
"env": {
"PICOLI_API_KEY": "your-api-key-here"
}
}
}
}#### Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"picoli": {
"command": "npx",
"args": ["-y", "picoli-mcp"],
"env": {
"PICOLI_API_KEY": "your-api-key-here"
}
}
}
}shorten_urlCreate a short URL with an optional custom slug.
Example prompts:
shorten_urlsCreate multiple short URLs at once (up to 500).
Example prompts:
get_link_statsGet click statistics for specific links (bot traffic excluded).
Example prompts:
list_linksList all shortened URLs with click counts and pagination.
Example prompts:
get_analyticsGet analytics overview: top 10 links, daily click trends, and totals.
Example prompts:
| Variable | Required | Default | Description |
|---|---|---|---|
PICOLI_API_KEY | Yes | — | Your picoli.site API key |
PICOLI_BASE_URL | No | https://picoli.site | API base URL (for self-hosted instances) |
git clone https://github.com/yun/picoli-mcp.git
cd picoli-mcp
npm install
npm run buildTest locally:
PICOLI_API_KEY=your-key npx tsx src/index.tsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.