đ System Logs
| Time | Level | Component | Message | User | Duration | Correlation ID |
|---|
Configuration Export & Import
đ¤ Export Configuration
Comma-separated tags
đĨ Import Configuration
JSON export files only
For cross-environment imports
đ Import Status
đ Recent Import Operations
Loading MCP Registry servers...
API Key Required
requires an API key to connect.
Virtual MCP Servers
Virtual Servers let you combine Tools, Resources, and Prompts into an MCP Server with its own API key (see API Tokens).
| Icon | S. No. | UUID | Name | Description | Tools | Resources | Prompts | Tags | Owner | Team | Visibility | Actions |
|---|
Add New Server
MCP Tools
This is the global catalog of MCP Tools available. You can also add custom tools from REST APIs. Create a Virtual Server using one of these tools.
Add New Tool from REST API
Convert existing REST API to an MCP Tool
đĨ Bulk Import Information
Import multiple tools from a JSON array. The system automatically fixes common formatting issues like tool name spaces and tag formats.
Maximum: 200 tools per import
[
{
"name": "weather-api",
"displayName": "Weather API Tool",
"url": "https://api.openweathermap.org/data/2.5/weather",
"integration_type": "REST",
"request_type": "GET",
"description": "Get current weather data for any location",
"auth_type": "bearer",
"auth_value": "your-openweather-api-key-here",
"headers": {
"Accept": "application/json",
"User-Agent": "MCP-Gateway/1.0"
},
"input_schema": {
"type": "object",
"properties": {
"q": {"type": "string", "description": "City name"},
"units": {"type": "string", "description": "Temperature units"}
},
"required": ["q"]
},
"jsonpath_filter": "$.main",
"tags": ["weather", "api", "external"]
}
]
Auth Types: basic, bearer, authheaders, oauth, or none
Required Fields: name, url, integration_type, request_type
Optional Fields: displayName, description, auth_type, auth_value, headers, input_schema, jsonpath_filter, tags
Choose Import Method:
Click to upload JSON file
Import Preview
đ Import Results
Tool Details
Bulk Import Tools
MCP Resources
Resources are reusable data assets from MCP servers-like text, code, or media. You can also add custom resources that Tools and Prompts can reference by URI.
Add New Resource
MCP Prompts
Prompts define reusable message templates with parameters from MCP servers. You can also add custom prompts, useful for driving LLM interactions or Tool input.
Add New Prompt
MCP Servers & Federated Gateways (MCP Registry)
Register external MCP Servers (SSE/HTTP) to retrieve their tools/resources/prompts.
| S. No. | Name | URL | Tags | Status | Last Seen | Owner | Team | Visibility | Actions |
|---|
Add New MCP Server or Gateway
đĨ My Teams
Teams you own, are a member of, and can join
User Management
Manage user accounts and permissions
Create New User
System Users
Loading users...
Note: User management requires email authentication
API Token Management
Create and manage personal API tokens with scoped access controls
Create New API Token
Your API Tokens
Loading tokens...
A2A Agents Catalog
Manage Agent-to-Agent compatible agents that can be integrated as tools
Registered A2A Agents
| ID | Name | Description | Endpoint | Tags | Type | Status | Reachability | Owner | Team | Visibility | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| No A2A agents registered yet. | |||||||||||
Add New A2A Agent
Root Directories
Roots define the base folders accessible for file-based Resources. They enable MCP servers to browse local content.
| ID | URI | Name | Actions |
|---|
Add New Root
System Metrics
Real-time system metrics showing counts across all entity types. Useful for capacity planning and system monitoring.
Top Performers
View the most frequently used tools, resources, prompts, and servers with paginated results.
Tool Details
Generate Test Cases
Generate Test Cases
View Descriptions
Test Tool
Test Tool
Edit Tool
Resource Details
Edit Resource
Prompt Details
Edit Prompt
Test Prompt
Gateway Details
Test Gateway Connectivity
Edit Gateway
Edit A2A Agent
Server Details
Edit Server
Agent Details
Export Configuration for
Choose the configuration format for your MCP client:
Client Configuration
Bulk Import Tools
Import Instructions
đ JSON Validation Rules
name
- must start with letter, only
letters/numbers/dots/underscores/hyphens
url
(http/https/ws/wss only),
description,
tags
(array only)
requestType
("GET", "POST"),
integrationType
("REST", "MCP")
Choose Import Method:
or drag and drop
JSON files only