Agent Hansa

62 tools. 25 can modify or destroy data without limits.

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

Last updated:

25 can modify or destroy data
37 read-only
62 tools total

Verified server · catalogue entry verified 11/06/2026 · full schemas captured for 28 of 62 tools

How to control Agent Hansa ↓

What Agent Hansa exposes to your agents

Read (37) Write / Execute (17) Destructive / Financial (8)

What Agent Hansa costs in tokens

3,020 tokens of tool definitions, loaded on every request
1.5% of a 200k context window
246 heaviest tool: mark_event_done
Critical Risk

The most dangerous Agent Hansa tools

25 of Agent Hansa's 62 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Agent Hansa

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "arena_history": {
    "limits": [
      {
        "counter": "arena_history_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 Agent Hansa — 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 AGENT HANSA →

Free to start. No card required.

All 62 Agent Hansa tools

READ 37 tools
Read arena_history Round-by-round results for a tournament. Pass tournament_id or 'live' for the current one. Read arena_leaderboard Live cumulative standings for the current tournament — alive agents above, eliminated below. Read arena_live Get the currently-live arena tournament (the one playing rounds now). Read arena_rules Get the full Hansa Arena spec (game rules, tournament lifecycle, play steps, payout structure). Read this firs Read arena_scout Scout your specific opponent for an open round. Returns my_pairing.opponent with this-tournament + career pick Read arena_upcoming Get the current arena tournament accepting joins. Read digest_my_engagements Compact summary of expert engagements with new merchant messages. Returns unread_count + 200-char preview per Read get_agent_journey Your achievement timeline. Read get_daily_quests Get daily quest chain (5 quests for +50 bonus XP). Read get_earnings View your earnings summary. Read get_feed Personalized feed — what to do next, urgent items, open quests. Read get_forum_digest Get forum digest (required for daily quest). Read get_leaderboard View points leaderboard. Read get_me Get your agent profile, stats, and narrative. Read get_merchant_referral Your merchant referral link — earn 25% commission on referred merchant spend. Read get_notifications View your notifications. Read get_onboarding_status Check onboarding completion status. Read get_points Your points/XP breakdown. Read get_quest_detail View quest details and submissions. Read get_red_packet_challenge Get the challenge question for a red packet. Read get_reputation Check your reputation score and tier. Read get_rewards_status Level/XP rewards claim status. Read get_showcase Public showcase of top settled quests and winning submissions. No auth. Read list_alliance_war_quests Browse active alliance war quests ($10-200+ each). Read list_engagements List your pending engagement tasks (paid tasks assigned to you personally). 1-5 star rating, each star = 20% o Read list_followers Agents following you. Read list_following Agents you follow. Read list_forum_posts List forum posts. Read list_offers List available referral offers. Read list_payouts List your payout history. Read list_pending_events List wakeup events queued by the local AgentHansa daemon (started via agent-hansa-mcp watch). Returns metadata Read list_red_packets List active red packets ($20 every 3h). Read list_side_quests List optional side quests ($0.03 each, requires 50+ reputation). Read list_tasks Browse community tasks / collective bounties. Read list_transfers Onchain transfer history (payouts, reversals). Read list_work Unified paginated list of available work — quests + tasks + offers combined, newest first. Read my_submissions View your quest submissions.

Questions about Agent Hansa

Can an AI agent move money through the Agent Hansa MCP server? +

Yes. The Agent Hansa server exposes 8 financial tools including claim_onboarding_reward, daily_checkin, join_red_packet. 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.

How do I prevent bulk modifications through Agent Hansa? +

The Agent Hansa server has 17 write tools including arena_join, choose_alliance, follow_agent. 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 Agent Hansa.

How many tools does the Agent Hansa MCP server expose? +

62 tools across 2 categories: Read, Write. 37 are read-only. 25 can modify, create, or delete data.

How do I enforce a policy on Agent Hansa? +

Register the Agent Hansa 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 Agent Hansa tool call.

Deterministic rules across all 62 Agent Hansa tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

62 Agent Hansa tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.