Skip to content

Integration-In Overview

The integration capabilities are a key component of Nexent's open ecosystem. By integrating external AI resources, the platform can fully leverage external tools and Agents, giving your Agents more powerful capabilities and broader application scenarios.

Integration Capabilities Overview

Nexent supports three main types of resource integration:

Resource TypeDescriptionIntegration MethodTypical Sources
MCP ServicesModel Context Protocol tool servicesURL link, Container config, API-to-MCPModelScope, Third-party self-hosted
SkillsReusable capability packages containing tools, configuration, and documentationUpload SKILL.md, Upload ZIPThird-party skill packages
AgentsThird-party Agents conforming to A2A protocolURL discovery, Nacos discoveryEnterprise internal systems, Third-party platforms

Why Integrate External Resources?

Extend Agent Capability Boundaries

By integrating external MCP services, your Agents can call various specialized tools such as GitHub code management, database queries, file processing, etc., without developing these capabilities from scratch. Nexent integrates popular MCP markets like ModelScope, allowing you to quickly access rich tool capabilities.

Extend Reusable Capabilities

The Skill mechanism encapsulates multiple tools, parameter configurations, and documentation into a reusable capability package, allowing your team's best practices and domain knowledge to be "packaged for immediate use, shared across scenarios." By uploading single-file SKILL.md skills or multi-file ZIP skill packages, you can quickly integrate third-party developed skills into Nexent Agents without developing similar scenarios repeatedly. Compared to single tools, skill packages are easier to version, manage permissions, and distribute across teams.

Join the Larger Ecosystem

By integrating third-party Agents via the A2A protocol, your Agents can collaborate with Agents from other platforms, forming more powerful multi-Agent workflows. This cross-platform collaboration capability allows your system to call specialized-domain Agents for more complex business scenarios.

Integration Process Overview

MCP Service Integration Process

1. Prepare MCP service ──► 2. Choose integration method ──► 3. Configure and test ──► 4. Assign to Agent

Nexent provides three MCP integration methods:

  • Remote URL: For independently deployed MCP services
  • Container: For MCP services running in Docker
  • API-to-MCP: Quickly convert enterprise REST APIs to MCP tools

For detailed steps, see MCP Service Integration.

Skill Integration Process

1. Prepare skill package ──► 2. Choose upload method ──► 3. Check and save ──► 4. Assign to Agent

Nexent supports two Skill integration methods:

  • Upload SKILL.md: Single-file skill, suitable for simple scenarios
  • Upload ZIP package: Multi-file skill with scripts and resources

For detailed steps, see Skill Integration.

Agent Integration Process

1. Discover external Agent ──► 2. Configure call protocol ──► 3. Set as collaborator

Nexent supports two Agent discovery methods:

  • URL discovery: Used when the Agent Card address is known
  • Nacos discovery: Batch discover Agents registered in Nacos

For detailed steps, see Agent Integration.

Security Considerations

When integrating external resources, pay attention to the following security matters:

ConsiderationDescriptionRecommendation
Authentication infoExternal services may require API Key or TokenUse the platform's key management feature, avoid storing in plain text
Network connectivityEnsure the platform can access external servicesCheck firewall configuration and security policies
Data permissionsIntegrated services may access sensitive dataEvaluate service permissions, grant only necessary access
Source trustworthinessEnsure integrated services are from trusted sourcesPrefer officially certified or community-verified services

Next Steps

Based on the resource type you need to integrate, select the corresponding guide: