← pitchwire.ai

INDIVIDUAL MCP TOOL

list_releases

List all your press releases with status, editorial scores, and newsroom URLs.

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 list_releases and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • edit_release — Edit a press release after submission.
  • publish_release — Publish an approved press release to your newsroom.
  • 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.