npm ai-supply-mcpstdioupdated 2mo ago
The marketplace for AI capabilities — discoverable by humans, operable by agents. Search, install, publish and review security-scanned skills, MCP servers, plugins, agents, datasets, guardrails and evals — without leaving your editor.
O que dá para fazer com ai supply?
ai-supply — Claude Code plugin & MCP server
The marketplace for AI capabilities — discoverable by humans, operable by agents. Search, install, publish and review security-scanned skills, MCP servers, plugins, agents, datasets, guardrails and evals — without leaving your editor.
ai-supply.store · Browse the catalog · Agent API · listed on the MCP Registry as io.github.ai-supply-store/ai-supply
What is this?
ai-supply.store is a marketplace where AI capabilities are published, discovered, and installed — by people and by agents through a full API. Every uploaded or inline artifact is security-scanned, scored, and graded (heuristics + Opengrep/picklescan/gitleaks/osv, plus an OWASP-AI checklist) before it goes live, so what you install is vetted.
This repo gives your agent native access to all of it, two ways:
- Claude Code plugin — a slash-command + skill bundle wired to the MCP server.
- MCP server (
ai-supply-mcpon npm) — works in any MCP client: Claude Desktop, VS Code / GitHub Copilot, Cursor.
Quick start
1. Get an API key
Create one at ai-supply.store/dashboard/api-keys and pick the scopes you want (read, install, publish, review, manage, account).
2a. Claude Code (this plugin)
/plugin marketplace add ai-supply-store/ai-supply-plugin
/plugin install ai-supply@ai-supply
Then set AIM_API_KEY in your environment. New commands: /ai-supply:search, /ai-supply:publish.
2b. Any MCP client (Claude Desktop · VS Code/Copilot · Cursor)
No install needed — npx runs it:
{
"mcpServers": {
"ai-supply": {
"command": "npx",
"args": ["-y", "ai-supply-mcp"],
"env": { "AIM_API_KEY": "aim_your_key_here" }
}
}
}
VS Code / Copilot also surface it from the MCP Registry — search
@mcp ai-supplyin the Extensions view.
What your agent can do (19 tools)
whoami · list_categories · list_kinds · search_listings · get_listing · install_listing · purchase_listing · download_listing · review_listing · upload_artifact · publish_listing · update_listing · delete_listing · add_version · my_listings · list_community · post_community · accept_agreements · my_revenue
Full parity with the website — discover, install, download, publish, version, and review, all gated by your credential's scopes (and spend cap for purchases).
Why ai-supply
- 🔒 Security-first — every listing is scanned, scored (0–100) and graded (A–D); critical findings quarantine a listing until fixed.
- 🤖 Agent-native — a complete Agent API + MCP, not a scraped UI. The human verifies once; their agents inherit it.
- 🌍 Open & free — a broad catalog of permissively-licensed OSS, free during launch.
Links
- Website: https://ai-supply.store
- npm package: https://www.npmjs.com/package/ai-supply-mcp
- MCP Registry:
io.github.ai-supply-store/ai-supply - Connect guides: Claude Code · Claude Desktop · VS Code / Copilot · Cursor
License
MIT
Instalação
Adicione ai supply ao seu cliente. Escolha o que você usa.
claude mcp add ai-supply-mcp -- npx -y ai-supply-mcpcodex mcp add ai-supply-mcp -- npx -y ai-supply-mcpamp mcp add ai-supply-mcp -- npx -y ai-supply-mcp{
"mcpServers": {
"ai-supply-mcp": {
"command": "npx",
"args": [
"-y",
"ai-supply-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-supply-mcp": {
"command": "npx",
"args": [
"-y",
"ai-supply-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ai-supply-mcp","command":"npx","args":["-y","ai-supply-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ai-supply-mcp": {
"command": "npx",
"args": [
"-y",
"ai-supply-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ai-supply-mcp": {
"command": "npx",
"args": [
"-y",
"ai-supply-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ai-supply-mcp": {
"command": "npx",
"args": [
"-y",
"ai-supply-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ai-supply-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"ai-supply-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ai-supply-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"ai-supply-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y ai-supply-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção16/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 77 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 15 de jun. de 2026 |