DingDawg Agent Spend Policy MCP
Rank #37,133io.github.dingdawg/agent-spend-policy-mcp
Local agent spend-policy checks. No funds, keys, payment authority, or network access.
DingDawg Agent Spend Policy MCP is a Model Context Protocol (MCP) server published by dingdawg. It ranks #37,133 of 115,460 servers tracked on MCP Toplist. DingDawg Agent Spend Policy MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 5, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 78,327 of 115,460 servers on MCP Toplist.
Use DingDawg Agent Spend Policy MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-spend-policy-mcp -- npx -y @dingdawg/agent-spend-policy-mcp[mcp_servers.agent-spend-policy-mcp]
command = "npx"
args = ["-y", "@dingdawg/agent-spend-policy-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-spend-policy-mcp": {
"command": "npx",
"args": [
"-y",
"@dingdawg/agent-spend-policy-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-spend-policy-mcp": {
"command": "npx",
"args": [
"-y",
"@dingdawg/agent-spend-policy-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-spend-policy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dingdawg/agent-spend-policy-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-spend-policy-mcp": {
"command": "npx",
"args": [
"-y",
"@dingdawg/agent-spend-policy-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-spend-policy-mcp": {
"command": "npx",
"args": [
"-y",
"@dingdawg/agent-spend-policy-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dingdawg%2Fagent-spend-policy-mcp)<a href="https://mcptoplist.com/server/io.github.dingdawg%2Fagent-spend-policy-mcp"><img src="https://mcptoplist.com/badge/io.github.dingdawg%2Fagent-spend-policy-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dingdawg
Other servers by dingdawg
- DingDawg Compliance#39,687 · 3 vers
- dingdawg-finance-agent#45,396 · 2 vers
- dingdawg-healthcare-agent#45,397 · 2 vers
- Dingdawg Agent 1#53,223 · 1 ver
- DingDawg Governance#53,226 · 1 ver
- dingdawg-agent-wallet#54,816 · 1 ver
- dingdawg-governance#91,211
- dingdawg-loop#91,212
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 5, 2026 |
Frequently asked questions
- Who maintains DingDawg Agent Spend Policy MCP?
- DingDawg Agent Spend Policy MCP is maintained by dingdawg, which publishes 18 MCP servers (20 total versions) tracked on MCP Toplist.
- Is DingDawg Agent Spend Policy MCP listed on the Official MCP Registry?
- Yes — DingDawg Agent Spend Policy MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does DingDawg Agent Spend Policy MCP have?
- MCP Toplist tracks 1 version of DingDawg Agent Spend Policy MCP, most recently published on Aug 5, 2026.
- Where can I find the source code for DingDawg Agent Spend Policy MCP?
- The source code for DingDawg Agent Spend Policy MCP is hosted at github.com/dingdawg/dingdawg-agent-spend-policy-mcp.