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.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.Last updated2944MIT
- Flicense-qualityDmaintenanceMCP server enabling interaction with Telnyx telephony, messaging, and AI assistant APIs through natural language.Last updated
- Alicense-qualityAmaintenanceUniversal MCP server that wraps any CLI tool, enabling AI assistants to run commands via natural language.Last updatedMIT
- Alicense-qualityCmaintenanceAn MCP server that exposes PraisonAI AI agents and tools for use with Claude Desktop, Cursor, VS Code, Windsurf, and other MCP clients.Last updated1MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
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/hamza-shamas/mcp-tester-pr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server