home / mcp / mcp tool kit mcp server

MCP Tool Kit MCP Server

Agentic abstraction layer for building high precision vertical AI agents written in python for Model Context Protocol.

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

How to install

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 | iex
bash <(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)

Alternative installation methods

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.

Available tools

filesystem

File System tool to read, write, and manage files within a controlled storage directory to ensure security.

time_tools

Time Tools for timezone conversions and time-based operations.

brave_search

Web search tool leveraging Brave Search to retrieve results for queries.

browser_automation

Playwright-based browser control for automated browsing and web interactions.

data_analysis

Data analysis tools including Yahoo Finance, FRED, and World Bank data sources.

document_tools

Document manipulation for PDF, Excel, and PowerPoint files.