Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add nks-hub/rybbit-mcp --skill rybbit-mcpgit clone --depth 1 https://github.com/nks-hub/rybbit-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nks-hub/rybbit-mcp/rybbit-mcp)<a href="https://agentmods.dev/skills/nks-hub/rybbit-mcp/rybbit-mcp"><img src="https://agentmods.dev/badge/skills/nks-hub/rybbit-mcp/rybbit-mcp/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nks-hub/rybbit-mcp/rybbit-mcp"><img src="https://agentmods.dev/badge/skills/nks-hub/rybbit-mcp/rybbit-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00150 | $0.11095 |
| Opus 5 | $0.00075 | $0.05548 |
| Sonnet 5 | $0.00030 | $0.02219 |
| Haiku 4.5 | $0.00015 | $0.01110 |
Grade B, and why
rybbit-mcp scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Add to `~/.claude/settings.json` or project `.claude/settings.json`: How it starts
The opening of the file, as written. The whole thing — 1,014 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rybbit Analytics MCP Server
1. Purpose & Context
Rybbit is a privacy-first, open-source web analytics platform — a self-hosted alternative to Google Analytics. Data is stored in ClickHouse + PostgreSQL. Tracking is done via a JavaScript snippet, TypeScript SDK (@nks-hub/rybbit-ts), or Flutter SDK (rybbit_flutter_sdk).
This MCP server exposes 31 tools that let Claude query any Rybbit Analytics instance directly — no dashboard needed. Claude can retrieve traffic overviews, drill into sessions and users, analyze funnels and goals, investigate errors, audit Core Web Vitals performance, track custom events, and manage sites.
Package: @nks-hub/rybbit-mcp v0.5.2
Stack: TypeScript, @modelcontextprotocol/sdk v1.27+, Zod, Node.js 18+
Transport: StdioServerTransport (local, for Claude Code)
2. Configuration
Environment Variables
| Variable | Required | Description |
|---|---|---|
RYBBIT_URL |
Yes | Base URL of the Rybbit instance (e.g., https://analytics.example.com) |
RYBBIT_API_KEY |
Recommended | API key for Bearer token authentication |
RYBBIT_EMAIL |
Alternative | Email for email/password auth (uses better-auth session cookies) |
RYBBIT_PASSWORD |
Alternative | Password for email/password auth |
Claude Code MCP Config
Add to ~/.claude/settings.json or project .claude/settings.json:
{
"mcpServers": {
"rybbit": {
"command": "npx",
"args": ["-y", "@nks-hub/rybbit-mcp"],
"env": {
"RYBBIT_URL": "https://your-rybbit-instance.com",
"RYBBIT_API_KEY": "your-api-key"
}
}
}
}
Or from a local clone:
{
"mcpServers": {
"rybbit": {
"command": "node",
"args": ["/path/to/rybbit-mcp/build/index.js"],
"env": {
"RYBBIT_URL": "https://analytics.example.com",
"RYBBIT_API_KEY": "your-api-key"
}
}
}
}
3. Workflow: Getting Started
- Always start with
rybbit_list_sitesto discover available sites and their IDs. - Use
rybbit_get_overviewwith a site ID for a quick traffic summary. - Drill into specific areas as needed: metrics, sessions, users, events, errors, performance.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 1,014 lines · 150 tokens per session scan B e6edc3ce3a78
rybbit-mcp is a skill published in the GitHub repository nks-hub/rybbit-mcp (4 stars, last pushed 2mo ago), licensed MIT. It adds 150 tokens to every session and 11,095 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…
client-scripts
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
split-to-prs
Split current work into small reviewable PRs. Use when the user asks to split a chat, set of changes, branch, or PR.
agreement-setup
Set up a bKash tokenized agreement for repeat charges and check its status.
planfix-api
A Planfix CRM integration for managing tasks and contacts. A CRM is a system for organizing customer and business relationships.
maya-shot-export
Pipeline stage — shot-level export: frame ranges, cameras, FBX / Alembic packaging for editorial. Use when packaging shot data for downstream departments. Not for full pipeline publish (maya-pipeline) or scene assembly (maya-scene-assembly).