Mmcp.market

AgentsKit Registry MCP server

by AgentsKit-io·io.github.AgentsKit-io/agentskit-registry·v1.0.0

Discover open-source AI agents and get source-owned installation instructions through MCP.

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
Growing

5 stars

Reviews

Write one

Nobody has reviewed AgentsKit Registry yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

AgentsKit Registry tools (4)

write = sends, deletes, buys or posts
  • get_agentFree

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

  • get_install_commandFree

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

  • list_agentsFree

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

  • search_agentsFree

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

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 604ms20/20
  • Tool poisoning4 tool descriptions checked15/15
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the AgentsKit Registry repository's README, as published. We do not edit it. Read it on GitHub

AgentsKit Registry

Profile: top-level-repository

Copy a production-minded AI agent into your project and own the source. AgentsKit Registry is a shadcn-style catalog of 346 validated agents built with AgentsKit. It adds no Registry runtime and no lock-in: the CLI copies readable TypeScript that your team can review and edit.

It is intended for teams that want a ready agent starting point without adopting a proprietary registry runtime.

Tags: agentskit · agent-registry · typescript · ai-agents · shadcn-style

Topics: ai-agents · registry · developer-experience

Browse the Registry · Start in five minutes · Contribute an agent · Security · Governance · Code of Conduct

Verified proof

  • Catalog counts come from public/r/index.json and ecosystem-claims.json.
  • Clean-fixture install/run contract: npm run test:quickstart (scripts/quickstart.test.mjs).
  • Structural validation and Doc Bridge gates: npm run validate, npm run docs:bridge:gate.
  • Deterministic discovery build: npm run discovery:build.
  • Credential-free catalog proof: node examples/verify-readme.mjs.

Validate agents in GitHub Actions

Use the Registry contract as a CI gate for copy-owned agent folders in another repository. The action checks required source, test, metadata, and README files; metadata IDs and referenced files; and the Registry content policy. It does not send source code to an API or require credentials.

name: Validate agents

on:
  pull_request:
  push:
    branches: [main]

jobs:
  agentskit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: AgentsKit-io/agentskit-registry@v1
        with:
          path: agents

The path input may point to one agent folder or to a directory whose immediate children are agent folders.

Registry is beta. All 346 entries pass structural and repository tests;

333 also publish sanitized independent-review evidence. Templates remain code

you must review against your provider, tools, data policy, and risk profile.

From catalog to code

flowchart LR
  F["Find by ID, category, or capability"] --> A["npx agentskit add <id>"]
  A --> C["Readable source copied locally"]
  C --> R["Review and adapt"]
  R --> S["Ship with your adapter and policy"]

<!-- readme-example:add-research -->

npx agentskit add research
import { openai } from '@agentskit/adapters'
import { createResearchAgent } from './agents/research/agent'

const agent = createResearchAgent({
  adapter: openai({
    apiKey: process.env.OPENAI_API_KEY!,
    model: 'gpt-4o',
  }),
})

const result = await agent.run('What changed in the EU AI Act?')
console.log(result.content)

Swap the adapter, tools, memory, model, and policy through supported AgentsKit contracts. The copied factory stays ordinary application code.

What is actually here

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http agentskit-registry https://registry.agentskit.io/api/mcp
Add to Cursor

AgentsKit Registry: common questions

Is AgentsKit Registry MCP server safe?
Yes, by our scan: it is graded A (89/100). Read the AgentsKit Registry safety report
How do I install AgentsKit Registry?
It runs remotely at registry.agentskit.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does AgentsKit Registry need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is AgentsKit Registry maintained?
The last commit was 5 days ago (2026-09-19). The latest release is v1.0.0.
Is AgentsKit Registry up?
100% of our last 21 checks got an answer. We check remote servers about four times a day.

More from AgentsKit-io