Skip to main content

PrimeOutpost MCP server

Ask your AI assistant about your security program and let it read the answer straight from PrimeOutpost: the roadmap, the risk register, the decision log, playbooks, framework coverage, maturity scores and what is in flight this week.

The server runs locally, is read-only, and can never change anything in PrimeOutpost. A personal access token belongs to exactly one organization, so the assistant sees that organization and nothing else.

Requirements

  • uv installed, which provides the uvx command.
  • A personal access token from Settings -> Security in PrimeOutpost.

Usage

Claude Code

claude mcp add primeoutpost -e PRIMEOUTPOST_TOKEN=po_pat_... -- uvx primeoutpost-mcp

Claude Desktop and Cursor

Add this to your MCP configuration file:

{
  "mcpServers": {
    "primeoutpost": {
      "command": "uvx",
      "args": ["primeoutpost-mcp"],
      "env": {
        "PRIMEOUTPOST_TOKEN": "po_pat_..."
      }
    }
  }
}

Team setup (Claude Code)

Each teammate creates their own personal access token and exports it in their shell profile:

export PRIMEOUTPOST_TOKEN=po_pat_...

Then commit this .mcp.json in your repository root:

{
  "mcpServers": {
    "primeoutpost": {
      "command": "uvx",
      "args": ["primeoutpost-mcp"],
      "env": {
        "PRIMEOUTPOST_TOKEN": "${PRIMEOUTPOST_TOKEN}"
      }
    }
  }
}

Configuration

Variable Required Default Purpose
PRIMEOUTPOST_TOKEN Yes none Personal access token from Settings -> Security.
PRIMEOUTPOST_API_URL No https://app.primeoutpost.com/api/v1 API base URL. Only needed to point at a non-production environment.

Tools

Tool Returns
get_roadmap Roadmap items, filtered by status, category, domain or free text.
get_risks Risk register entries, filtered by status, risk level or free text.
get_decisions Decision log entries, filtered by status, impact or free text.
get_item One roadmap item, risk, decision or playbook in full, with everything linked to it.
get_gaps Coverage percentages and the uncovered controls for each activated framework.
get_maturity The composite maturity score with its 90 day trend, or one domain's drill-down.
get_work In-flight roadmap items, risks, decisions and playbook steps, with due date buckets.
resolve_refs Title and status for a batch of references, for example the ones cited in a document.

References

Entities are named by short references: RM-012 is a roadmap item, RISK-004 a risk, DEC-003 a decision and PB-002 a playbook. Numbers are per organization. Use them in your prompt exactly as they appear in the app. The assistant passes one to get_item to read it in full, or a batch to resolve_refs to see what a list of references points at. Case and padding do not matter, so rm-12 finds RM-012.

Security

Your personal access token is scoped to a single organization and carries your own role, so the assistant can read exactly what you can read and no more. Tokens expire, and you can revoke one at any time from Settings -> Security. The server runs on your machine, talks only to your PrimeOutpost API, and sends nothing anywhere else. Every tool is a read: there is no tool that creates, edits or deletes. What your assistant does with the data once it has read it is between you and whoever provides that assistant.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

primeoutpost_mcp-0.0.2.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

primeoutpost_mcp-0.0.2-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file primeoutpost_mcp-0.0.2.tar.gz.

File metadata

  • Download URL: primeoutpost_mcp-0.0.2.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for primeoutpost_mcp-0.0.2.tar.gz
Algorithm Hash digest
SHA256 7c3d840efbbe7fd61ef46d0d83aef135fe40f069039e9938bfa0c2d6263c6b5d
MD5 fc970599fb0a1e40bb1fa0cd2ce2fc51
BLAKE2b-256 762749190ef5f2b92f41d460523e44996f90023ef27447c934e92be080177274

See more details on using hashes here.

File details

Details for the file primeoutpost_mcp-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for primeoutpost_mcp-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 75a9fba930616d78577fd03f4bc2029f76e6fdf87c38c02ace3fbc480e5e8639
MD5 c82ce232af2238af5fc2da948db335be
BLAKE2b-256 50cbcd473a495014fc0af6ac04ffa2ec74caa9febf14207bbbd52d549f303124

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.2 This release

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page