Online PR - Press Release Distribution
Search PR agencies, browse publications, buy press release distribution & media placements. Zero-config, no API key needed.
README
Online.PR MCP Server
The official Model Context Protocol (MCP) server for Online.PR — the global platform for PR agencies, press release distribution, and media placements.
Connect any AI agent to search PR agencies, browse publications, order press release distribution, request quotes, and submit press releases.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"online-pr": {
"command": "npx",
"args": ["-y", "online-pr-mcp"]
}
}
}
That's it. No API key needed for search and discovery.
Other MCP Clients
npx online-pr-mcp
Available Tools
| Tool | Description |
|---|---|
search_pr_agencies |
Search PR agencies by city, country, industry, service, or keyword |
get_agency_details |
Get full agency profile with services, pricing, ratings |
search_publications |
Find media outlets for PR placements by DA, price, category |
get_publication_details |
Publication pricing, domain authority, turnaround time |
browse_pr_packages |
Press release distribution packages with pricing |
get_pr_package_details |
Package features and pricing details |
get_agency_rankings |
Top-ranked PR agencies by country or industry |
request_quote_from_agency |
Submit a quote request to a PR agency |
order_publication_placement |
Get checkout link for a media placement |
order_pr_package |
Get checkout link for press release distribution |
submit_press_release |
Submit a press release to the Online.PR newsroom |
Example Queries
Once connected, ask your AI:
- "Find me a PR agency in Dubai for healthcare"
- "What publications can I buy for tech PR placements under $200?"
- "Show me press release distribution packages"
- "Get a quote from Edelman for a product launch"
- "Submit a press release for my company"
API Access
All search/browse endpoints are public — no API key needed:
GET https://online.pr/api/mcp/agencies?city=London&industry=Technology
GET https://online.pr/api/mcp/publications?min_da=50&max_price=500
GET https://online.pr/api/mcp/pr-packages
GET https://online.pr/api/mcp/rankings?country=United+States
Write operations (quotes, orders, submissions) require an API key via X-MCP-Key header.
Integration
- OpenAPI Spec: https://online.pr/openapi.json
- MCP Discovery: https://online.pr/mcp.json
- AI Plugin: https://online.pr/ai-plugin.json
- Full Data: https://online.pr/llms-full.txt
Environment Variables
| Variable | Default | Description |
|---|---|---|
APP_URL |
https://online.pr |
Platform URL |
MCP_API_KEY |
(empty) | API key for write operations |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.