Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Talend MCP server with 52 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Talend — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Talend MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Talend 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 Talend call.
Tools Discovery →A Talend MCP server lets AI agents read and write Talend data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Talend MCP server ships with 52 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 Talend's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new environment with workspace
Retrieve all environments
Permanently remove an environment and all its contents from Talend Cloud
Create a new reusable connection resource with authentication credentials and configuration
Retrieve all connections available in the account with optional filtering by environment or workspace
Retrieve comprehensive details of a specific connection including configuration parameters and metadata
Modify configuration parameters or name of an existing connection
Move a connection to another workspace within the same environment
Permanently remove a connection and its configuration from Talend Cloud
Create a new user group for organizing users and permissions
Retrieve all user groups with optional filtering by name
Retrieve detailed information about a specific user group
Rename an existing user group
Permanently remove a user group from the account
Retrieve all remote engines registered in the Talend Cloud account
Retrieve detailed information about a specific remote engine
Retrieve all remote engine clusters for high-availability and load balancing
Retrieve detailed information about a specific remote engine cluster
Create a new orphan schedule with an initial trigger configuration
Duplicate a schedule with all its triggers
Retrieve all schedules with filtering by environment, description, and binding status
Retrieve complete details of a schedule including all triggers and binding status
Delete an orphan schedule (must not be bound to any executable)
Add a new trigger to an existing schedule (up to 15 triggers per schedule)
Update an existing trigger within a schedule
Remove a specific trigger from a schedule by name
Create a new user account and optionally send invitation email
Retrieve all users with profile information and role assignments
Retrieve detailed profile and access information for a specific user
Update profile information of an existing user
Permanently remove a user account
Create a new custom role with specified permissions
Retrieve all available roles
Retrieve details of a specific role
Update an existing role's name or permissions
Permanently remove a custom role
Create a new organizational workspace for isolating and managing data integration resources
Retrieve all workspaces with advanced filtering using FIQL query syntax
Modify configuration of an existing workspace
Permanently remove a workspace and cascade delete all contained resources
Add one or more users to a group
Retrieve all users that belong to a specific group
Retrieve information about the currently authenticated user or service account
Retrieve all roles assigned to a user
Retrieve all users assigned a specific role
Update the functional description of a schedule
Remove a specific user from a group
Remove a specific user from a role
Preview upcoming triggered events for a schedule within a time range
Assign one or more roles to a user
Remove a role from a user
Bulk assign a role to multiple users
One endpoint. Any framework. Your agent is talking to Talend 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>"
]
}
}
}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.