
Escola De RáDio TV & Web (ER+)
Wire an AI agent to query Escola de Rádio (ER+) public catalog data—courses, class schedules, job openings, faculty, podcasts, and blog posts—without scraping the website.
Overview
Escola de Rádio (ER+) public MCP is a MCP server for the Build phase that gives agents read-only tools to query ER+ courses, classes, vacancies, teachers, podcasts, and blog content over streamable-http.
What is this MCP server?
- Read-only access to ER+ cursos, turmas, vagas, professores, podcasts, and blog via streamable-http
- Hosted remote at www.escoladeradio.com.br—no local server install in the manifest
- Brazilian broadcast and web-production training school catalog suited to education and media assistants
- MCP server schema 2025-12-11, version 1.0.0, title Escola de Rádio TV & Web (ER+)
- No Authorization header in server.json—simpler onboarding for public catalog queries only
- Server version 1.0.0 per published MCP manifest
- Single streamable-http remote endpoint on escoladeradio.com.br
- Six advertised public domains: cursos, turmas, vagas, professores, podcasts, blog
What problem does it solve?
Your agent needs trustworthy Escola de Rádio catalog facts but you do not want to scrape escoladeradio.com.br or hard-code stale course tables.
Who is it for?
Indie builders making education or media assistants that answer what ER+ offers, who teaches, and what is on the blog or podcast feed.
Skip if: Teams that need enrollments, payments, private student data, or write access to ER+ systems.
What do I get? / Deliverables
After you add the remote MCP URL in your client, the agent can pull live ER+ public catalog data while you focus on prompts and UI.
- Live ER+ course, class, vacancy, teacher, podcast, and blog answers inside agent chats
- Reduced custom scraping code for escoladeradio.com.br public pages
- Repeatable remote MCP config you can ship with ed-media or assistant prototypes
Recommended MCP Servers
Journey fit
Remote MCP connectors belong in Build when you are composing agent stacks that call external HTTP APIs during product development. Integrations is the shelf for third-party streamable-http MCP remotes that extend Claude Code, Cursor, or Codex with domain-specific read tools.
How it compares
Hosted read-only school-catalog MCP integration, not a generic web-scraping skill or Claude Code SKILL.md workflow.
Common Questions / FAQ
Who is br.com.escoladeradio.www/public for?
Solo and indie developers building AI agents or internal tools that must cite Escola de Rádio public information about courses, vacancies, faculty, podcasts, and blog posts in Portuguese-market ed-media contexts.
When should I use br.com.escoladeradio.www/public?
Use it during Build when you are integrating an MCP-capable agent and need authoritative, read-only ER+ catalog queries instead of manual site browsing or custom scrapers.
How do I add br.com.escoladeradio.www/public to my agent?
Register the streamable-http remote https://www.escoladeradio.com.br/api/mcp in Claude Desktop, Claude Code, Cursor, or another MCP client that supports remote servers per the ER+ MCP page at escoladeradio.com.br/mcp.