AgentsKit Registry

Official
TypeScript

Discover source-owned AI agents, inspect their capabilities and files, and get exact commands to copy implementations into AgentsKit projects. No API key required.

About AgentsKit Registry MCP Server

Discover source-owned AI agents, inspect their capabilities and files, and get exact commands to copy implementations into AgentsKit projects. No API key required.

Features

Tools

Transport

streamable-http
Getting Started

Add https://registry.agentskit.io/api/mcp as a custom remote MCP connector in a client that supports Streamable HTTP. No API key or local package is required. Then call list_agents or search_agents, inspect a result with get_agent, and use get_install_command to copy it into an AgentsKit project.

Tools (4)
Functions this server exposes to AI clients

list_agents

List all agents in the AgentsKit registry. Optionally filter by category.

get_agent

Get the full bundle for one agent: metadata, env, skill, and source files.

search_agents

Search agents by free-text query, category, tag, or runnable flag.

get_install_command

Get the exact install command and a usage snippet for an agent.

Compatible With
Claude Desktop