Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Veremark MCP server with 22 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Veremark — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Veremark MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Veremark 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 Veremark call.
Tools Discovery →A Veremark MCP server lets AI agents read and write Veremark data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Veremark MCP server ships with 22 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 Veremark's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a list of all candidates in your Veremark account.
Soft delete a specific candidate from your Veremark account by their GUID.
Retrieve a list of all available background checks, optionally filtered by country.
Create a new background check criteria template with specified checks and country.
Retrieve a list of all background check criteria templates in your Veremark account.
Retrieve details of a specific criteria template by its GUID.
Delete a specific criteria template by its GUID.
Upload a document to Veremark as multipart/form-data for use in background check verification.
Download the binary content of a specific document by its GUID.
Create a new background check request for a candidate using specified criteria.
Retrieve a list of all background check requests, optionally filtered by status change date.
Retrieve details of a specific background check request by its GUID.
Delete a background check request by its GUID. Only requests in expired, requested, or draft status can be deleted.
Update the status of a specific check within a background check request.
Create time-limited magic links for accessing the report of a specific background check request.
Force a specific check status transition within a background check request using the restricted endpoint.
Download the full PDF report for a background check request.
Download the PDF report for a specific individual check within a background check request.
Create a new user in your Veremark account with a specified role.
Retrieve a list of all external users in your Veremark account.
Retrieve details of a specific user in your Veremark account by their GUID.
Delete a specific user from your Veremark account by their GUID.
One endpoint. Any framework. Your agent is talking to Veremark 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>"
]
}
}
}246+ actions
206+ actions
164+ actions
137+ actions
127+ actions
123+ actions
123+ 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.