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

Pabs

pdunovits/pabs-mcp
HTTPregistry active
Summary

Connects your AI coding tools to PABS, a product strategy platform that generates PRDs, competitor analysis, and design hypotheses from a brief. Your AI can call get_full_context to load the entire strategy at session start, then use ask_pabs_agent to check feature alignment or report_learning to push observations back into the strategy loop. Each learning gets evaluated by PABS and queued for founder review before the strategy updates. Useful when you want your AI builder to know the target audience and design constraints before writing code, and to surface drift between what was planned and what got built. Authentication is one bearer token per plan, generated from the PABS Connect tab.

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 →

PABS MCP Server

Give your AI coding tools live access to your product strategy.

PABS is a product strategy platform that turns a brief into a full strategy — hypotheses, competitor analysis, PRD, and a living pulse of your venture's health. The MCP server exposes that strategy to any MCP-compatible AI tool so it can build with context, not guesses.

When your AI builder knows the target audience, design hypotheses, and current strategic verdict, it makes better decisions. When it spots a gap between what was planned and what was built, it can report it back — and PABS queues it for your review.


Connection

Transport: Streamable HTTP (MCP 2025 spec) Server URL: https://pabs.co.nz/api/mcp/{your-token} Authentication: Bearer token (one per plan, generated in the PABS app)

Get your token

  1. Open your plan in PABS
  2. Go to the Connect tab (or click the plug icon)
  3. Click Generate Token
  4. Copy the server URL — it includes your token

Connect to your AI tool

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pabs": {
      "type": "streamable-http",
      "url": "https://pabs.co.nz/api/mcp/YOUR_TOKEN"
    }
  }
}

Claude Code

{
  "mcpServers": {
    "pabs": {
      "type": "streamable-http",
      "url": "https://pabs.co.nz/api/mcp/YOUR_TOKEN"
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project (or global settings):

{
  "mcpServers": {
    "pabs": {
      "type": "streamable-http",
      "url": "https://pabs.co.nz/api/mcp/YOUR_TOKEN"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "pabs": {
      "serverUrl": "https://pabs.co.nz/api/mcp/YOUR_TOKEN"
    }
  }
}

Replit Agent

  1. Go to replit.com/integrations → MCP Servers
  2. Click Add MCP Server
  3. Enter a name (e.g. PABS - My App)
  4. Server URL: https://pabs.co.nz/api/mcp/YOUR_TOKEN
  5. Click Test & Save

Any MCP-compatible client

The server speaks the MCP 2025 Streamable HTTP transport. Send POST requests to the server URL with a Bearer token in the Authorization header, or embed the token directly in the URL path (as shown above).


Tools

Read your strategy

ToolWhat it returns
get_full_contextEverything in one call: brief, strategy, competitor analysis, documents, decisions, hypotheses, action plan, latest pulse, recent learnings. Recommended starting point.
get_briefProblem statement, target audience, goals, constraints, timeline
get_product_strategyDesign hypotheses, customer goals, pain points, design vision, success metrics, experience principles
get_competitor_analysisMarket intelligence, competitive positioning, opportunity analysis
get_prdProduct Requirements Document generated for AI code builders
get_documentsAll generated documents: PRD, Statement of Work, Venture Brief
get_decisionsKey assumptions, information gaps with priority/impact, recommended next steps
get_hypothesesDesign hypotheses with target audience and success indicators
get_action_planStaged activities with tools, durations, and deliverables
get_pulseCurrent strategic Pulse: verdict, recommended next move, activation level
get_learningsAll captured learnings — evaluated and decided — with the full decision history
get_pending_learningsLearnings PABS has evaluated but that need a human decision
get_pulse_scheduleCurrent Pulse cadence: day, time, timezone, frequency, next run

Act on strategy

ToolWhat it does
ask_pabs_agentAsk a strategic question. Returns alignment score, recommendations, and considerations. Automatically captures observations or implementation drift.
report_learningPush a real-world observation into the strategy feedback loop. PABS evaluates its impact and queues it for the founder to review.
decide_learningApprove, reject, or modify a pending learning inline — without opening PABS.
trigger_pulseQueue a fresh strategic Pulse after a significant build session or analytics review.

Schedule

ToolWhat it does
schedule_pulseSet the agentic Pulse cadence (frequency, day, hour, timezone).

The feedback loop

PABS is designed for a two-way relationship between AI builders and the strategy layer.

Outbound (strategy to builder): The builder calls get_full_context at the start of a session to load the current strategy, hypotheses, target audience, and decisions. It builds with that context.

Inbound (builder to strategy): As the builder works, it can call ask_pabs_agent to check whether a proposed feature aligns. If it observes something real — a drop-off, a pattern, a change in scope — it calls report_learning. PABS evaluates the learning against the strategy, proposes an adaptation, and notifies the founder.

Human in the loop: Strategy only updates after the founder reviews and approves a learning. get_pending_learnings and decide_learning let that review happen inline, inside the builder session.


Authentication

Each plan has a unique token. Tokens do not expire by default. You can revoke and regenerate a token at any time from the PABS Connect tab.

The server URL with the token embedded (/api/mcp/{token}) is the recommended format — it lets AI clients distinguish between multiple plans as separate servers.

Alternatively, pass the token in the Authorization header as Bearer {token}, or in the X-PABS-Token header.


Security

  • Each token is scoped to a single plan. A token cannot access data from any other plan.
  • The server validates the token on every request before any data is returned.
  • All requests go over HTTPS.

Requirements

  • An active PABS account
  • At least one saved plan with a brief
  • A token generated from the Connect tab

Links

  • PABS app
  • Integrations overview
  • Health check
  • Server info

License

This repository documents the hosted PABS MCP server. The server is proprietary and operated by PABS. Client configuration examples in examples/ are released under MIT.

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 →
Registryactive
TransportHTTP
UpdatedMay 29, 2026
View on GitHub