Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Remote MCP server with 68 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Remote — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Remote MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Remote 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 Remote call.
Tools Discovery →A Remote MCP server lets AI agents read and write Remote data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Remote MCP server ships with 68 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Remote's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new company
Retrieve details of a specific company by ID
Update an existing company
Create and invite a company manager
List all company managers
Get details of a specific company manager
Delete a company manager user
List all contractor invoices with filtering and pagination
Retrieve details of a specific contractor invoice by ID
Create a new custom field definition
List all custom field definitions
Get a custom field value for a specific employment
Update a custom field value for a specific employment
Create a new department
List all departments for a company
Create a new employment record
List all employments except deleted ones
Show all information of an employment
Update an existing employment record
Create an approved expense
List all expense records
Show a single expense record
Update an expense status
Upload a file for an employment
Download a file by ID
Create a new incentive for an employment
Retrieve a paginated list of all incentives
Retrieve details of a specific incentive by ID
Update an existing incentive
Delete an incentive
Create a monthly paid recurring incentive
List all recurring incentives
Delete a recurring incentive
Initiate an offboarding process for an employment
Retrieve a paginated list of all offboarding records
Retrieve details of a specific offboarding record
Retrieve a paginated list of all payslips
Retrieve details of a specific payslip by ID
Retrieve a paginated list of all payroll runs
Retrieve details of a specific payroll run by ID
Create a new approved time off request
Retrieve a paginated list of all time off requests
Retrieve details of a specific time off request by ID
Update a time off request
List all timesheets
Get details of a specific timesheet
Register a new webhook callback
Retrieve a list of all registered webhook callbacks
Update a registered webhook callback
Delete a registered webhook callback
Retrieve a paginated list of all benefit offers
List all companies that authorized your integration
List all legal entities for a company
List all countries supported by Remote API
Retrieve the list of public holidays for a specific country and year
Retrieve the JSON schema for a specific form type and country
List custom field values for a specific employment
List files associated with an employment
List time off balances and entitlements for an employment
List leave policy configurations for an employment
Retrieve employee details for a specific payroll run
List all available time off types
Approve a pending time off request
Decline a pending time off request
Cancel an approved time off request
Approve a time off cancellation request
Decline a time off cancellation request
Approve a submitted timesheet
One endpoint. Any framework. Your agent is talking to Remote in under 10 lines of code.
MCP Clients
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>"
]
}
}
}140+ actions
128+ actions
127+ actions
123+ actions
120+ actions
117+ actions
100+ actions
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.