Connect once
Add this Streamable HTTP server to your agent and complete browser sign-in:MCP server URL
Try this prompt
Choose a mode
Both modes can use the same permitted catalog throughexecute. The difference
is how many tool definitions your agent loads and the names it sees.
- Standard (default): Descriptive tool names, available Recipes, and selected or pinned endpoints. Use it to make Recipes and frequent tools directly accessible.
- Compact: Short discovery and execution names, account helpers, and available Workflow tools. Use it to load fewer tool definitions into your agent’s context.
Compact mode URL
?surface=compact reduces the tool list and removes whitespace from JSON
result text. ?compact=1 only changes result formatting. Both preserve the
structured result.How your agent uses Locus
- Find a tool. Search by the outcome you need, or browse categories and packs.
- Check the inputs and price. Read the endpoint description; request an exact quote or hard spending ceiling when needed.
- Run it. Call the enabled endpoint and use the returned data. Large results can be read in chunks without repeating the paid call.
All tools
The tables below cover Locus’s built-in tools. Your client’s live tool list reflects your connection permissions, available features, and selected mode. Provider-specific tools are discovered from the catalog as described below.Find and use tools
Where names differ, the compact name appears second.Workflows
These names are the same in both modes. Workflow authoring and execution require an execution-enabled connection.Additional standard tools
These tools are not advertised in compact mode. Their original names remain
callable when your connection is permitted to use them.
Direct Recipe tools
Standard mode also lists these Recipes when they are available to your connection. In compact mode, find the Recipe withsearch, then call its endpoint through execute.
Search returns the endpoint slug and inputs to use with
execute.
Provider-specific tools
Locus does not load the entire catalog as individual MCP tools. Your agent discovers endpoints through search and calls them withexecute.
In standard mode, you can expose frequently used endpoints as direct tools
with their own input schemas. Append ?tool=provider/endpoint to the MCP URL,
using an exact slug returned by search. Repeat tool to select more, up to 20.
Saved pins can also expose endpoints across your workspace’s connections.
Direct tool names usually follow provider_endpoint. Use the name returned
by Locus rather than constructing it yourself. Enabling or pinning a tool
does not override the connection’s access or spending limits.
Permissions and service credentials
Permissions and service credentials
Browser OAuth is the usual connection for Locus Pro. Read-only consent
(
mcp:read) allows discovery, balance checks, estimates, and stored-result
reads. Paid calls and Workflow operations require mcp:execute.Locus Pro Enterprise also supports scoped Agent Connections, server keys,
and end-user tokens. End-user JWTs cannot use Workflows. Connections bound
to an end user cannot request workspace tool access. Sandbox keys cannot use MCP.Saved pin changes require an owner or admin, or a server key with
catalog:write. The first pin requires acknowledgement that its schema
will use context on each connection.See Enterprise connection setup
for credential configuration.Resources and prompts
Resources and prompts
Clients that support MCP resources can read the catalog (
locus://catalog),
balance (locus://balance), Recipe index (locus://recipes), and GTM guide
(locus://recipes/gtm-enrich-record). Resource templates provide catalog
pages and stored call results.The server also offers getting-started, find-and-call-api, and
enrich-gtm-record prompts. Read-only connections receive the getting-started
prompt.get_locus_guide.