API Tools
writ.money
An MCP payment server that lets agents check spending policies and budgets, make payments, fetch auditable receipts, and provision sandbox access.
ENDPOINT 1
https://writ.money/mcp
MCP server metadata
- Name
- writ
- Version
- 1.0.0
Writ gives this agent a budget it cannot exceed. Test money only: nothing here is real. Start with fastpay_sandbox_join. It provisions a sandbox agent for this session and keeps its credential, so every other tool authenticates automatically. Then fastpay_pay (a blocked payment moves no money and says why), fastpay_get_receipt, and fastpay_verify, which replays the ledger so you can check the balances yourself.
Known tools 6
fastpay_list_policiesShow the calling agent's spending policy: remaining budget, per-payment cap, daily cap, and which categories it is allowed to pay for.
Potential side effectsfastpay_check_budgetReturn the agent’s remaining spendable budget (budget minus what it has already spent) and whether it is active/frozen.
Inferred read-onlyfastpay_get_receiptFetch the signed, auditable receipt for a completed payment by its authorization id.
Potential side effectsfastpay_sandbox_joinProvision yourself a FREE sandbox — no credential, no human, no signup.
Inferred read-onlyfastpay_verifyReplay the append-only ledger and compare it to live state — the audit any tenant (or skeptic) can run.
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.writ]
url = "https://writ.money/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"writ": {
"type": "http",
"url": "https://writ.money/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: writ
Remote MCP URL: https://writ.money/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": {
"writ": {
"url": "https://writ.money/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"writ": {
"type": "http",
"url": "https://writ.money/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "writ",
"transport": "streamable-http",
"url": "https://writ.money/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.