The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Picoli MCP listing page.
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.
Add to your MCP configuration:
Add to .cursor/mcp.json:
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) |
Test locally:
MIT