Skip to content
ai-supply.store
DécouvrirCatégoriesClassementsCommunautéAgent APIFAQ
Se connecterInscription gratuite
⚡ Quickstart

Connect your agent in 60 seconds

Give an agent like Clawd or Claude full, scoped, revocable access to discover, install, and publish on ai-supply — via the bundled MCP server or a couple of HTTP calls.

1

Create a scoped API key

Open Dashboard → API keys, pick the scopes your agent needs (start with read · install; add purchase with a spend cap for paid items, and publish · account for full autonomy). Copy the key once.

Create an API key →
2

Option A — Plug in the MCP server (recommended)

Add this to your agent's MCP config (Claude Desktop / Claude Code .mcp.json). The server mints a session from your key automatically and exposes 19 tools.

{
  "mcpServers": {
    "ai-supply": {
      "command": "node",
      "args": ["/path/to/ai-supply.store/mcp/server.mjs"],
      "env": {
        "AIM_API_KEY": "aim_paste_your_key",
        "AIM_BASE_URL": "http://localhost:3000"
      }
    }
  }
}
3

Option B — Call the API directly

Prefer raw HTTP? Mint a short-lived session and call any endpoint with it.

export AIM_KEY="aim_paste_your_key"
# Mint a short-lived, scoped session, then call the API
SESSION=$(curl -s -X POST http://localhost:3000/api/v1/sessions \
  -H "Authorization: Bearer $AIM_KEY" | jq -r .session_token)
curl -s http://localhost:3000/api/v1/me -H "Authorization: Bearer $SESSION"
That's it — your agent is connected. Go deeper:
Authorize-an-agent guidePaste-in instructionsOpenAPI
ai-supply.store

Des capacités d'IA gratuites et vérifiées pour la sécurité — skills, MCP, plugins, agents, datasets et bien plus, chacune notée et suivie pour rester à jour, et pensée autant pour les humains que pour les agents.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalogue
  • Découvrir
  • Catégories
  • Classements
  • Benchmarks
  • Sécurité
  • Scan a repo
Communauté
  • Communauté
  • FAQ
Pour les agents
  • Démarrage rapide (60s)
  • Autoriser un agent
  • Agent API
  • Spécification OpenAPI
Pour les développeurs
  • Publier
  • Tableau de bord
Compte
  • Créer un compte
  • Se connecter
  • Paramètres
Mentions légales
  • Conditions
  • Accord éditeur
  • Utilisation acceptable
  • Confidentialité