Skip to content

πŸ›οΈ MCPs Marketplace

πŸ›οΈ MCPs Marketplace

Welcome to the MCPStack MCPs Marketplace β€” the central hub where we list all supported MCPStack MCP tools, built by us and by the community. Each tile below represents a tool: what it does, and a link to its repository.

Whether you’re a researcher, clinician, or developer, the Marketplace helps you quickly discover, install, and stack tools into powerful pipelines.

πŸš€ How to Use an MCP Tool

All MCPStack-compatible tools must register themselves via an entry point in their pyproject.toml. This makes tools auto-discoverable once you uv add (or pip install) their repository.

[project.entry-points."mcpstack.tools"]
your_tool_name = "mcpstack_your_tool_name.tool:YourTool"
  • βœ… Once installed, MCPStack will detect the tool automatically.
  • ❌ If detection fails, please open an issue @ MCPStack/Issues.


πŸ“¦ Stop Waffling & Show Me The Available Tools

  • Hello World


    A minimal MCP tool showcasing the basic structure and functionality of an MCPStack tool.

    View Repository

  • MIMIC


    MCPStack MIMIC is a MCP tool that allows to communicate with the MIMIC-IV clinical database.

    View Repository

  • Jupyter


    MCPStack Jupyter is a MCP tool that allows to modify, create, and run Jupyter Notebooks. Make reproducible notebooks!

    View Repository

  • UrbanMapper


    MCPStack UrbanMapper is a MCP tool that allows to perform geospatial analysis using the UrbanMapper library.

    View Repository

  • AutoDDG


    MCPStack AutoDDG is a MCP tool that allows to generate dataset descriptions using LLMs, from LLMs.

    View Repository

Tip

This page will expand as more tools are contributed by the community. If you’ve built a tool, submit a PR to be featured here!