Use Cases
Product
Guides
References
FAQ
Frequently asked questions
What is MCP?
MCP stands for Model Context Protocol. It's a standard for connecting AI agents and coding tools to external services through structured tool servers.
Start here: What is MCP?
Do clients ever receive provider OAuth tokens?
No. Tokens stay server-side and are injected only during gateway calls.
When does an OAuth provider show up in Library?
Only after OAuth completes and Loadoutz finishes verification. A canceled or failed OAuth flow should not leave a partial provider in Library.
Can I switch tools without reattaching in my editor?
Yes. You switch active loadouts and keep the same session URL.
Can one connection sit in front of multiple MCPs?
Yes. Loadoutz can sit in front of tools discovered from multiple providers. The active loadout determines which of those tools the client actually sees.
What is code mode?
Code mode is the multi-step execution lane. It is for jobs where the agent needs to combine several tool calls or small scripts in one run instead of manually orchestrating every call from prompt context.
Is Providers tab required for setup?
No. Primary flow is Catalog/Tools install and authenticate.
Need help next?