loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

pantheon-mcp

MCP Tool

valado/pantheon-mcp

A collection of AI agents

Install

$ npx loaditout add valado/pantheon-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "pantheon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pantheon-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Agents 🤖

A collection of AI agents for various tasks.

Getting Started 🚀

Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown.

Pantheon-MCP Server for Agents

Homepage

An MCP (Model Context Protocol) server that delivers AI agent instructions on demand from this repository's collection of 42+ specialized agents.

{
  "mcpServers": {
    "pantheon-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "pantheon-mcp"],
      "env": {}
    }
  }
}
Available Tools

The server exposes 3 MCP tools:

list_agents

List all available agents, optionally filtered by category.

{
  "name": "list_agents",
  "arguments": {
    "category": "tech" // optional: business, growth, product, tech
  }
}
get_agent

Get detailed information about a specific agent by name.

{
  "name": "get_agent",
  "arguments": {
    "name": "react-frontend-dev"
  }
}
search_agents

Search agents by keywords in name, description, or instructions.

{
  "name": "search_agents",
  "arguments": {
    "keywords": "react",
    "category": "tech" // optional filter
  }
}
Agent Categories
  • business (6 agents): business-analyst, cfo-financial-analyzer, compliance-officer, financial-analyst, sales-strategist, startup-mentor
  • growth (5 agents): conversion-optimizer, growth-marketer, idea-visionary, marketing-copywriter, marketing-strategist
  • product (3 agents): product-designer, product-manager, product-strategist
  • tech (28 agents): accessibility-auditor, ai-prompt-engineer, api-designer, aws-cloud-architect, code-reviewer, react-frontend-dev, and many more...
Installation

To install globally:

npm install -g pantheon-mcp
npx pantheon-mcp
Development
npm install
npm run bu

Reviews

Loading reviews...

Quality Signals

Quality Score3000
8
Stars
0
Installs
Last updated198 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit9/27/2025
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/valado/pantheon-mcp)](https://loaditout.ai/skills/valado/pantheon-mcp)