Harvey Budget
budget.rugslayer.com
· MeltingPixels
MCP server for AI agent spending management. Budget tracking, spend approval, ROI analysis, and intelligent recommendations. Pure logic with no LLM dependency. Pay per call with USDC via x402.
budget.rugslayer.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 41/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://budget.rugslayer.com/.well-known/agent-card.json |
| Provider | https://rugslayer.com |
Skills · 3 declared · mapped to canonical taxonomy
Pre-spend approval check - verifies daily/weekly/category limits before an agent pays for a service.
Record service spending with outcomes for ROI tracking.
Detailed spending reports with category breakdown, ROI by service, and optimization recommendations.
Health · last 17 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/budget.rugslayer.com) [](https://agenstry.com/agents/budget.rugslayer.com) [](https://agenstry.com/agents/budget.rugslayer.com) [](https://agenstry.com/agents/budget.rugslayer.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Harvey Budget",
"description": "MCP server for AI agent spending management. Budget tracking, spend approval, ROI analysis, and intelligent recommendations. Pure logic with no LLM dependency. Pay per call with USDC via x402.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://budget.rugslayer.com/mcp",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"organization": "MeltingPixels",
"url": "https://rugslayer.com"
},
"iconUrl": "https://rugslayer.com/icon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"x402": {
"httpSecurityScheme": {
"scheme": "x402",
"bearerFormat": "USDC micropayment on Solana"
}
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "budget-check",
"name": "Budget Check",
"description": "Pre-spend approval check - verifies daily/weekly/category limits before an agent pays for a service.",
"tags": [
"budget",
"approval",
"limits",
"spending"
],
"examples": [
"Can I afford this API call?",
"Check my budget before spending"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "spend-tracking",
"name": "Spend Tracking",
"description": "Record service spending with outcomes for ROI tracking.",
"tags": [
"spending",
"tracking",
"outcomes",
"roi"
],
"examples": [
"Record this spend",
"Log that API call cost $0.01"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "spending-analytics",
"name": "Spending Analytics",
"description": "Detailed spending reports with category breakdown, ROI by service, and optimization recommendations.",
"tags": [
"analytics",
"reporting",
"roi",
"optimization"
],
"examples": [
"Show my spending this week",
"What's my ROI by service?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}