@kasarlabs/mist-cash-mcp
v0.1.1
Published
MCP server for interacting with the Mist Cash protocol on Starknet
Readme
Mist Cash MCP Server
MCP server for interacting with the Mist Cash protocol on Starknet.
Overview
This MCP server provides tools to interact with the Mist Cash protocol, enabling privacy-preserving transactions on Starknet.
Installation
npm install @kasarlabs/mist-cash-mcpUsage
Configuration
Create a .env file with the following variables:
STARKNET_RPC_URL=your_rpc_url
ACCOUNT_ADDRESS=your_account_address
PRIVATE_KEY=your_private_key
# Add other Mist Cash specific configurationRunning the Server
npm run build
npm startAvailable Tools
mist_cash_example
Example tool for Mist Cash protocol interaction.
Parameters:
- Add your parameters here
Returns:
- Add return value description
Development
Build
npm run buildClean
npm run cleanClean All (including node_modules)
npm run clean:allImplementation Guide
- Define your schemas in
src/schemas/index.ts - Implement your tools in
src/tools/ - Register your tools in
src/index.ts - Add any interfaces in
src/interfaces/ - Add helper functions in
src/lib/
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
