anthropic-connector-submit

anthropic-connector-submit is a skill for Claude Code, Codex from lucaperret/agent-skills. It costs 139 tokens per session (2,147 once invoked), scanned A, original, MIT.

A preparation and submission guide for listing an MCP server in Anthropic's Connectors Directory. The directory is a marketplace where Claude users can discover connections to outside services.

In plain words
What is it for?
Use it to prepare an MCP server for submission, complete the directory form, and check that prerequisites such as HTTPS, OAuth, policies, annotations, and testing are ready.
Why use it?
It gathers the technical, legal, support, testing, and example-prompt requirements needed before submitting a connector.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Good fit Use it to prepare an MCP server for submission, complete the directory form, and check that prerequisites such as HTTPS, OAuth, policies, annotations, and testing are ready.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lucaperret/agent-skills/anthropic-connector-submit
Install

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.

Any agent
npx skills add lucaperret/agent-skills --skill anthropic-connector-submit
Clone the repo
git clone --depth 1 https://github.com/lucaperret/agent-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for anthropic-connector-submit

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucaperret/agent-skills/anthropic-connector-submit/github.svg)](https://agentmods.dev/skills/lucaperret/agent-skills/anthropic-connector-submit)
Your own site
<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.

agentmods 80×15 button for anthropic-connector-submit

Your own site · 80×15
<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>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,147 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash cefa3eef0efa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/anthropic-connector-submit/SKILL.md · 234 lines

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."

Read the full file on GitHub · 234 lines

Changes

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.

  1. 10d ago First seen · 234 lines · 139 tokens per session scan A cefa3eef0efa

Subscribe to this mod's changes

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.

Related

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…

ericrisco/rsc-harness · 83 tokens

troubleshoot-tcc

A troubleshooting guide for macOS permissions that control access to Calendar and Reminders.

PsychQuant/che-ical-mcp · 119 tokens

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…

SpillwaveSolutions/automating-mac-apps-plugin · 71 tokens

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.

SpillwaveSolutions/automating-mac-apps-plugin · 75 tokens

olk

Microsoft Outlook and OneDrive CLI and MCP for email, calendar, contacts, tasks, and files, for personal and enterprise accounts.

rlrghb/olkcli · 28 tokens

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…

SpillwaveSolutions/automating-mac-apps-plugin · 78 tokens