← pitchwire.ai

INDIVIDUAL MCP TOOL

publish_release

Publish an approved press release to your newsroom.

pitchwire.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.pitchwire.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for publish_release and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

pitchwire.ai

CONNECT 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.

Related tools

  • submit_release — Submit a press release for AI editorial review and distribution.
  • get_release — Get full details of a press release including editorial score, distribution status, and generated content.
  • list_releases — List all your press releases with status, editorial scores, and newsroom URLs.
  • edit_release — Edit a press release after submission.
  • distribute_release — Distribute a published press release across one or more channels.
  • get_account — Check your Pitchwire account: credits balance, company name, and available plans with pricing.