PABS MCP Server

PABS MCP Server

Provides AI coding tools with live access to product strategy including briefs, hypotheses, competitor analysis, PRD, and strategic pulse for context-aware development.

Category
访问服务器

README

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

Tool What it returns
get_full_context Everything in one call: brief, strategy, competitor analysis, documents, decisions, hypotheses, action plan, latest pulse, recent learnings. Recommended starting point.
get_brief Problem statement, target audience, goals, constraints, timeline
get_product_strategy Design hypotheses, customer goals, pain points, design vision, success metrics, experience principles
get_competitor_analysis Market intelligence, competitive positioning, opportunity analysis
get_prd Product Requirements Document generated for AI code builders
get_documents All generated documents: PRD, Statement of Work, Venture Brief
get_decisions Key assumptions, information gaps with priority/impact, recommended next steps
get_hypotheses Design hypotheses with target audience and success indicators
get_action_plan Staged activities with tools, durations, and deliverables
get_pulse Current strategic Pulse: verdict, recommended next move, activation level
get_learnings All captured learnings — evaluated and decided — with the full decision history
get_pending_learnings Learnings PABS has evaluated but that need a human decision
get_pulse_schedule Current Pulse cadence: day, time, timezone, frequency, next run

Act on strategy

Tool What it does
ask_pabs_agent Ask a strategic question. Returns alignment score, recommendations, and considerations. Automatically captures observations or implementation drift.
report_learning Push a real-world observation into the strategy feedback loop. PABS evaluates its impact and queues it for the founder to review.
decide_learning Approve, reject, or modify a pending learning inline — without opening PABS.
trigger_pulse Queue a fresh strategic Pulse after a significant build session or analytics review.

Schedule

Tool What it does
schedule_pulse 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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选