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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
- WauldoOAuthcom.wauldo
Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning.
MCP server for building and testing AI agents with multi-model experimentation and insights.
One MCP tool for verified AI-agent outcomes with success-only charging.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn advanced MCP-based AI agent system with intelligent tool orchestration, multi-LLM support, and enterprise-grade reliability features like semantic routing and circuit breakers.MIT
- AlicenseNot gradedqualityCmaintenanceA multi-domain multi-agent system served over MCP (Model Context Protocol) with FastMCP, exposing specialized domain agents as tools to automate business workflows.MIT
- FlicenseNot gradedqualityCmaintenanceA 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.-
- AlicenseNot gradedqualityCmaintenanceA production-ready MCP server suite for AI agent tool integration, providing five composable tool modules: code analysis, web scraping, file operations, API integration, and data transformation.11BSD 3-Clause
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