Developer Tools
wardaprotocol.com
Manages and validates Kaspa blockchain grants by reporting authority, checking proposed payments, and assembling unsigned spending transactions.
ENDPOINT 1
https://mcp.wardaprotocol.com/mcp
MCP server metadata
- Name
- warda
- Version
- 0.4.1
Known tools 9
warda_grant_authorityReport a grant's remaining authority: budget left, epoch headroom, per-transaction cap, and the largest single payment permitted right now.
Potential side effectswarda_check_spendCheck a proposed payment against every rule the covenant enforces, and return the same verdict the chain would.
Potential side effectswarda_check_delegationCheck whether a proposed child grant is a legal narrowing of this one.
Inferred read-onlywarda_build_spendAssemble an unsigned Kaspa transaction that spends from this grant, and return the digest to sign.
Inferred read-onlywarda_grant_addressDerive the on-chain address of a grant from its terms and current state.
Inferred read-onlywarda_recover_grantRead a grant's full state back out of any transaction that spent it, and work out where it went.
Inferred read-onlywarda_build_delegationAssemble an unsigned transaction that subdivides this grant into a child for a sub-agent, and return the digest to sign with the PARENT's agent key.
Inferred read-onlywarda_build_settlementAssemble an unsigned transaction that ends a child grant and returns its UNSPENT remainder to the parent's budget, charging the parent only what the child actually spent.
Inferred read-onlywarda_build_exitAssemble an unsigned transaction that ENDS this grant and sweeps its balance to the principal.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.warda]
url = "https://mcp.wardaprotocol.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"warda": {
"type": "http",
"url": "https://mcp.wardaprotocol.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: warda
Remote MCP URL: https://mcp.wardaprotocol.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"warda": {
"url": "https://mcp.wardaprotocol.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"warda": {
"type": "http",
"url": "https://mcp.wardaprotocol.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "warda",
"transport": "streamable-http",
"url": "https://mcp.wardaprotocol.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.