{
  "markdown": "# Agent Media Toolkit\n\n**15 media & data tools your AI agent can hire per call.** One hosted endpoint — web\nsearch, news, web-page extraction, summarizing, translation, moderation, script writing,\ntext-to-voiceover, transcription, subtitles, viral-clip discovery, and short-form video\nediting. No API key, no signup. **Free over MCP** for the lighter tools; premium media\ntools are **pay-per-call in USDC on Base via [x402](https://x402.org)**.\n\n- 🌐 **Homepage / live demo:** https://podcast-shorts-a2a-production.up.railway.app/\n- 🔌 **MCP endpoint (remote, streamable HTTP):** `https://podcast-shorts-a2a-production.up.railway.app/mcp/`\n- 🧾 **Agent card:** https://podcast-shorts-a2a-production.up.railway.app/.well-known/agent.json\n- 💵 **Pricing:** https://podcast-shorts-a2a-production.up.railway.app/pricing\n\nThis is a **hosted** MCP server — there is nothing to install or run. Point your MCP\nclient at the endpoint above and the tools appear.\n\n## Add it to your MCP client\n\n```json\n{\n  \"mcpServers\": {\n    \"agent-media-toolkit\": {\n      \"url\": \"https://podcast-shorts-a2a-production.up.railway.app/mcp/\"\n    }\n  }\n}\n```\n\nWorks with any MCP client that supports remote **streamable HTTP** servers (Claude,\nCursor, and MCP-compatible agent frameworks).\n\n## The tools\n\n| Tool | Tier | What it does |\n|------|------|--------------|\n| `search` | free | Live web search → title/url/snippet |\n| `news` | free | Recent news for a query, with dates + sources |\n| `extract` | free | Web page → clean main-content text |\n| `summarize` | free | TL;DR any text or a URL (paragraph or bullets) |\n| `repurpose` | free | Text → thread, summary, titles, hashtags |\n| `translate` | free | Translate text into any language |\n| `script` | free | Topic → short-form video script (hook/beats/CTA) |\n| `moderate` | free | Content-safety classification |\n| `media_info` | free | Media URL → metadata, no download |\n| `voiceover` | free | Text → natural MP3 narration |\n| `package_post` | free | Clip → platform titles/description/hashtags |\n| `transcribe` | $0.25 | Audio/video → timestamped transcript |\n| `subtitles` | $0.05 | Audio/video → `.srt` / `.vtt` caption file |\n| `find_clips` | $1.50 | Long video → scored viral clip candidates |\n| `edit_clip` | $3.00 | Time range → finished 9:16 captioned short |\n\nPremium tools return a pointer to their paid [x402](https://x402.org) endpoint; an unpaid\nHTTP request answers `402 Payment Required` with a USDC-on-Base price quote, the agent\npays, and the result is returned.\n\n## Also available over plain HTTP (x402)\n\nEvery tool is also a pay-per-call HTTP endpoint. Example:\n\n```\nPOST https://podcast-shorts-a2a-production.up.railway.app/search\n{ \"query\": \"agent commerce protocol\", \"max_results\": 5 }\n→ 402 Payment Required  ($0.02, USDC on Base)\n→ pay + retry → JSON results\n```\n\n## Example: connect from Python\n\nSee [`examples/client.py`](examples/client.py).\n\n## License\n\nMIT — see [LICENSE](LICENSE). The hosted service is operated by The Solo Stack; this repo\ndocuments how to use it.\n",
  "bytes": 3027,
  "sha": "12432f2a301c30fa747f71a3c8d4429ca66094f9c04728a8bed30f5f3809f89e",
  "repo_slug": "krakonjac300-pixel/agent-media-toolkit-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_krakonjac300_pixel_agent_media_d35de07c/readme"
}