Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.elitea.ai/llms.txt

Use this file to discover all available pages before exploring further.

Introduction

EPAM MCP Servers are ready-to-use MCP server connections for EPAM internal services and tools. Unlike custom Remote MCP servers that require you to supply a server URL and credentials manually, EPAM MCP Servers are pre-configured by your ELITEA environment: connection settings (server URL, OAuth credentials) are automatically supplied at runtime so you can get started with just a few clicks.
EPAM MCP Servers are available at next.elitea.ai and are accessible only to EPAM employees. Authentication requires an active EPAM corporate account via the EPAM identity provider.

Available EPAM MCP Servers

The following EPAM pre-built MCP servers are available in ELITEA. Each server exposes a set of tools that agents can invoke to interact with the corresponding EPAM internal service.

Epam Data Catalog

Discover, explore, and govern data assets within EPAM’s data catalog with search and metadata management tools.

Epam Delivery Central

Access project and delivery management information.

Epam Expertise Search

Connect employee expertise, project data, and case studies to quickly find relevant information for resource management and decision support.

Epam Notebooks

Access OneHub Notebooks for data science and analytical workloads.

Epam Onehub

Single access point for searching users, projects, and skills as part of the OneHub platform.

Epam People Central

Streamline HR and people management tasks relating to staffing, performance, retention, and recognition.

Epam Query

Centralized knowledge platform to find answers, search documentation, and retrieve content from EPAM documents.

Epam Radar

Search, filter, analyze, and report across people, positions, projects, and hiring data within EPAM.

Epam Staffing

Access and operate on employees, applicants, positions, projects, requisitions, skills, and staffing processes.

Setting Up an EPAM MCP Toolkit

The setup and creation flow is the same for all EPAM MCP servers. Follow the steps below once to create any EPAM MCP toolkit — simply select the desired server in Step 1.
1

Open the Toolkits panel and select the EPAM MCP type

  1. Navigate to your ELITEA project and open the Toolkits panel from the left sidebar
  2. Click + Create to open the toolkit creation dialog
  3. Select the Mcp category
  4. Choose the EPAM MCP you want to connect (for example, Epam Onehub Core) EPAM MCP Access
2

Enter a name and description

The toolkit configuration form opens with just two fields to fill in:
  • Toolkit Name (required) — enter a name to identify this toolkit in your project
  • Description (optional) — add a short description to help your team understand what this toolkit is for EPAM MCP Access
All connection settings (server URL, OAuth credentials) are handled automatically by ELITEA — there is nothing else to configure.
3

Click Load Tools and authorize

Click Load Tools. An MCP Authorization pop-up will appear showing the server URL and an optional Scope field.Click Authorize in the pop-up. This opens the EPAM OAuth sign-in window:
  1. Approve the requested permissions
  2. The sign-in window closes and ELITEA retrieves the list of available tools from the MCP server EPAM MCP Load Tools
4

Select tools and save

After authorization, the full list of tools provided by the MCP server appears as a checklist.Select the tools you want to make available in ELITEA, then click Save to create the toolkit.EPAM MCP Load ToolsThe EPAM MCP toolkit is now ready to use in chat conversations and Agents.
If you create the EPAM MCP toolkit inside a team project, it will be available to all members of that project — they can add it to their agents and chat conversations without needing to set it up individually.

Testing Toolkit Tools

After configuring your EPAM MCP toolkit, you can test individual tools directly from the Toolkit detail page using the Test Settings panel. This allows you to verify that authorization is working correctly and validate tool behavior before adding the toolkit to your workflows. General Testing Steps:
  1. Open Test Settings: Go to the toolkit detail page and click the Test Settings tab
  2. Select a Tool: Choose the specific EPAM MCP tool you want to test from the available tools
  3. Provide Input: Enter any required parameters for the selected tool
  4. Run the Test: Click Run Tool and wait for the response
  5. Review the Response: Analyze the output to verify the tool is working correctly and returning expected results EPAM MCP Load Tools
  • Verify that EPAM OAuth authorization is configured correctly
  • Test tool parameters and see actual responses from the EPAM MCP server
  • Debug tool behavior and understand output formats before integrating with agents
