← superagentskill.com

INDIVIDUAL MCP TOOL

install_my_agent

[AGENT FACTORY] Install an agent this user generated: returns the operating soul, every skill and playbook, and the guardrails as files to write into the repo (default `.agents/<slug>/`).

superagentskill.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://superagentskill.com/api/public/mcp

No auth detected

Connect to this endpoint to inspect the live schema for install_my_agent and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

superagentskill.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.superagentskill]
url = "https://superagentskill.com/api/public/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "superagentskill": {
      "type": "http",
      "url": "https://superagentskill.com/api/public/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: superagentskill
Remote MCP URL: https://superagentskill.com/api/public/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "superagentskill": {
      "url": "https://superagentskill.com/api/public/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "superagentskill": {
      "type": "http",
      "url": "https://superagentskill.com/api/public/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "superagentskill",
  "transport": "streamable-http",
  "url": "https://superagentskill.com/api/public/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • overview — START HERE if unsure.
  • get_methodology — [UPGRADE] Orientation for the local-file upgrade flow.
  • review_skill — [UPGRADE] Score a local skill / playbook / soul / guardrail with the proprietary SuperAgentSkill engine.
  • review_skills_batch — [UPGRADE] Batch variant of `review_skill` — score up to 10 local files in ONE call, evaluated in parallel.
  • search_registry — [DISCOVER] PRIMARY discovery tool.
  • list_packages — [DISCOVER] Browse published primitives by `type`.
  • get_package — [DISCOVER] Fetch the full latest-version manifest of a primitive by slug: system_prompt, rules, examples, compatibility.
  • get_skill_trust — [DISCOVER] Public Trust Report for a primitive: lifetime / 30d / 7d success rate, p50/p95 latency, per-model heatmap, robustness findings (CVE-style) and composite trust_score (0-100).