Connect your custom MCP servers to enhance your agent with unlimited capabilities.
python weather.py
.
You should see your server start and then remain idle (without any errors). This means your
server has started successfully!https://1234-56-789-123-4.ngrok-free.app
, which serves as a
public endpoint for your local MCP server.
Any request to this URL will be forwarded to the MCP server running locally on your device.
/sse
suffix in the URL below is required as it’s the default endpoint that MCP servers use to
serve the tools on (via Server-Side Events). This is automatically configured by mcp.run(transport='sse')
.python main.py
and ask the Agent about the
current weather in your city to see your MCP tools in action!