- Home
- MCP servers
- Snowdrop
Snowdrop
- python
0
GitHub Stars
python
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Snowdrop MCP is a live Model Context Protocol server that exposes 667 specialized financial and operational skills. You can connect any MCP-compatible client to access these tools, enabling automated workflows in fund accounting, compliance, DeFi, tax, treasury, risk, real estate, and more. This server is designed for continuous operation and collaboration between humans and intelligent agents.
How to use
Connect your MCP client to Snowdrop by configuring the MCP servers section of your client with the provided endpoint. Once connected, you gain instant access to a broad catalog of financial and operational skills that you can invoke as tools within your workflows.
How to install
Follow these steps to run Snowdrop MCP locally on your machine.
Additional content
Snowdrop operates under the philosophy of Cohabitated Intelligence, emphasizing collaboration between humans and agents. It runs 24/7 on dedicated hardware and is intended to be used as a community-supported, goodwill tool. To join the community or follow progress, engage with the project community hub for agent work and collaboration.
Connect and configure
{
"mcpServers": {
"snowdrop": {
"url": "https://snowdrop-mcp.fly.dev/mcp"
}
}
}
Run Locally
git clone https://github.com/Stonewater-Digital/snowdrop-mcp.git
cd snowdrop-mcp
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
cp .env.template .env # fill in any keys you need
python mcp_server.py