Odel
agent media toolkit mcp

agent media toolkit mcp

@krakonjac300-pixel1MITUpdated 1mo ago

15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself β€” Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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.

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

ToolTierWhat it does
searchfreeLive web search β†’ title/url/snippet
newsfreeRecent news for a query, with dates + sources
extractfreeWeb page β†’ clean main-content text
summarizefreeTL;DR any text or a URL (paragraph or bullets)
repurposefreeText β†’ thread, summary, titles, hashtags
translatefreeTranslate text into any language
scriptfreeTopic β†’ short-form video script (hook/beats/CTA)
moderatefreeContent-safety classification
media_infofreeMedia URL β†’ metadata, no download
voiceoverfreeText β†’ natural MP3 narration
package_postfreeClip β†’ platform titles/description/hashtags
transcribe$0.25Audio/video β†’ timestamped transcript
subtitles$0.05Audio/video β†’ .srt / .vtt caption file
find_clips$1.50Long video β†’ scored viral clip candidates
edit_clip$3.00Time 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.