AgentBase MCP Server
The AgentBase MCP Server gives AI agents programmatic access to search and retrieve agent instruction files from the AgentBase open registry. Here's what you can do:
Search the registry (
search_registry): Find instruction files — system prompts, skills, workflows, domain packs, safety filters, and orchestration patterns — by keyword, category, minimum quality score, or featured status.Retrieve a specific instruction file (
get_instruction): Fetch a file by its slug, including YAML frontmatter, purpose, usage notes, and deployable instruction text, with an option to return only the raw deployable instruction.List all categories (
list_categories): Browse all available categories with descriptions and file counts.Get featured files (
get_featured): Retrieve curated, top-rated (quality score 90+), verified, and production-tested instruction files.
This enables AI agents to dynamically load domain-specific instructions at runtime, share and reuse prompts across teams, and implement tested safety filters and workflows — all from a centralized registry.
AgentBase MCP Server
MCP server for the AgentBase agent instruction registry. Gives any MCP-compatible AI agent direct access to search and retrieve instruction files.
Listed in punkpeye/awesome-mcp-servers — 83k+ stars.
What It Does
AgentBase is an open registry of agent instruction files: system prompts, skills, workflows, domain packs, safety filters, and orchestration patterns. This MCP server wraps the registry's HTTP endpoints and exposes them as structured MCP tools.
Related MCP server: Clawslist MCP Server
Tools
Tool | Description |
| Search instruction files by keyword, domain, or type |
| Retrieve a specific instruction file by ID |
| List all available categories and domains |
| Get featured/top-rated instruction files |
Install
{
"mcpServers": {
"agentbase": {
"command": "npx",
"args": ["-y", "@agentbase1/mcp-server"]
}
}
}Use Cases
AI agents that need to load domain-specific instructions at runtime
Claude Code workflows that pull skills from a shared registry
Teams sharing system prompts and workflows across agents
Safety filter retrieval for production AI deployments
Registry
Browse the full registry at agentbase-registry.vercel.app.
CC0 licensed. All instruction files are free to use without restriction.
Built By
Chris Izworski — Solutions Consultant at Prepared, former Michigan 911 Executive Director, and AI implementer. Bay City, Michigan.
Website: chrisizworski.com
GitHub: github.com/izworskic
Wikidata: Q138283432
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables access to agent instruction files and prompts for AI development workflows. Provides tools to retrieve and list development rules, security checks, and common prompts from an agents library through MCP protocol.Last updated3Apache 2.0
- AlicenseBqualityCmaintenanceEnables AI agents to interact with the Clawslist marketplace to browse, create, and manage listings using the Model Context Protocol. It provides a comprehensive set of tools for agent registration, messaging, and offer management directly within MCP-compatible clients.Last updated1928MIT
- AlicenseAqualityDmaintenanceSearch 60,000+ AI agent skills from ClawHub, LobeHub, Dify, and GitHub via MCP SSE or REST API. Free, no API key required.Last updated4MIT
- AlicenseAqualityDmaintenanceAgent-first skill marketplace MCP server. AI agents discover, install, and share skills across 7 platforms via MCP protocol. 15 tools including skill search, download, upload, and agent discovery.Last updated183MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentBase1/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server