agent-media-toolkit-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-media-toolkit-mcpsearch for recent AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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).
Related MCP server: Scavio
The tools
Tool | Tier | What it does |
| free | Live web search โ title/url/snippet |
| free | Recent news for a query, with dates + sources |
| free | Web page โ clean main-content text |
| free | TL;DR any text or a URL (paragraph or bullets) |
| free | Text โ thread, summary, titles, hashtags |
| free | Translate text into any language |
| free | Topic โ short-form video script (hook/beats/CTA) |
| free | Content-safety classification |
| free | Media URL โ metadata, no download |
| free | Text โ natural MP3 narration |
| free | Clip โ platform titles/description/hashtags |
| $0.25 | Audio/video โ timestamped transcript |
| $0.05 | Audio/video โ |
| $1.50 | Long video โ scored viral clip candidates |
| $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 resultsExample: 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Related MCP Servers
- AlicenseAqualityDmaintenanceA comprehensive MCP server providing 15 web tools including search, scraping, screenshots, SEO audits, and DNS/SSL checks through a single installation. It delivers clean, LLM-optimized outputs so AI agents can focus on reasoning rather than parsing raw HTML.159 npmMIT
- AlicenseAqualityBmaintenanceAn MCP server connecting AI agents to Google, YouTube, Amazon, Walmart, TikTok, and Reddit. 21 tools for web search, product lookup, video discovery, and social media analysis.2176 npm7MIT
- AlicenseNot gradedqualityDmaintenanceProvides 13 internet platforms as MCP tools for AI agents, enabling read, search, and interaction with services like web, YouTube, Twitter, and Reddit via a production-grade MCP server.MIT
- AlicenseNot gradedqualityDmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.41MIT