# Spec

> A package registry specification for AI development artifacts - agents, MCP servers, prompts, powers and skills.

- **Type:** MCP server
- **Install:** `agentstack add mcp-ara-registry-spec`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ara-registry](https://agentstack.voostack.com/s/ara-registry)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [ara-registry](https://github.com/ara-registry)
- **Source:** https://github.com/ara-registry/spec

## Install

```sh
agentstack add mcp-ara-registry-spec
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AI Registry for Agents (ARA)

ARA (pronounced: _ah-rah_) is a package registry and distribution system for AI development artifacts. It provides a standardized way to discover, share, and install reusable components that enhance AI assistants and development workflows.

ARA is a vendor-agnostic open standard — any AI coding tool can implement it, including Kiro, Claude Code, Cursor, VS Code Copilot, Windsurf, and others.

## Package Types

ARA supports the following package types:

| Type | Description |
|------|-------------|
| `agent` | AI assistant configurations with prompts, tools, and behaviors |
| `mcp-server` | Model Context Protocol servers that extend AI capabilities |
| `powers` | Bundles of MCP tools, steering files, and hooks |
| `steering` | Persistent project knowledge files that guide agent behavior |
| `skill` | Procedural knowledge via SKILL.md |
| `context` | Knowledge files, prompt templates, and reference materials |
| `agents-md` | AGENTS.md format for guiding coding agents |

Use the optional `platform` field to declare tool-specific installation targets (e.g., `"platform": "kiro"`).

## Quick Links

- [Vision](vision.md) - Understand the project goals and tenets
- [ara.json Spec](ara-json.md) - Package manifest format
- [JSON Schema](ara.schema.json) - Validate your ara.json
- [Registry API](registry-api.md) - HTTP API specification for registry implementations
- [Security](security.md) - Security guidance for implementers

## Example ara.json

```json
{
  "$schema": "https://raw.githubusercontent.com/ara-registry/spec/refs/heads/main/ara.schema.json",
  "specVersion": "1.0",
  "name": "acme/code-reviewer",
  "version": "1.0.0",
  "description": "AI agent for automated code review",
  "author": "developer@example.com",
  "tags": ["code-review", "automation"],
  "type": "agent"
}
```

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This project is licensed under the Apache-2.0 License.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ara-registry](https://github.com/ara-registry)
- **Source:** [ara-registry/spec](https://github.com/ara-registry/spec)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-ara-registry-spec
- Seller: https://agentstack.voostack.com/s/ara-registry
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
