Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by flyer103 • Automation & Orchestration
A Python client library that implements the Model Context Protocol (MCP) to connect to MCP servers, provide structured context to LLMs, and execute tools via OpenAI-style function calling.
Connect to MCP servers and enumerate or invoke server-provided tools over stdio or SSE.
Perform OpenAI-style function calling to let models automatically select and execute external tools with configurable model parameters.
Integrate with custom OpenAI-compatible endpoints (e.g., Anthropic, Azure, Alibaba) while managing retries, timeouts, and server configuration via JSON.
This repository provides a general-purpose MCP (Model Context Protocol) client for Python that can connect to MCP servers over stdio or SSE and expose server-provided tools to language models. It integrates with OpenAI-compatible APIs (and other providers) to perform function-calling and can automatically select and execute tools based on LLM responses. The client is configurable via JSON files, supports custom endpoints and model parameters, and includes an example weather MCP server for testing. It is distributed under the Apache 2.0 license and intended as an open-source SDK for building agent/tooling workflows.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.