CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Maasy — AI Marketing Copilot

jbelieve/mcp-server
STDIOregistry active
Summary

Connects Claude directly to your Maasy marketing workspace through a comprehensive API covering brand DNA, campaign metrics, CRM pipeline, content generation, and SEO intelligence. You get read operations for scanning brand health, pulling campaign performance data, checking alert queues, and retrieving full brand context like tone of voice and ICPs. Write operations let you generate on-brand social content, discover keywords, redistribute ad budgets, rotate fatigued creatives, and recalculate lead scores. The skills system is notable: you can create, update, and manage specialized marketing knowledge that Maasy's copilot uses automatically. Reach for this when you want Claude to act as your marketing ops layer instead of just answering questions about it.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@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

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

ToolDescription
maasy_list_brandsList all brands with basic info and health status
maasy_scan_brandDeep health scan across DNA, campaigns, content, CRM, SEO
maasy_get_brand_contextFull brand DNA: tone, ICP, value prop, colors, assets
maasy_get_alertsPending copilot alerts: anomalies, opportunities, gaps
maasy_get_campaign_metricsAd performance: spend, CTR, CPC, ROAS by period
maasy_get_crm_summaryCRM pipeline: hot leads, contacts, opportunities, value
maasy_get_content_pipelineContent status by network and publication state
maasy_get_seo_statusSEO/GEO scores, keyword rankings, citations
maasy_get_daily_summaryConsolidated daily summary of all operations
maasy_generate_contentGenerate on-brand content for any platform
maasy_discover_keywordsAI-powered keyword discovery for SEO
maasy_execute_actionExecute actions: reports, budget, creatives, lead scoring
maasy_list_skillsBrowse all Maasy copilot skills by category
maasy_get_skillRead a skill's full content
maasy_create_skillCreate new marketing knowledge skill
maasy_update_skillUpdate skill content, category, or priority
maasy_delete_skillRemove a skill permanently

Requirements

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

Built by the Maasy team

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MAASY_SUPABASE_URLdefault: https://vdlaoswrgppbimjykugn.supabase.co

Maasy API endpoint

MAASY_API_KEY

Your Maasy API key — generate at maasy.co → Settings → API Key. Starts with msy_

MAASY_PROJECT_ID

Default brand UUID (optional — tools use this brand automatically when set)

Categories
Sales & MarketingAI & LLM ToolsFinance & Commerce
Registryactive
Package@maasy-ai/mcp-server
TransportSTDIO
UpdatedApr 16, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1