Skip to content

smart-mcp-proxy/zerion-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages