More screenshots

    Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Agency MCP & Agent Skills Studio

    1

    Build production MCP servers and sellable Agent Skills that agencies deliver to clients.

    $19

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    Agency MCP & Agent Skills Studio

    Agency MCP & Agent Skills Studio

    Example session with this skill installed

    Build a production MCP server + matching Agent Skill for a client who uses Notion as their project hub.
    The server should let agents search pages, create tasks, and read database schemas.
    The skill should enforce our agency’s reporting standards: weekly status format, owner + due date required, and brand voice.
    Package both as a client-ready deliverable with setup guide.

    • Read your context and instructions
    • Compiled the agency mcp

    Summary

    Built a complete client-ready package: a production TypeScript MCP server for Notion (remote Streamable HTTP) with three focused tools, plus a matching Agent Skill that enforces the agency’s weekly status reporting standards, required fields, brand voice, and escalation rules.

    ComponentDetails
    MCP ServerTypeScript + remote Streamable HTTP
    Toolsnotion_search_pages, notion_create_task, notion_get_database_schema
    AnnotationsreadOnlyHint on search & schema tools
    Agent SkillEnforces owner + due date + weekly format
    PackagingFull tree, .env.example, README, Client Setup
    // Example tool definition (notion_create_task)
    server.tool(
      "notion_create_task",
      "Create a task with required owner and due date.",
      {
        title: z.string(),
        owner: z.string(),
        dueDate: z.string().describe("ISO date"),
        status: z.enum(["todo", "in-progress", "done"]).default("todo")
      },
      async (args) => { /* production implementation */ }
    );
    

    Next steps

    • Add the Notion integration token to .env
    • Deploy the remote MCP endpoint
    • Install the skill (folder drop-in or Skills-over-MCP)
    • Run the included smoke tests
    • Optionally white-label the skill before client delivery or platform listing

    Connects securely to your tools. The creator never sees your data.

    What you get

    Scaffold commercial-grade MCP servers for client delivery.Design portable agent skills with strict agency standards.Implement multi-tenant security for shared agency tools.Package AI capabilities for sale on professional marketplaces.

    About this skill

    Agency MCP & Agent Skills Studio is the premium system for agency teams that design, scaffold, secure, package, and sell MCP servers + Agent Skills as client-ready products.

    MCP gives agents access (tools, resources, prompts). Agent Skills give agents the exact procedural expertise and quality standards your agency (or your client) requires. Together they form the highest-value AI capabilities agencies can productize and deliver.

    What you get: • Production scaffolding for TypeScript and Python MCP servers • Remote Streamable HTTP as the default for client delivery • Strict tool design, security annotations, and multi-tenant patterns • Professional Agent Skills that follow the open standard and pass platform rules • Commercial packaging guidance (versioning, Client Setup guides, platform listing blurbs, white-label patterns) • Full security + delivery checklists so every package is ready for handoff or marketplace listing

    Use it when you need to: – Create MCP servers for client systems (CRM, Notion, internal APIs, etc.) – Design portable Agent Skills that enforce your process and brand standards – Package MCP + Skill bundles as premium client deliverables – Productize reusable agency IP for sale on platforms or direct to clients

    Built specifically for agency internal teams who sell AI capabilities, not just build prototypes.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 17 days ago

    • Passed all security checks, Safe to install

    Listed17 days ago

    What's inside

    Frequently Asked Questions