Remote MCP Server
for AI Agents
Connect your AI agent to StackOne's Remote MCP server and give it 68 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
68 Agent Actions
Create, read, update, and delete across Remote — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool 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
Agent Protection
Every Remote tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Remote call.
Tools Discovery →What is the Remote MCP Server?
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, 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.
All Remote MCP Tools
Every action from Remote's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Companys
- Create Company
Create a new company
- Get Company
Retrieve details of a specific company by ID
- Update Company
Update an existing company
Company Managers
- Create Company Manager
Create and invite a company manager
- List Company Managers
List all company managers
- Get Company Manager
Get details of a specific company manager
- Delete Company Manager
Delete a company manager user
Contractor Invoices
- List Contractor Invoices
List all contractor invoices with filtering and pagination
- Get Contractor Invoice
Retrieve details of a specific contractor invoice by ID
Custom Fields
- Create Custom Field
Create a new custom field definition
- List Custom Fields
List all custom field definitions
Custom Field Values
- Get Custom Field Value
Get a custom field value for a specific employment
- Update Custom Field Value
Update a custom field value for a specific employment
Departments
- Create Department
Create a new department
- List Departments
List all departments for a company
Employments
- Create Employment
Create a new employment record
- List Employments
List all employments except deleted ones
- Get Employment
Show all information of an employment
- Update Employment
Update an existing employment record
Expenses
- Create Expense
Create an approved expense
- List Expenses
List all expense records
- Get Expense
Show a single expense record
- Update Expense
Update an expense status
Files
- Upload File
Upload a file for an employment
- Download File
Download a file by ID
Incentives
- Create Incentive
Create a new incentive for an employment
- List Incentives
Retrieve a paginated list of all incentives
- Get Incentive
Retrieve details of a specific incentive by ID
- Update Incentive
Update an existing incentive
- Delete Incentive
Delete an incentive
Recurring Incentives
- Create Recurring Incentive
Create a monthly paid recurring incentive
- List Recurring Incentives
List all recurring incentives
- Delete Recurring Incentive
Delete a recurring incentive
Offboardings
- Create Offboarding
Initiate an offboarding process for an employment
- List Offboardings
Retrieve a paginated list of all offboarding records
- Get Offboarding
Retrieve details of a specific offboarding record
Payslips
- List Payslips
Retrieve a paginated list of all payslips
- Get Payslip
Retrieve details of a specific payslip by ID
Payroll Runs
- List Payroll Runs
Retrieve a paginated list of all payroll runs
- Get Payroll Run
Retrieve details of a specific payroll run by ID
Time Off Requests
- Create Time Off Request
Create a new approved time off request
- List Time Off Requests
Retrieve a paginated list of all time off requests
- Get Time Off Request
Retrieve details of a specific time off request by ID
- Update Time Off Request
Update a time off request
Timesheets
- List Timesheets
List all timesheets
- Get Timesheet
Get details of a specific timesheet
Webhooks
- Create Webhook
Register a new webhook callback
- List Webhooks
Retrieve a list of all registered webhook callbacks
- Update Webhook
Update a registered webhook callback
- Delete Webhook
Delete a registered webhook callback
Other (18)
- List Benefit Offers
Retrieve a paginated list of all benefit offers
- List Companies
List all companies that authorized your integration
- List Company Legal Entities
List all legal entities for a company
- List Countries
List all countries supported by Remote API
- List Country Holidays
Retrieve the list of public holidays for a specific country and year
- Get Country Form Schema
Retrieve the JSON schema for a specific form type and country
- List Employment Custom Fields
List custom field values for a specific employment
- List Employment Files
List files associated with an employment
- List Leave Policies Summary
List time off balances and entitlements for an employment
- List Leave Policies Details
List leave policy configurations for an employment
- Get Payroll Run Employee Details
Retrieve employee details for a specific payroll run
- List Time Off Types
List all available time off types
- Approve Time Off Request
Approve a pending time off request
- Decline Time Off Request
Decline a pending time off request
- Cancel Time Off Request
Cancel an approved time off request
- Approve Time Off Cancellation Request
Approve a time off cancellation request
- Decline Time Off Cancellation Request
Decline a time off cancellation request
- Approve Timesheet
Approve a submitted timesheet
Remote AI Agent Use Cases
Connect your AI agent to Remote and help your team scale the HR operations they run by hand today.
Use StackOne to connect your AI agent to your HRIS, identity management, and LMS to automate employee onboarding.
ViewUse StackOne to connect your AI agent to your HRIS, knowledge base, and messaging tools to automate HR policy Q&A.
ViewUse StackOne to connect your AI agent to your HRIS, identity management, and ITSM to automate employee offboarding and deprovisioning.
ViewSet Up Your Remote MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Remote 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>"
]
}
}
}Check More HRIS / HCM MCP Servers
139+ actions
128+ actions
127+ actions
123+ actions
120+ actions
117+ actions
111+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
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
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
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
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
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
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Remote MCP Server FAQ
Does StackOne have a Remote MCP server?
Remote MCP server vs direct API integration — what's the difference?
How does Remote authentication work for AI agents?
origin_owner_id.Are Remote MCP tools vulnerable to prompt injection?
What is the context bloat of a Remote agent and how do I avoid it?
Can I limit which actions my Remote agent can access?
Can I create custom agent actions for my Remote MCP server?
When should I NOT use a Remote MCP server?
What AI frameworks and AI clients does the StackOne Remote MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.