1. Conduid
  2. Data
  3. valado/pantheon-mcp
MCP server · Data

valado/pantheon-mcp

A collection of AI agents

Unclaimed MIT last commit 11 months ago devtools
51Fair

Scored 4 months ago · breakdown

About valado/pantheon-mcp

valado/pantheon-mcp is an MCP server published by valado in the Data category: a collection of AI agents. It has been installed 0 times through Conduid.

The repository has 8 stars and 3 forks, with the last commit 11 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx pantheon-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about valado/pantheon-mcp

Powered by Claude · Grounded in docs

I know everything about valado/pantheon-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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

Pantheon-MCP logo

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 build
npm run dev

Built with ❤️ and AI

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About valado/pantheon-mcp

How do I install valado/pantheon-mcp?

Run npx pantheon-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is valado/pantheon-mcp safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is valado/pantheon-mcp still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.