Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's Make MCP server and give it 58 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across Make — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Make MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Make tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Make call.
Tools Discovery →A Make MCP server lets AI agents read and write Make data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Make MCP server ships with 58 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Make's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new AI agent.
Retrieve a list of all AI agents for a team.
Retrieve an AI agent by its ID.
Modify an existing AI agent by its ID.
Delete an AI agent by its ID.
Create a new agent.
Retrieve a collection of agents for an organization.
Retrieve agent details by ID.
Update an agent's properties.
Remove an agent.
Retrieve a collection of all connections for a team.
Retrieve details of a connection.
Delete a connection.
Create a new data structure.
Retrieve a collection of all data structures for a team.
Delete a data structure.
Create a new scenario folder.
Retrieve a collection of all scenario folders for a team.
Establish a new organization with specified configuration.
Retrieve a collection of all organizations the user has membership in.
Fetch comprehensive details about a specific organization.
Modify organization name, timezone, or country settings.
Remove an organization and all associated teams.
Create a new scenario with data passed in the request body.
Retrieve a collection of all scenarios for a team or organization.
Retrieve all available properties of a scenario.
Update a scenario with a given ID by passing new values.
Delete a scenario with a given ID.
Get the list of teams in an organization.
Returns information about a team.
Retrieve the LLM configuration for a team.
Update the LLM configuration for a team.
Retrieve a collection of users for a team or organization.
Update user details.
Get team roles of a specific user.
Get user role detail in a specific team.
Update the user role in a team.
Get list of all organization roles for a user.
Get user role detail in a specific organization.
Initiate a device creation request.
Retrieve available LLM providers for AI agents.
Get list of connection parameters that can be updated.
Get list of devices for a team.
Get the list of keys in your custom keychain.
Retrieve current active subscription information.
Retrieve daily usage metrics for an organization.
Retrieve daily usage metrics for a team over the past 30 days.
Retrieve data about the authenticated user.
Retrieve list of all existing user role names and IDs.
Retrieve scenarios containing AI agent modules.
Update connection parameters.
Run an AI agent with messages.
Update a connection's name.
Verify the connection status.
Verify if a connection has the required scopes.
Start the specified scenario.
Stop the specified scenario.
Run the specified scenario immediately.
One endpoint. Any framework. Your agent is talking to Make in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.