An MCP (Model Context Protocol) server that provides access to the Zerion API.
# Set your API key first
export ZERION_API_KEY="Bearer your-api-key-here"
uvx git+https://github.com/smart-mcp-proxy/zerion-mcp-serverpip install git+https://github.com/smart-mcp-proxy/zerion-mcp-server
export ZERION_API_KEY="Bearer your-api-key-here"
zerion-mcp-servergit clone https://github.com/smart-mcp-proxy/zerion-mcp-server
cd zerion-mcp-server
pip install -e .
export ZERION_API_KEY="Bearer your-api-key-here"
python -m zerion_mcp_serverSet your Zerion API key as an environment variable:
export ZERION_API_KEY="Bearer your-api-key-here"The server loads the OpenAPI specification from the repository and makes all endpoints available as MCP tools.
This server exposes all Zerion API endpoints as MCP tools. The server will display the number of available endpoints when it starts.
MIT