Namely MCP Server
for AI Agents
Connect your AI agent to StackOne's Namely MCP server and give it 54 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
54 Agent Actions
Create, read, update, and delete across Namely — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Namely MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Namely 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 Namely call.
Tools Discovery →What is the Namely MCP Server?
A Namely MCP server lets AI agents read and write Namely data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Namely MCP server ships with 54 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 Namely MCP Tools
Every action from Namely's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Folders
- Create Folder
Create a company resource folder.
- Update Folder
Update a company resource folder.
- Delete Folder
Delete a company resource folder.
A Profile Fields
- Create A Profile Field
Create a new profile field in a section.
- Get A Profile Field
Get a single profile field by its ID.
- Update A Profile Field
Update an existing profile field.
A Profile Field Sections
- Get A Profile Field Section
Get a single profile field section by its ID.
- Update A Profile Field Section
Update the title of a profile field section.
An Announcements
- Create An Announcement
Create an announcement on the Home Feed.
- Delete An Announcement
Delete a Home Feed announcement.
An Event's Comments
- Create An Event's Comment
Post a comment on a Home Feed event.
- Get An Event's Comments
Get the comments on a Home Feed event.
- Delete An Event's Comment
Delete a comment from a Home Feed event.
An Event's Likes
- Create An Event's Like
Like a Home Feed event.
- Get An Event's Likes
Get the profiles that liked a Home Feed event.
- Delete An Event's Like
Remove the authenticated profile's like from a Home Feed event.
An Event's Comment's Likes
- Create An Event's Comment's Like
Like a comment on a Home Feed event.
- Get An Event's Comment's Likes
Get the profiles that liked a comment on a Home Feed event.
- Delete An Event's Comment's Like
Remove the authenticated profile's like from a comment on a Home Feed event.
A Job Tiers
- Create A Job Tier
Create a new job tier.
- Get A Job Tier
Get details of a single job tier by its ID.
- Update A Job Tier
Update the label of a job tier.
A Job Titles
- Create A Job Title
Create a new job title within a job tier.
- Get A Job Title
Get details of a single job title by its ID.
- Update A Job Title
Update a job title.
A Profiles
- Create A Profile
Create a new employee profile.
- Get A Profile
Get a single employee profile by its ID.
- Update A Profile
Update information about an existing employee profile.
Other (26)
- Get Resources Not In A Folder
Get the company resources that are not in a folder.
- Get A Resource
Get a single company resource by its ID.
- Get All Folders
Get a list of company resource folders.
- Get Resources In A Folder
Get the company resources that belong to a folder.
- Get All Profile Fields
Get a list of API-transferable profile fields defined at your company.
- Get All Profile Field Sections
Get a list of profile field sections at your company.
- Get All Group Types
Get a list of group types at your company.
- Get A Group Type
Get details of a single group type by its ID.
- Get Groups From Group Type
Get the groups that belong to a given group type.
- Get All Groups
Get a list of groups at your company.
- Get A Group
Get details of a single group by its ID.
- Get All Teams
Get a list of teams at your company.
- Get A Team
Get details of a single team by its ID.
- Get All Events
Get a list of Home Feed events (announcements, birthdays, anniversaries, new arrivals).
- Get An Event
Get details of a single Home Feed event, including its comments.
- Get All Job Tiers
Get a list of job tiers at your company.
- Get All Job Titles
Get a list of job titles at your company.
- Get All Notifications
Get the notifications for the authenticated user.
- Get A Profile's Notifications
Get the notifications for a specific profile.
- Get All Profiles
Get a paginated list of employee profiles at your company, with optional filtering and sorting.
- Get Current User's Profile
Get the profile of the currently authenticated user.
- Get A Report
Get a saved Namely report by its ID.
- Get All Countries
Get the list of valid countries in Namely.
- Get A Country
Get details for a particular country.
- Delete Resource
Delete a resource from a folder.
- Company Info
Get information about your company in Namely.
Namely AI Agent Use Cases
Connect your AI agent to Namely 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 Namely MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Namely 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
162+ 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
Namely MCP Server FAQ
Does StackOne have a Namely MCP server?
Namely MCP server vs direct API integration — what's the difference?
How does Namely authentication work for AI agents?
origin_owner_id.Are Namely MCP tools vulnerable to prompt injection?
What is the context bloat of a Namely agent and how do I avoid it?
Can I limit which actions my Namely agent can access?
Can I create custom agent actions for my Namely MCP server?
When should I NOT use a Namely MCP server?
What AI frameworks and AI clients does the StackOne Namely 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.