ENDPOINT 1
https://api.pitchwire.ai/mcp
MCP server metadata
- Name
- Pitchwire
- Version
- 1.28.1
Pitchwire is an AI-powered press release distribution platform. Use these tools to submit press releases for editorial review, edit them, publish them, distribute them across wire and digital channels, check release status, list your releases, and check your account credits. Typical agentic flow: get_account → submit_release → (if needs_revision) edit_release → publish_release → distribute_release. All operations require a Pitchwire API key (get one at https://pitchwire.ai/settings/api-keys).
Known tools 7
get_releaseGet full details of a press release including editorial score, distribution status, and generated content.
Inferred read-onlylist_releasesList all your press releases with status, editorial scores, and newsroom URLs.
Inferred read-onlydistribute_releaseDistribute a published press release across one or more channels.
Inferred read-onlyget_accountCheck your Pitchwire account: credits balance, company name, and available plans with pricing.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pitchwire]
url = "https://api.pitchwire.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pitchwire": {
"type": "http",
"url": "https://api.pitchwire.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pitchwire
Remote MCP URL: https://api.pitchwire.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pitchwire": {
"url": "https://api.pitchwire.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pitchwire": {
"type": "http",
"url": "https://api.pitchwire.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pitchwire",
"transport": "streamable-http",
"url": "https://api.pitchwire.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pitchwire.ai was fetched 2026-08-03T17:26:53.882Z and is being refreshed.
pitchwire.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.