npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@maasy-ai/mcp-server

v1.4.0

Published

MCP server for Maasy AI Marketing Copilot — connect Claude to your marketing intelligence

Downloads

742

Readme

@maasy-ai/mcp-server

MCP server for Maasy — connect Claude to your marketing intelligence.

Give Claude direct access to your brand DNA, campaigns, CRM, SEO, and content pipeline. Ask Claude to scan your brand, generate content, redistribute ad budget, or create marketing skills — all from Claude Desktop or Claude Code.


Quick install

Claude Desktop (one click)

Go to Maasy → Settings → API / MCP and click "Instalar en Claude Desktop". Done.

Manual setup

Step 1: Get your API key from Maasy Settings → API / MCP

Step 2: Add to your Claude Desktop config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "maasy": {
      "command": "npx",
      "args": ["@maasy-ai/mcp-server"],
      "env": {
        "MAASY_SUPABASE_URL": "https://vdlaoswrgppbimjykugn.supabase.co",
        "MAASY_API_KEY": "msy_your_api_key_here"
      }
    }
  }
}

Step 3: Restart Claude Desktop. Maasy appears in your MCP connectors.


What you can do

Brand intelligence

  • Scan brand health: DNA completeness, campaigns, content, CRM, SEO, alerts
  • Get full brand DNA: tone of voice, ICP, value proposition, assets, references
  • List all brands with traffic-light status

Marketing actions

  • Generate on-brand social content for any platform
  • Discover SEO keywords
  • Rotate fatigued ad creatives
  • Redistribute budget between campaigns
  • Diagnose underperforming campaigns
  • Recalculate CRM lead scores
  • Fill content calendar gaps

Skills — teach Maasy new knowledge

  • Create specialized skills (e.g. "TikTok expert for pet brands")
  • List, edit, and delete existing skills
  • Maasy uses skills in the copilot automatically

Daily intelligence

  • Campaign metrics: spend, CTR, CPC, ROAS
  • CRM summary: hot leads, contacts, opportunities, pipeline value
  • Content pipeline by status and network
  • SEO/GEO visibility, mentions, citations
  • Pending alerts that need attention
  • Daily consolidated operations summary

Example prompts

Vibe Studio (NEW)

Run a Vibe session for my brand: create 3 idea cards for a premium product launch
Use Maasy Vibe to design a landing for my next cohort

The reply includes a canvas_url you can open at maasy.app/vibe-studio?session=… to see the cards with their visual personality. Successive turns build on the same canvas.

Brand & daily ops

Scan my brand in Maasy
What pending alerts does my brand have?
Give me campaign metrics for the last 7 days
Generate 3 Instagram posts about my main product
Create a Maasy skill about email marketing for e-commerce
Give me today's daily summary for my main brand

Tools reference

Vibe Studio (NEW in 1.4)

| Tool | Description | |------|-------------| | maasy_run_vibe | Run a Vibe Studio turn for the active brand. Same engine as the WhatsApp /vibe slash command — hand a brief to Maasy, get back a canvas session URL with the materialized cards (ideas, copy, ad batches, landings, etc.). Open the canvas to see them with their visual personality. |

Brand intelligence

| Tool | Description | |------|-------------| | maasy_list_brands | List all brands with basic info and health status | | maasy_scan_brand | Deep health scan across DNA, campaigns, content, CRM, SEO | | maasy_get_brand_context | Full brand DNA: tone, ICP, value prop, colors, assets |

Skills

| Tool | Description | |------|-------------| | maasy_list_skills | Browse all Maasy copilot skills by category | | maasy_get_skill | Read a skill's full content | | maasy_create_skill | Create new marketing knowledge skill | | maasy_update_skill | Update skill content, category, or priority | | maasy_delete_skill | Remove a skill permanently |

Daily intelligence

| Tool | Description | |------|-------------| | maasy_get_alerts | Pending copilot alerts: anomalies, opportunities, gaps | | maasy_get_campaign_metrics | Ad performance: spend, CTR, CPC, ROAS by period | | maasy_get_crm_summary | CRM pipeline: hot leads, contacts, opportunities, value | | maasy_get_content_pipeline | Content status by network and publication state | | maasy_get_seo_status | SEO/GEO scores, keyword rankings, citations | | maasy_get_daily_summary | Consolidated daily summary of all operations |

Generation & actions

| Tool | Description | |------|-------------| | maasy_generate_content | Generate on-brand content for any platform | | maasy_generate_ads | Generate ad creatives for Meta, Google, etc. | | maasy_discover_keywords | AI-powered keyword discovery for SEO | | maasy_create_landing | Create a landing page draft from a brief | | maasy_schedule_post | Schedule a social post in the editorial calendar | | maasy_execute_action | Execute actions: reports, budget, creatives, lead scoring | | maasy_trigger_workflow | Manually trigger a Maasy workflow / automation |


Requirements

  • Node.js 18+
  • A Maasy account
  • Claude Desktop or any MCP-compatible client

Built by the Maasy team