zerion-mcp-server

smart-mcp-proxy/zerion-mcp-server

3.2

If you are the rightful owner of zerion-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Zerion MCP Server provides access to the Zerion API through the Model Context Protocol, allowing seamless integration and interaction with Zerion's services.

Zerion MCP Server

An MCP (Model Context Protocol) server that provides access to the Zerion API.

Installation & Usage

Using uvx (recommended)

# Set your API key first
export ZERION_API_KEY="Bearer your-api-key-here"
uvx git+https://github.com/smart-mcp-proxy/zerion-mcp-server

Using pip

pip install git+https://github.com/smart-mcp-proxy/zerion-mcp-server
export ZERION_API_KEY="Bearer your-api-key-here"
zerion-mcp-server

Development

git 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_server

Configuration

API Key (Required)

Set 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.

Available Endpoints

This server exposes all Zerion API endpoints as MCP tools. The server will display the number of available endpoints when it starts.

License

MIT