Skip to main content
Glama
README.md
# AgentStandard MCP Server

A **Model Context Protocol (MCP) server** that gives Claude, Cursor, Windsurf, and any MCP-compatible client access to the full [AgentStandard](https://agentstandard.ai) certified package library.

Browse, search, and install certified AI agent packages directly from your AI assistant — no browser required.

## Installation

```bash
npx agentstandard-mcp
```

## Claude Desktop Setup

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "agentstandard": {
      "command": "npx",
      "args": ["agentstandard-mcp"]
    }
  }
}
```

Config file location:
- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

## Tools

| Tool | Description |
|------|-------------|
| `list_packages` | List all certified packages, optionally filtered by category |
| `search_packages` | Search packages by keyword |
| `get_package` | Get full details and manifest for a specific package |
| `get_install_instructions` | Installation instructions for Claude, ChatGPT, Gemini, OpenClaw, or Telegram |

## Example Usage

Once configured, ask Claude:
- *"Show me all AgentStandard health packages"*
- *"Find a package for job searching"*
- *"Install the GP Prep package for me"*
- *"How do I set up the Finance Analyst package in Claude?"*

## About AgentStandard

[AgentStandard](https://agentstandard.ai) is a certified AI agent package marketplace. Every package carries the AgentStandard certification mark — reviewed for safety, accuracy, transparency, and conflict of interest.

51 certified packages across Health, Finance, Career, Productivity, Business, Lifestyle, and Creative categories. Platform-agnostic: works with Claude, ChatGPT, Gemini, OpenClaw, and Telegram.

## Categories

- **Health** — GP Prep, Supplement Stack
- **Finance** — Finance Analyst
- **Career** — Job Hunt Agent, Network Pulse
- **Productivity** — First Conversation, Week in Review, Relationship Graph
- **Business** — Ecommerce Pro, Freelancer Guard, Bid Auditor, Launch Stack
- **Lifestyle** — Pantry Chef
- **Creative** — Content Creator

## License

MIT — [AgentStandard](https://agentstandard.ai)