Founder Briefing
Founder Office
Track revenue, pipeline, product signals, and strategic notes in one pass.
Agent tooling infrastructure
One connection across your stack, with loadouts for control and code mode for multi-tool workflows.
How it works
No more rebuilding config every time you switch clients, rotate keys, or add another provider to the stack.
01
Pick from verified providers. OAuth or API key, provider credentials stay server-side, and a provider only lands in Library after auth and verification succeed.
02
Bundle the exact tools each job needs. Research, build, ops, or a narrow workflow that should not drag the rest of your stack into every run.
03
Get one stable MCP connection. Your agent or client keeps that endpoint while you change what sits behind it.
mcp.json
{
"mcpServers": {
"loadoutz": {
"url": "https://mcp.loadoutz.io/mcp/u/<owner-id>"
}
}
} 04
Use direct tool calls when you know the exact tool, or code mode when the agent needs to combine multiple tools and plug-ins in one run.
code mode
> execute_code(...)
< news + docs + prices + search stitched in one run The session layer
Auth, routing, scoping, and multi-provider composition sit behind one stable connection, so operational changes do not spill into every client config or every agent prompt.
One connection can sit in front of tools discovered from many providers, so the agent works across a real stack instead of one plug-in at a time.
Your agent never needs direct provider tokens. Loadoutz stores the provider state and injects auth on proxied calls.
Use direct calls for simple work, then switch to code mode when the agent needs multi-step orchestration without bloating prompt context.
Each connection sees only the tools and loadouts you explicitly allow, enforced in the session layer rather than by convention.
active loadout
tools
4 of 22 installed
scopes
code mode
Multi-tool run
execute_code("search, compare, summarize")
Catalog
Start by lane, then pick exact MCPs. The registry is the source of truth for all provider metadata and catalog state.
Showing all provider categories
30 providers currently represented in the live registry.
Persona loadouts
Curated outcomes are structured as role-specific loadouts, not generic provider bundles.
Founder Briefing
Founder Office
Track revenue, pipeline, product signals, and strategic notes in one pass.
Delivery Ops
Engineering Delivery Lead
Tie backlog, execution chatter, and source control state into one delivery view.
Revenue Ops
Revenue Operations
Watch bookings, delivery tasks, and automation handoffs across revenue systems.
Payments Ops
Payments Operations
Audit payment events, coordinate fixes, and document runbooks in real time.
Support Desk
Customer Support Lead
Triangulate conversations, account context, and billing history for faster support.
Connecting your agent
Pick the setup path that matches your client. They all end at the same connection model and the same stable runtime endpoint.
01
One clickUse the deep-link install flow where it exists. Cursor and the VS Code family can add the URL with a more guided setup path.
02
One commandRun one command and let Loadoutz detect the client, write config, and apply the connection guidance in one pass.
03
Manual URLCopy the connection URL for Claude.ai, Claude Desktop, Codex, OpenCode, or any client that wants a manual MCP snippet.
https://mcp.loadoutz.io/mcp/u/<owner-id> Client coverage
The ecosystem is fragmented. Loadoutz sits above those differences so the setup stays legible while the client mix and MCP stack keep changing.
Client agents
Codex, Claude Code, Replit AI
IDEs
VS Code, Cursor, Windsurf
Extensions
GitHub Copilot, Cline, Roo, Kilo, Continue.dev, Gemini Code Assist
Open source
OpenCode, OpenClaw, Aider, local and OSS runners
Web and manual
Claude.ai, Claude Desktop, snippet-based MCP clients
Pricing
Available now
$0
/month
Learn the product, install core tools, and prove value without paying first.
Available now
$29
/month
For individual operators who want more code mode, more tools, and less friction.
Assisted rollout
$250+
/month
For teams that want managed setup, policy control, and operational help.
FAQ
MCP is the Model Context Protocol. It gives AI agents and coding tools a structured way to call external tools such as APIs, search systems, docs, and internal services.
A connection is a stable MCP endpoint for a specific client or agent. The client connects once, and Loadoutz controls what tools sit behind that URL.
Yes. Loadoutz can sit in front of tools and plug-ins discovered from multiple providers. Loadouts decide which subset of those tools the current connection exposes.
Code mode is the multi-step execution lane. It lets the agent combine several tool calls or small scripts in one run instead of manually orchestrating everything from prompt context.
No. Rotating connection access invalidates that client path without tearing down the provider OAuth state behind it.
Loadoutz supports standard MCP connection patterns, including manual snippets for clients such as Codex, OpenCode, and generic JSON-based MCP setups.
More tools. One connection. A calmer operating model for the next wave of agent tooling.