No project description provided
Project description
Sugar MCP Server
This is an MCP (Model Context Protocol) server to interact with Sugar
Sugar makes Velodrome and Aerodrome devs life sweeter 🍭
Components
Environment Variables
SUGAR_PK: The public key for the SUGAR service.SUGAR_RPC_URI_10: The RPC URI for the SUGAR service.
Tools
- get_all_tokens: Retrieve all tokens supported by the protocol.
- get_prices: Retrieve prices for a list of tokens in terms of the stable token.
- get_pools: Retrieve all liquidity pools or swap pools depending on the flag.
- get_pool_by_address: Retrieve detailed pool information by contract address.
- get_pools_for_swaps: Retrieve all pools suitable for swaps and path finding.
- get_latest_pool_epochs: Retrieve the latest epoch data for all pools.
- get_pool_epochs: Retrieve historical epoch data for a given liquidity pool.
- get_quote: Retrieve the best quote for swapping a given amount from one token to another.
- swap: Execute a token swap transaction.
Usage
{
"mcpServers": {
"sugar-mcp": {
"env": {
"SUGAR_PK": "xxx",
"SUGAR_RPC_URI_10": "optionally, the RPC URI for the SUGAR service"
},
"command": "uvx",
"args": [
"sugar-mcp"
]
}
}
}
Building and Publishing to PyPI
To build and publish this package to PyPI:
- Install build dependencies:
pip install build twine
- Build the package:
python -m build
- Upload to PyPI:
twine upload dist/*
Or if using Poetry (as specified in pyproject.toml):
poetry build
poetry publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sugar_mcp-0.3.16.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sugar_mcp-0.3.16.tar.gz.
File metadata
- Download URL: sugar_mcp-0.3.16.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.12.9 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2eda9638575286de1d02aad2b1cf795f6c1b8cf081f03aeac4de18ff59177fa
|
|
| MD5 |
a3ceada2c949c308baf6da26853f7cfb
|
|
| BLAKE2b-256 |
fae71880622dcdbdd4c9d929c7feff65756e1a0c2b6a3a206855496288370f33
|
File details
Details for the file sugar_mcp-0.3.16-py3-none-any.whl.
File metadata
- Download URL: sugar_mcp-0.3.16-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.12.9 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc28d7e0ef1bb2d95f5d362c02ac5a3576205a21cba81225d3aaf0bfdfad56da
|
|
| MD5 |
8b27542ae7d7eeb9f6bdfe6bb604351c
|
|
| BLAKE2b-256 |
fb86cdf305a7bc42839b36268c3241530def8b4aa27cd131faf1c0feddeb6d2e
|