Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by THEYASHGAUR • Uncategorized
A simple MCP server exposing basic tools and an LLM client that calls these tools to answer user queries.
Call external tools via a simple MCP server.
Integrate LLMs with tool-based APIs.
A base architecture for AI agent and MCP style tool integration.
This project demonstrates building a basic MCP server that exposes simple tools like weather, text summarization, and currency conversion, and then extends it by connecting an LLM to call these tools dynamically. It helps users learn how to expose tools via a server, test them, and integrate with LLMs to create AI agents using MCP style architecture.