Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jongkwang • APIs & Integration
A small example MCP server that exposes BMI calculation and weather lookup tools to LLMs (e.g., Claude) for local or development use.
A simple example of exposing computation tools (e.g., BMI calculation) via MCP to a chat model for local testing.
Demonstrate or prototype calling external APIs (e.g., fetching weather for a city) through an MCP-backed tool interface.
A minimal server to integrate with Cursor or Claude for Desktop to test tool-enabled assistant workflows
This repository provides a Python MCP (Model Context Protocol) server that offers simple tools — a BMI calculator and a city weather fetcher — for use by agents and chat clients. It demonstrates how to integrate the MCP Python SDK and httpx to provide tool endpoints that Claude or Cursor can call. The weather tool requires you to supply an API key; the project is intended as a lightweight example for development and local integrations.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.