Multi-Agent Tools Platform
Supports environment variable configuration through .env files for storing API keys and deployment information
Provides HTTP API endpoints that expose each agent's functionality through a server running on port 8000
Integrates with LangChain to build specialized agents for research, math, and meteorological tasks
Connects to Azure OpenAI deployments for powering the agents and tools through environment variables
Supports testing through pytest, allowing users to add tests in a tests/ directory
Includes a dedicated Wikipedia tool for retrieving and processing information from Wikipedia articles
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Multi-Agent Tools Platformsummarize the latest research on quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Multi-Agent Tools Platform
This project provides a modular, production-ready agentic system for advanced math, research, weather, and summarization tasks, using FastMCP, LangChain, and FastAPI.
Features
Five core tools: Math, Search, Weather, Wikipedia, Summarizer (
tools_server.py)Three specialized agents: Research, Math, Meteo (
agents.py)HTTP API endpoints: FastAPI server exposes each agent (
api_servers.py)Unified MCP toolbox: Wraps APIs and provides a smart supervisor tool (
agent_tools.py)
Related MCP server: MCP Multi-Agent Server
Setup
1. Clone & Install
cd C:/Users/kingr/CascadeProjects
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt2. Environment Variables
Create a .env file or set these in your shell:
AZURE_DEPLOYMENT=your-azure-deployment-name
OPENAI_API_VERSION=2023-05-153. Run Components (in separate terminals)
python tools_server.py
python api_servers.py
python agent_tools.pyThe FastAPI server runs on http://127.0.0.1:8000
Use an MCP client to interact with the
supervisortool inagent_tools.py
File Structure
tools_server.py– Five tools, FastMCP serveragents.py– Three ReAct agents, using LangChain and FastMCPapi_servers.py– FastAPI server, exposes each agentagent_tools.py– MCP toolbox, API wrappers, supervisorrequirements.txt– All dependencies.env.example– Example environment file
Testing
You can add tests using pytest. Example test files can be placed in a tests/ directory.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn advanced MCP-based AI agent system with intelligent tool orchestration, multi-LLM support, and enterprise-grade reliability features like semantic routing and circuit breakers.Last updatedMIT
- Flicense-qualityCmaintenanceA multi-domain multi-agent system served over MCP (Model Context Protocol) with FastMCP, exposing specialized domain agents as tools to automate business workflows.Last updated
- Alicense-qualityAmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.Last updated52MIT
- Flicense-qualityCmaintenanceA collection of production-ready MCP tools for common tasks such as web search, code execution, file operations, and database queries, enabling AI agents to perform these actions through a unified interface.Last updated
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
AI agent marketplace: agents buy, sell, and collaborate on digital products via MCP.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kingrishabdugar/MCP_Demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server