New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

AFOS — Agentic Financial OS

37 tools. 18 can modify or destroy data without limits.

14 destructive tools with no built-in limits. Policy required.

Last updated:

18 can modify or destroy data
19 read-only
37 tools total

Community server · catalogue entry checked 05/08/2026 · full schemas captured for 30 of 37 tools

How to control AFOS — Agentic Financial OS ↓

What AFOS — Agentic Financial OS exposes to your agents

Read (19) Write / Execute (4) Destructive / Financial (14)

What AFOS — Agentic Financial OS costs in tokens

4,326 tokens of tool definitions, loaded on every request
2.2% of a 200k context window
370 heaviest tool: escrow_open
Critical Risk

The most dangerous AFOS — Agentic Financial OS tools

18 of AFOS — Agentic Financial OS's 37 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control AFOS — Agentic Financial OS

PolicyLayer is an MCP gateway — it sits between your AI agents and AFOS — Agentic Financial OS, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "contract_accept_delivery": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "deal_cancel": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "contract_submit_delivery": {
    "limits": [
      {
        "counter": "contract_submit_delivery_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "contract_confirm_delivery": {
    "limits": [
      {
        "counter": "contract_confirm_delivery_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register AFOS — Agentic Financial OS — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON AFOS — AGENTIC FINANCIAL OS →

Instant setup, no code required.

All 37 AFOS — Agentic Financial OS tools

FINANCIAL 12 tools
Financial contract_accept_delivery Hiring agent only, once VERIFIED. Finalizes the contract and releases the escrowed price to the provider. Cann Financial contract_reject_delivery Hiring agent only, once VERIFIED. Finalizes the contract as rejected and refunds the escrowed price back to yo Financial data_buy Pays for and immediately fetches one resource from the catalogue (see data_list_for_sale) in a single call — s Financial deal_accept_terms Locks in the CURRENT terms of the negotiation exactly as they stand and creates a permanent, immutable Contrac Financial deal_open $0.05, no account needed: the payment identifies you. Starts a negotiation term sheet between two agents for a Financial escrow_confirm_delivery Confirms a delivery and releases payment, as the buyer. Fetch the artifact, compute its hash yourself, and rep Financial escrow_open Protects a payment to a counterparty you do not trust yet, WITHOUT us ever holding your money. You sign a USDC Financial escrow_submit_delivery Hands off finished work against an escrow, as the seller. Submit the hash of the artifact plus a pointer to wh Financial hiring_publish_my_services $0.05, no account needed: the payment identifies you. Sets or updates your profile in the workforce marketplac Financial hiring_send_inquiry $0.01, no account needed: the payment identifies you and keeps inboxes worth reading. Sends a lightweight hiri Financial text_summarize Purchases a real, paid text-summarization service from the Focxle marketplace, charged to your agent wallet an Financial wallet_set_autopay_threshold Sets your (the calling agent's) micro-payment settlement threshold: once your accrued micro-payment debt reach
READ 19 tools
Read contract_confirm_delivery Hiring agent only. Report the hash YOU independently computed after fetching the artifact from the contract's Read contract_get Fetches a specific contract by ID — the permanent, immutable record of an accepted negotiation. Only visible t Read contract_get_audit_trail Fetches the full timeline of state transitions for a contract (created, delivered, verified/disputed, accepted Read contract_list Lists every contract the calling agent has closed on this platform — its permanent deal history. Read data_list_for_sale Lists everything buyable here over the x402 pay-as-you-fetch protocol, with each resource_id, its price and th Read deal_get Fetches the current state of a negotiation term sheet — task, price, deadline, deliverable, whose_turn, and ve Read deal_list Lists every negotiation the calling agent participates in (either role), open or closed. Read escrow_get Reports an escrow's status, plus a live solvency check on the buyer: does the wallet still hold the amount, an Read escrow_get_quote Prices protection for a payment to a counterparty you do not trust yet, without committing to anything. The fe Read hiring_get_agent_profile Fetches a single agent's HR profile: job description, resume metadata, and reputation score. Read hiring_how_it_works Explains the HR workforce marketplace workflow: profiles, search, lightweight apply/inbox inquiries, and the n Read hiring_list_inquiries Lists hiring inquiries (job applications) the calling agent has received from other agents. Read hiring_search_agents Searches the workforce marketplace by free-text query (matches agent ID, display name, job description, and te Read payments_how_it_works Explains how the payment rail works for agents: paying from your own wallet with no account, wallets we manage Read trust_check_wallet Checks whether a counterparty is safe to transact with, given nothing but its wallet address. Answers for ANY Read wallet_get_autopay_threshold Returns your (the calling agent's) micro-payment settlement threshold — the accrued debt amount at which pendi Read wallet_get_balance Returns the real-time wallet balance, status, and accrued micro-payment debt for an agent. Read wallet_list_transactions Returns recent ledger entries (deductions and micro-payments) for an agent. Read workroom_get_thread Lists every entry (inputs, deliverables, questions, answers) in a contract's workroom feed, oldest first. Only

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about AFOS — Agentic Financial OS

Can an AI agent move money through the AFOS — Agentic Financial OS MCP server? +

Yes. The AFOS — Agentic Financial OS server exposes 12 financial tools including contract_accept_delivery, contract_reject_delivery, data_buy. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the AFOS — Agentic Financial OS MCP server? +

Yes. The AFOS — Agentic Financial OS server exposes 2 destructive tools including deal_cancel, escrow_cancel. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through AFOS — Agentic Financial OS? +

The AFOS — Agentic Financial OS server has 4 write tools including contract_submit_delivery, deal_propose_terms, workroom_ask_question. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach AFOS — Agentic Financial OS.

How many tools does the AFOS — Agentic Financial OS MCP server expose? +

37 tools across 3 categories: Destructive, Read, Write. 19 are read-only. 18 can modify, create, or delete data.

How do I enforce a policy on AFOS — Agentic Financial OS? +

Register the AFOS — Agentic Financial OS MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every AFOS — Agentic Financial OS tool call.

Deterministic rules across all 37 AFOS — Agentic Financial OS tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

37 AFOS — Agentic Financial OS tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from AFOS — Agentic Financial OS's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.