Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Pabs
Pabs logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 12:47:59 AM

Pabs

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

The decision layer between an idea and a digital product that works.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pabs": {
      "url": "https://pabs.co.nz"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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:

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

Claude Code

config.json
{
  "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):

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

Windsurf

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

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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Arbor logoArbor

    The Graph-Native Intelligence Layer for Code.

    πŸ’» Developer Tools1 views
    Compare vs Arbor β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pabs

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "pabs": { "command": "npx", "args": ["-y", "Pabs"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPabs AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pabs?style=directory)](https://allmcps.com/mcp/pabs)
HTML Embed
<a href="https://allmcps.com/mcp/pabs"><img src="https://allmcps.com/api/badge/pabs?style=directory" alt="Pabs on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Pabs β†’Install in Claude DesktopInstall in CursorInstall in VS Code