Server data from the Official MCP Registry
Agent spending management with budget tracking, ROI analysis, and spend approval.
Agent spending management with budget tracking, ROI analysis, and spend approval.
Set these up before or after installing:
Environment variable: SUPABASE_URL
Environment variable: SUPABASE_SERVICE_ROLE_KEY
Environment variable: PAYMENT_WALLET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-meltingpixelsai-harvey-budget": {
"env": {
"SUPABASE_URL": "your-supabase-url-here",
"PAYMENT_WALLET": "your-payment-wallet-here",
"SUPABASE_SERVICE_ROLE_KEY": "your-supabase-service-role-key-here"
},
"args": [
"-y",
"@meltingpixels/harvey-budget"
],
"command": "npx"
}
}
}This is a well-structured MCP server for AI agent budget management with proper environment variable credential handling and appropriate x402 payment integration. Code quality is good with secure patterns throughout, and the database operations use properly parameterized queries. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 11 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!