home / mcp / mcp tool kit mcp server
Agentic abstraction layer for building high precision vertical AI agents written in python for Model Context Protocol.
Configuration
View docs{
"mcpServers": {
"getfounded-mcp-tool-kit": {
"url": "http://localhost:8080"
}
}
}The MCP Tool Kit provides a flexible platform to discover and run a wide range of MCP-compatible tools through multiple transport methods. It enables you to connect via standard HTTP endpoints or local stdio connections, and it includes many built-in tools for file management, time operations, web search, browser automation, data analysis, and document handling. This guide will walk you through using the kit, installing it, and configuring it for your workflow.
You can use the MCP Tool Kit in two primary ways: run the server locally and access it via a web-based transport (SSE) or connect to it through a local stdio channel for desktop integrations. The server exposes an HTTP endpoint for web access and a stdio channel suitable for desktop clients like Claude.
Prerequisites: ensure you have Docker installed and running on your machine. You may also need a supported shell (PowerShell on Windows or a compatible terminal on macOS/Linux). Follow the quick install commands for your platform to set up the MCP Tool Kit.
irm https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.ps1 | iexbash <(curl -s https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.sh)bash <(wget -qO- https://raw.githubusercontent.com/getfounded/mcp-tool-kit/main/install.sh)If you prefer manual setup or want to run in Docker-only mode, you have additional options. Use the following methods to obtain and run the kit without a full installation path.
File System tool to read, write, and manage files within a controlled storage directory to ensure security.
Time Tools for timezone conversions and time-based operations.
Web search tool leveraging Brave Search to retrieve results for queries.
Playwright-based browser control for automated browsing and web interactions.
Data analysis tools including Yahoo Finance, FRED, and World Bank data sources.
Document manipulation for PDF, Excel, and PowerPoint files.