Connects Claude to picoli.site's URL shortening service with full analytics access. You get five tools: shorten single or bulk URLs (up to 500 at once), optionally with custom slugs, retrieve click stats for specific links with bot filtering, list all your shortened URLs with sorting and pagination, and pull analytics overviews showing top performers and daily trends over custom date ranges. Requires a picoli.site API key from your dashboard. Useful when you're managing marketing campaigns, tracking link performance in reports, or need Claude to generate and monitor short links without leaving the conversation.
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:
{
"mcpServers": {
"picoli": {
"command": "npx",
"args": ["-y", "picoli-mcp"],
"env": {
"PICOLI_API_KEY": "your-api-key-here"
}
}
}
}
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 build
Test locally:
PICOLI_API_KEY=your-key npx tsx src/index.ts
MIT
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog