streamable-httpMITupdated 1mo ago
15 media & data tools your AI agent can hire per call. One hosted endpoint â web search, news, web-page extraction, summarizing, translation, moderation, script writing, text-to-voiceover, transcription, subtitles, viral-clip discovery, and short-form video editing. No API key, no signup. Free over MCP for the lighter tools; premium media tools are pay-per-call in USDC on Base via x402.
Was kannst du mit agent media toolkit machen?
Agent Media Toolkit
15 media & data tools your AI agent can hire per call. One hosted endpoint â web search, news, web-page extraction, summarizing, translation, moderation, script writing, text-to-voiceover, transcription, subtitles, viral-clip discovery, and short-form video editing. No API key, no signup. Free over MCP for the lighter tools; premium media tools are pay-per-call in USDC on Base via x402.
- đ Homepage / live demo: https://podcast-shorts-a2a-production.up.railway.app/
- đ MCP endpoint (remote, streamable HTTP):
https://podcast-shorts-a2a-production.up.railway.app/mcp/ - đ§Ÿ Agent card: https://podcast-shorts-a2a-production.up.railway.app/.well-known/agent.json
- đ” Pricing: https://podcast-shorts-a2a-production.up.railway.app/pricing
This is a hosted MCP server â there is nothing to install or run. Point your MCP client at the endpoint above and the tools appear.
Add it to your MCP client
{
"mcpServers": {
"agent-media-toolkit": {
"url": "https://podcast-shorts-a2a-production.up.railway.app/mcp/"
}
}
}
Works with any MCP client that supports remote streamable HTTP servers (Claude, Cursor, and MCP-compatible agent frameworks).
The tools
| Tool | Tier | What it does |
|---|---|---|
search |
free | Live web search â title/url/snippet |
news |
free | Recent news for a query, with dates + sources |
extract |
free | Web page â clean main-content text |
summarize |
free | TL;DR any text or a URL (paragraph or bullets) |
repurpose |
free | Text â thread, summary, titles, hashtags |
translate |
free | Translate text into any language |
script |
free | Topic â short-form video script (hook/beats/CTA) |
moderate |
free | Content-safety classification |
media_info |
free | Media URL â metadata, no download |
voiceover |
free | Text â natural MP3 narration |
package_post |
free | Clip â platform titles/description/hashtags |
transcribe |
$0.25 | Audio/video â timestamped transcript |
subtitles |
$0.05 | Audio/video â .srt / .vtt caption file |
find_clips |
$1.50 | Long video â scored viral clip candidates |
edit_clip |
$3.00 | Time range â finished 9:16 captioned short |
Premium tools return a pointer to their paid x402 endpoint; an unpaid
HTTP request answers 402 Payment Required with a USDC-on-Base price quote, the agent
pays, and the result is returned.
Also available over plain HTTP (x402)
Every tool is also a pay-per-call HTTP endpoint. Example:
POST https://podcast-shorts-a2a-production.up.railway.app/search
{ "query": "agent commerce protocol", "max_results": 5 }
â 402 Payment Required ($0.02, USDC on Base)
â pay + retry â JSON results
Example: connect from Python
See examples/client.py.
License
MIT â see LICENSE. The hosted service is operated by The Solo Stack; this repo documents how to use it.
Installation
agent media toolkit zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
claude mcp add --transport http agent-media-toolkit https://podcast-shorts-a2a-production.up.railway.app/mcp/codex mcp add agent-media-toolkit --url https://podcast-shorts-a2a-production.up.railway.app/mcp/{
"mcpServers": {
"agent-media-toolkit": {
"url": "https://podcast-shorts-a2a-production.up.railway.app/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agent-media-toolkit": {
"type": "http",
"url": "https://podcast-shorts-a2a-production.up.railway.app/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agent-media-toolkit": {
"url": "https://podcast-shorts-a2a-production.up.railway.app/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agent-media-toolkit": {
"serverUrl": "https://podcast-shorts-a2a-production.up.railway.app/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
UnvollstÀndig
- Dokumentation22/25
- Pflege16/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 49 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 14. Juli 2026 |