Skip to main content
Glama

MCP Router

add_mcp_server

Register a new MCP server with the discovery service by providing server details, endpoint, and tools. Enables integration and routing for remote MCP services.

Instructions

Register a new MCP server with the discovery service. Args: server_name: Unique name of the server server_description: Description of the server server_endpoint: Endpoint URL of the server tools: List of tools provided by the server

Input Schema

NameRequiredDescriptionDefault
server_descriptionYes
server_endpointYes
server_nameYes
toolsYes

Input Schema (JSON Schema)

{ "properties": { "server_description": { "title": "Server Description", "type": "string" }, "server_endpoint": { "title": "Server Endpoint", "type": "string" }, "server_name": { "title": "Server Name", "type": "string" }, "tools": { "items": { "additionalProperties": true, "type": "object" }, "title": "Tools", "type": "array" } }, "required": [ "server_name", "server_description", "server_endpoint", "tools" ], "title": "add_mcp_serverArguments", "type": "object" }
Install Server

Other Tools from MCP Router

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maverick-LjXuan/mcp-router'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server