For detailed instructions on how to use the Test Settings panel, see How to Test Toolkit Tools.

Available Tools

Available tools and returned data depend on your EPAM corporate account permissions. If you lack access to an EPAM MCP server, tools will not load and you will see:EPAM MCP No AccessContact your EPAM administrator to request the necessary access.
Each tab below corresponds to one EPAM MCP server. Switch between tabs to browse the tools available for each server.
Enables efficient discovery, exploration, and governance of data assets within EPAM’s data catalog, providing users with detailed information, search capabilities, and metadata management through structured tools and protocols.
ToolDescription
get_data_bundle_detailsRetrieve detailed markdown narrative for a specific data bundle by its ID. Use after search_datacatalog_ids to get full information. Supports sections: basic, parent, audit, description, governance, collections, links, fields.
grep_facetsSearch through all available facets (filter options) in the Data Catalog to find matching values. Use to discover correct exact values for filter parameters before calling search_datacatalog.
search_datacatalogSearch the Data Catalog for data assets with advanced filtering. Returns narrative markdown per result. Control output size with limit and includeSections parameters. Recommended: use search_datacatalog_ids first for lightweight exploration, then this tool for details.
search_datacatalog_idsLightweight search returning only basic summary info (ID, name, type, service, project, namespace). Use for initial exploration before fetching full details with get_data_bundle_details. Supports larger result sets (default limit: 50).

Using EPAM MCPs in Chat

EPAM MCP Servers must be added as a Toolkit, not as an MCP participant.
You can use EPAM MCP tools directly in ELITEA Chat without attaching them to an agent.
  1. Navigate to Chat: Open the sidebar and select Chat.
  2. Start New Conversation: Click +Create or open an existing conversation.
  3. Add Toolkit to Conversation:
    • In the chat Participants section, look for the Toolkits element
    • Click the “Add Tools” icon to open the tools selection dropdown
    • Select your configured EPAM MCP toolkit from the dropdown list
    • The toolkit will be added to your conversation with all previously configured tools enabled
  4. Use Toolkit in Chat: You can now directly interact with EPAM internal systems by asking questions or requesting actions that will trigger the EPAM MCP tools. If OAuth authorization is required, a pop-up will appear — complete the sign-in and the response will continue.
EPAM MCP Add Chat
  • “Find people with expertise in Kubernetes and cloud architecture.”
  • “Show me open positions in the Data Engineering practice.”
  • “List my current project assignments in Delivery Central.”
  • “Search the data catalog for datasets related to employee performance.”

Adding EPAM MCPs to an Agent

EPAM MCP Servers must be added as a Toolkit, not as an MCP.
Once the toolkit is saved, you can attach it to any Agent so the agent can call EPAM MCP tools during conversations.
  1. Navigate to Agents: Open the sidebar and select Agents.
  2. Create or Edit Agent: Either create a new agent or select an existing agent to edit.
  3. Add EPAM MCP Toolkit:
    • In the “TOOLKITS” section of the agent configuration, click the “+Toolkit” icon
    • Select your configured EPAM MCP toolkit from the dropdown list
    • The toolkit will be added to your agent with the previously configured tools enabled
EPAM MCP Add Agent Your agent can now call EPAM MCP tools when answering user queries.

Remote MCP Servers

Connect any third-party HTTP-based MCP server with bearer tokens or OAuth.

Create and Use Stdio MCP

Run local MCP servers as processes for development tools.

Create and Edit Agents (Canvas)

Configure agents and add MCP toolkits in the canvas editor.

MCP Client (ELITEA as MCP Client)

Learn how ELITEA acts as an MCP client to consume external MCP tool servers.

EPAM MCP Hub

Browse all available EPAM MCP servers, their tools, and descriptions on the EPAM MCP Hub.