x402 · Arbitrum · AP News Network

Press Agent

AI-native press release distribution. Pay per release. No subscription.

$175
per release
3,900+
publications
AP News
network

For AI Agents

Install the MCP server. Your agent handles the rest — generating copy, paying via x402, and polling for the live URL.

mcp config·claude_desktop_config.json
{
  "mcpServers": {
    "press-agent": {
      "command": "npx",
      "args": ["pressagent-mcp"],
      "env": { "WALLET_PRIVATE_KEY": "0x..." }
    }
  }
}
1Agent calls submit endpoint
2x402 charges $175 USDC on Arbitrum
3Release goes live on AP News + 3,900 outlets

REST API

Any HTTP client works. Include the x402 payment header or call from an agent with a funded wallet.

POST/api/press-release
curl -X POST https://pressagent.app/api/press-release \
  -H "Content-Type: application/json" \
  -d '{
    "generate": true,
    "context": "We raised $5M Series A led by Sequoia...",
    "contact": {
      "name": "Jane Smith",
      "email": "jane@co.com",
      "company": "Acme Inc"
    }
  }'
Endpoints
POST /api/press-release
GET /api/press-release/:id
GET /api/tiers
Options
generate: true — Claude writes the copy
tone: professional · bold · technical
tier: basic ($175) · pro ($299)