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 lucaperret/agent-skills --skill anthropic-connector-submitgit clone --depth 1 https://github.com/lucaperret/agent-skillsWrote 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/lucaperret/agent-skills/anthropic-connector-submit)<a href="https://agentmods.dev/skills/lucaperret/agent-skills/anthropic-connector-submit"><img src="https://agentmods.dev/badge/skills/lucaperret/agent-skills/anthropic-connector-submit/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/lucaperret/agent-skills/anthropic-connector-submit"><img src="https://agentmods.dev/badge/skills/lucaperret/agent-skills/anthropic-connector-submit.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.00139 | $0.02147 |
| Opus 5 | $0.00069 | $0.01073 |
| Sonnet 5 | $0.00028 | $0.00429 |
| Haiku 4.5 | $0.00014 | $0.00215 |
Grade A, and why
anthropic-connector-submit scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Submit to Anthropic Connectors Directory
Get your MCP server listed alongside Gmail, Notion, and Slack in Claude's official connector marketplace. This covers the complete submission process — from technical requirements to filling out the 6-page form.
Prerequisites checklist
Before submitting, your server must meet ALL of these. Missing any one will delay or reject your submission.
- MCP server is live, deployed, and accessible via HTTPS
- OAuth 2.0 implemented (if auth required)
- All tools have safety annotations (
readOnlyHint,destructiveHint) - All tools have human-readable titles
- Privacy policy published at a public URL
- Terms of service published at a public URL
- Support channel (GitHub issues or email)
- At least 3 example prompts prepared
- Test account with sample data ready
- Server tested end-to-end on Claude Desktop or claude.ai
The submission form
Submit at: https://docs.google.com/forms/d/e/1FAIpQLSeafJF2NDI7oYx1r8o0ycivCSVLNq92Mpc1FPxMKSw1CzDkqA/viewform
The form has 6 pages. Here's what to put in each field.
Page 1: Submission Details
Company Information:
- Company/Organization Name — Your name or company
- Company/Organization URL — Your website
- Primary Contact Name — Your full name
- Primary Contact Email — Your email (reviewers will contact you here)
- Primary Contact Role — e.g., "Creator & Maintainer"
- Anthropic Point of Contact — Leave blank unless you know someone
Server Details:
- MCP Server Name — Short name, no "MCP" or "Server" in it (e.g., "Tidal", not "Tidal MCP Server")
- MCP Server URL — Select "Universal URL", then enter your endpoint (e.g.,
https://example.com/api/mcp) - Tagline — Max 55 characters. Format: "Verb your thing with Claude" (e.g., "Search, play, and manage your Tidal music library")
MCP Server Description (50-100 words, shown in-app): Template: "[Action] your [service] directly from Claude. [Key capabilities in 2-3 sentences]. [Number] tools covering [categories]. OAuth authentication with your own [service] account."
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 · 234 lines · 139 tokens per session scan A cefa3eef0efa
anthropic-connector-submit is a skill published in the GitHub repository lucaperret/agent-skills (6 stars, last pushed 5mo ago), licensed MIT. It adds 139 tokens to every session and 2,147 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
calendar-scheduling
Use when a product needs a booking surface — a pick-a-slot page, a Cal.com/Calendly embed, or real availability plus the confirmed meeting written to Google/Outlook — or when fixing double-booking, DST drift, or orphaned reschedule events. NOT calendar CRUD with no booking surface (that is google-workspace), NOT the…
troubleshoot-tcc
A troubleshooting guide for macOS permissions that control access to Calendar and Reminders.
automating-chrome
Automates Google Chrome and Chromium-based browsers via JXA with AppleScript dictionary discovery. Use when asked to "automate Chrome tabs", "control browser with JXA", "Chrome AppleScript automation", "Chromium browser scripting", or "browser tab management". Covers windows, tabs, execute(), tunneling patterns, and…
automating-mac-apps
Automates macOS apps via Apple Events using AppleScript (discovery), JXA (legacy), and PyXA (modern Python). Use when asked to "automate Mac apps", "write AppleScript", "JXA scripting", "osascript automation", or "PyXA Python automation". Foundation skill for all macOS app automation.
olk
Microsoft Outlook and OneDrive CLI and MCP for email, calendar, contacts, tasks, and files, for personal and enterprise accounts.
automating-reminders
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JXA Reminders scripting", or "manage reminders via automation". Covers list/reminder management, filtering with 'whose' queries, efficient creation via constructors and…