MCP Server
MCP
io.github.meltingpixelsai/harvey-budget
Agent spending management with budget tracking, ROI analysis, and spend approval.
Install
npx -y @meltingpixels/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@meltingpixels/harvey-budget",
"version": "1.0.0",
"transport": {
"type": "streamable-http",
"url": "https://budget.rugslayer.com/mcp"
},
"environmentVariables": [
{
"description": "Supabase URL for budget database",
"isRequired": true,
"format": "string",
"name": "SUPABASE_URL"
},
{
"description": "Supabase service role key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPABASE_SERVICE_ROLE_KEY"
},
{
"description": "Solana wallet address for receiving USDC payments",
"format": "string",
"name": "PAYMENT_WALLET"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment