pressadvantage-mcp
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., "@pressadvantage-mcpCreate a sandbox press release for org 5 titled 'New Product'"
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.
pressadvantage-mcp
MCP server wrapping the Press Advantage API. Enables AI assistants (Claude Code, Claude Desktop, Cursor, etc.) to manage press releases, organizations, distributions, and more via natural language.
What it does
Once configured, you can talk to Claude naturally instead of writing API calls:
"List my organizations" "Create a sandbox press release for org 5 titled 'Acme Launches New Product'" "What state is release 123 in?" "Get the pickup URLs for release 456"
Related MCP server: Telnyx MCP Server
Requirements
Node.js 18+
A Press Advantage API key (get it from your PA account settings)
Claude Code CLI
Setup
1. Clone and build
git clone https://github.com/velluto/pressadvantage-mcp.git
cd pressadvantage-mcp
npm install
npm run build2. Register with Claude Code
claude mcp add pressadvantage node /path/to/pressadvantage-mcp/dist/index.js -e PRESS_ADVANTAGE_API_KEY='your-api-key-here'Replace /path/to/pressadvantage-mcp with the actual path where you cloned the repo.
3. Restart Claude Code
That's it. The tools are now available in any Claude Code conversation.
Testing locally (without Claude)
Use the MCP Inspector to browse and call tools directly in a browser UI:
PRESS_ADVANTAGE_API_KEY='your-api-key-here' npx @modelcontextprotocol/inspector node dist/index.jsAvailable tools (37 total)
Group | Tools |
Organizations |
|
Releases |
|
Distributions |
|
Retargeting Pixels |
|
Scheduled Orders |
|
Sandbox (testing) |
|
Notes
Each teammate needs their own PA API key — keys are per-account
Sandbox tools simulate state transitions without real distribution — use them for testing
The server process runs locally on your machine and makes real HTTP requests to
app.pressadvantage.com
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
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/hamza-shamas/mcp-tester-pr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server