HODOR

Use cases

Fewer tools. Smaller blast radius. Lower bill.

Plugging every MCP server into an agent hands it hundreds of tools it will never use — and pays for them on every turn. Hodor exposes only what the job needs, with policies on top.

01 · Reduce attack surface

Shrink the blast radius.

A tool an agent can see is a tool it can call — by mistake, through a poisoned input, or an over-eager plan. Hodor scopes each agent to the handful of tools its job needs, and constrains how those can be used.

“Blast radius measures the potential damage if something goes wrong.”
Anthropic · “A zero-trust posture for AI agents”

Autonomous debugger

Reads the error, inspects the deploy that shipped it, traces it through the code, and files the fix.

122

tools if you plug every MCP

8

exposed via Hodor

Sentry16GitHub70MongoDB12Linear24

Policies Hodor adds

  • MongoDB — queries scoped to the `logs.errors` collection only
  • GitHub — file reads limited to repo `acme-labs/platform`; comments only
  • Sentry — issues filtered to the `backend` project
  • Linear — `teamId` pinned to `ENG`; comment body ≤ 2k chars
93%blast radius &
attack surface

Data analyst

Pulls revenue and product data across the stack, joins it, and answers questions — without write access to any of it.

112

tools if you plug every MCP

9

exposed via Hodor

Snowflake22HubSpot32Stripe44Airbyte14

Policies Hodor adds

  • Snowflake — `SELECT` only, scoped to the `ANALYTICS.PUBLIC` schema
  • Stripe — reads limited to `charges` and `subscriptions` objects
  • HubSpot — `deals` and `contacts` properties only; `notes` excluded
  • Airbyte — status reads pinned to the `prod-warehouse` connection
92%blast radius &
attack surface

Customer support assistant

Looks up the customer, checks their billing, drafts the reply, and books the follow-up — scoped to the ticket in hand.

106

tools if you plug every MCP

10

exposed via Hodor

Supabase18Stripe44Gmail12Google Calendar10Teams22

Policies Hodor adds

  • Supabase — `select` on `tickets`/`customers` where `customer_id` = requester
  • Stripe — `invoices` reads for the ticket's customer; `refund.amount` ≤ €50
  • Gmail — `to` field pinned to the address on the ticket
  • Calendar — `create` events in the `Support` calendar, 09:00–18:00 only
91%blast radius &
attack surface

02 · Tool token optimisation

Spend less tokens.

Every tool an agent is offered ships its full definition into the prompt. Cut the catalog from hundreds of tools to the few it needs and the savings compound across the run — fewer tool tokens, less context, lower cost.

ModelToolsTool tokensCost / runTime to first token
claude-opus-4-8−87%−70%−61%−12%
mistral-large-latest−87%−71%−53%−3%
gpt-5.5−87%−66%−15%−12%

Test ran across multiple use cases on Notion, Linear, Sentry, GitHub and 14 other MCP servers.

03 · Free up context

Stop tools eating your context.

Tool definitions aren't sent once. They ride in the prompt on every single turn between your harness and the model — local or server-side. A bloated catalog burns context window the agent never uses, on every loop step, pushing out the room it actually needs for the task.

Scope the tools and that weight disappears for the whole run — up to 60% less context spent on tooling in our tests.

Context window, per turn

Every MCP plugged intools ≈ 40%
Scoped with Hodortools ≈ 14%

room left for the actual task

04 · Hide personal identifiers from AI

Keep PII out of the model.

Hodor runs a model that detects and redacts personal identifiers in the data tools return — built on OpenAI's privacy model and hosted on our own French infrastructure (Koyeb × Mistral). It can also run inside your own VPC, so sensitive data never leaves your perimeter.

Detects and redacts

Names, emails, URLs, secrets, and any other PII — stripped from tool responses before the agent or model ever sees them.

Your perimeter, your choice

Runs on our French servers by default, or deploy the redaction model inside your own VPC. Sensitive data stays where you decide.

Redact or tokenize

Tokenize instead of redact, so you can still run analysis and cross-reference anonymized data without ever exposing the real values.

See it on your own agents.

Bring an agent you're about to ship. We'll scope it live and show you the before and after.