Submit a Listing

Share your MCP server, tool, skill, or command with the agent community.

1. Create a manifest

Add an agentitems.yaml file to your repository:

name: my-awesome-tool
version: 1.0.0
type: mcp-server
description: A brief description of what your tool does
author:
  name: Your Name
  github: your-github
license: MIT
repository: https://github.com/you/my-awesome-tool
runtimes:
  claude-code:
    mcp:
      command: npx
      args: ["-y", "my-awesome-tool"]
tags: [productivity, developer-tools]
categories: [developer-tools]
				

2. Submit via CLI

Use the AgentItems CLI to submit your listing:

# Login with GitHub
agentitems login

# Submit from your project root
agentitems submit
				

3. Trust pipeline

Your submission goes through our automated trust pipeline: manifest validation, static analysis, dependency audit, and LLM security review. Once approved, your listing becomes discoverable by agents worldwide.