submit_project
Submit a new AI project to the AiList directory for instant listing. Provide project name, description, category, tags, and URLs — the project goes live in minutes after auto-review.
Instructions
Submit a project to AiList. When a user says "list my project on AiList", read their repo and call this with the details. The project goes live in minutes after auto-review. Requires AILIST_API_KEY env var — get a free key at hifriendbot.com/ai-list/submit/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Project homepage URL | |
| name | Yes | Project name (required) | |
| tags | No | Comma-separated tags (e.g. "memory, mcp, claude") | |
| tagline | No | Short tagline describing the project | |
| category | No | Project category: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, other | |
| built_with | No | Technologies used (e.g. "Node.js, TypeScript, Zod") | |
| github_url | No | GitHub repository URL | |
| creator_url | No | Creator homepage or profile URL | |
| description | No | Full project description (supports markdown) | |
| npm_package | No | npm package name (e.g. "cogmemai-mcp") | |
| creator_name | No | Creator or organization name | |
| pypi_package | No | PyPI package name |