Walks an AWS account for the mistakes that matter: roles holding more than they use, buckets open to the world, and trails that are not recording.
50 MCP servers
Keeps environment variables honest: finds which the code actually reads, writes the typed example file from that, checks the real file for gaps, and looks through git history for the ones that leaked..
Closing line value, edge against the market, and how efficiently a Betfair market priced itself — the measurements that say whether a strategy was good or lucky..
Current prices, daily volume and movement for the major cryptocurrencies, with the news that explains a jump.
Stands in front of what an agent is about to do: policy written as code, a human asked when it matters, credentials kept apart from the caller, spend limits, and a signed record of what was allowed..
Invoicing through Billomat without opening it: list and create clients, raise invoices and quotes, and check what is outstanding.
Reads CI history and separates tests that fail because the code is wrong from tests that fail because they are racing something.
A reverse-engineering bench reachable from an agent: takes a binary apart, looks for the patterns that precede a vulnerability, and explains what it found in the code it found it in..
Strips an API response down to what was actually asked for: drops the envelope, unwraps the data key, flattens the nesting into dotted paths, and pulls out named fields..
Writes every tool call an agent makes to a log that can only be appended to, in the form FCA PS22/9, GDPR Article 30, SOC 2 and ISO 27001 auditors ask for..
Takes a piece of content apart — what it says, who it addresses, how it compares with what else is written on the subject — and returns the analysis as data..
Six market feeds behind one address: options flow and gamma exposure, insider cluster buying, smart-money 13D filings, the Reg SHO threshold list, and Section 16(b) short-swing activity..
Watches the Confluent registry and, when a schema moves, rewrites the models in TypeScript, Go and Python services, regenerates the mocks, and opens the pull request before the consumers break..
Reads a portfolio file and returns the numbers an analyst asks for: returns over time, volatility, Sharpe, and how it compares with its benchmark..
Says what a migration will cost before it runs: which locks it takes, how long the table is unavailable, and which rewrite avoids the outage.
Reads a Ghost site through its API — posts, pages, authors, tags, pagination and all — and returns it as structured records.
Web search an agent can call directly: ranked results with a written summary, current rather than cached, and nothing to run or host on your side..
A minimal endpoint that speaks the protocol and little else — for testing a client, or as the skeleton of something larger..
Track spending by chatting: log an expense in words, by voice, or from a photo of the receipt, then ask what the month looks like.
Scans Polymarket for the three things worth acting on: prices worth fading, gaps between related markets, and contracts near resolution.
Writes the query once and picks the model that should answer it — the cheap one for something simple, the strong one when it is not — after adding the part of the codebase that gives it context.