
BadRooBot My Test Mcp
Give your coding agent live weather lookups and prompt-to-image generation when drafting plans, reports, or visual assets without leaving the editor.
Overview
BadRooBot-my_test_mcp is an MCP server for the Build phase that returns city weather and generates images from prompts for agent-driven planning and reports.
What is this MCP server?
- Fetches current weather for any city through a Smithery streamable-http remote
- Creates images from natural-language prompts for reports and planning decks
- Hosted MCP endpoint with Bearer smithery_api_key authentication
- Published as server schema version 1.14.0 on the Model Context Protocol registry
- Open-source implementation in the BadRooBot/python_mcp GitHub repository
- Server registry version 1.14.0 per Model Context Protocol server.schema.json
- 1 streamable-http remote URL on Smithery requiring 1 Bearer API key header
- Source repository: github.com/BadRooBot/python_mcp
What problem does it solve?
Agents cannot ground plans or slide copy in live weather or custom visuals unless you manually paste data and assets into the chat.
Who is it for?
Builders prototyping agent workflows that need quick weather facts plus simple generated imagery during specs and status reports.
Skip if: Teams that need production-grade forecasting APIs, SLA-backed image models, or self-hosted MCP without Smithery authentication.
What do I get? / Deliverables
After you register the Smithery remote with your Bearer key, your agent can query weather and create images inside the same MCP session.
- Live current-weather responses for named cities inside agent chats
- Generated images from text prompts for reports and planning artifacts
- Working Smithery remote registration documented in your MCP config
Recommended MCP Servers
Journey fit
External API bridges belong on the Build shelf because solo builders wire them into agent workflows during product construction, not only at launch. Integrations is the right subphase for Smithery-hosted MCP remotes that call third-party weather and image APIs from Claude Code or Cursor.
How it compares
Smithery-hosted MCP integration with two utility tools, not a standalone agent skill or full weather SaaS.
Common Questions / FAQ
Who is BadRooBot-my_test_mcp for?
It is for solo builders and small teams wiring Claude Code, Cursor, or similar agents to weather and image-generation tools through Smithery.
When should I use BadRooBot-my_test_mcp?
Use it during Build when you want the agent to fetch current city weather or render prompt-based images while writing plans, reports, or mock content.
How do I add BadRooBot-my_test_mcp to my agent?
Add the Smithery streamable-http remote https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp to your MCP client and set Authorization to Bearer plus your smithery_api_key.