PABS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PABS MCP Serverget the full context for this project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Open your plan in PABS
Go to the Connect tab (or click the plug icon)
Click Generate Token
Copy the server URL — it includes your token
Related MCP server: RuleDEX MCP Server
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
Go to replit.com/integrations → MCP Servers
Click Add MCP Server
Enter a name (e.g.
PABS - My App)Server URL:
https://pabs.co.nz/api/mcp/YOUR_TOKENClick 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
Tool | What it returns |
| Everything in one call: brief, strategy, competitor analysis, documents, decisions, hypotheses, action plan, latest pulse, recent learnings. Recommended starting point. |
| Problem statement, target audience, goals, constraints, timeline |
| Design hypotheses, customer goals, pain points, design vision, success metrics, experience principles |
| Market intelligence, competitive positioning, opportunity analysis |
| Product Requirements Document generated for AI code builders |
| All generated documents: PRD, Statement of Work, Venture Brief |
| Key assumptions, information gaps with priority/impact, recommended next steps |
| Design hypotheses with target audience and success indicators |
| Staged activities with tools, durations, and deliverables |
| Current strategic Pulse: verdict, recommended next move, activation level |
| All captured learnings — evaluated and decided — with the full decision history |
| Learnings PABS has evaluated but that need a human decision |
| Current Pulse cadence: day, time, timezone, frequency, next run |
Act on strategy
Tool | What it does |
| Ask a strategic question. Returns alignment score, recommendations, and considerations. Automatically captures observations or implementation drift. |
| Push a real-world observation into the strategy feedback loop. PABS evaluates its impact and queues it for the founder to review. |
| Approve, reject, or modify a pending learning inline — without opening PABS. |
| Queue a fresh strategic Pulse after a significant build session or analytics review. |
Schedule
Tool | What it does |
| Set 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
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pdunovits/pabs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server