mcp = FastMCP() @mcp.tool() async def get_forecast(latitude: float, longitude: float) -> str: """Get the weather forecast for the given latitude and longitude. Args: latitude (float): Latitude of the location. longitude (float): Longitude of the location. """ forecast = f""" Temperature: 10 Wind: 3m Forecast: fine """ return forecast if __name__ == "__main__": mcp.run(transport='stdio') 23
forecast for the given latitude and longitude. Args: latitude (float): Latitude of the location. longitude (float): Longitude of the location.", "inputSchema":{ "properties":{ "latitude":{"title":"Latitude","type":"number"}, "longitude":{"title":"Longitude","type":"number"} }, "required":["latitude","longitude"], "title":"get_forecastArguments", "type":"object" } }] 27
Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem. https://github.com/ppl-ai/modelcontextprotocol makenotion/notion-mcp-server: Official Notion MCP Server https://github.com/makenotion/notion-mcp-server ahujasid/blender-mcp https://github.com/ahujasid/blender-mcp servers/src/brave-search at main · modelcontextprotocol/servers https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search awslabs/mcp: AWS MCP Servers — specialized MCP servers that bring AWS best practices directly to your development workflow https://github.com/awslabs/mcp 38
Agent Development Kit https://google.github.io/adk-docs/tools/mcp- tools/#what-is-model-context-protocol-mcp Google のAgent Development Kit (ADK )のQuick Start をやってみた! | DevelopersIO https://dev.classmethod.jp/articles/google-agent-development-kit-quick-start/ FastAPI-MCP tadata-org/fastapi_mcp: Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! https://github.com/tadata-org/fastapi_mcp 39