Sponsored by Deepsite.site

MCP Ambassador

Created By
WynnD7 months ago
An MCP server that scouts, recommends, and connects you with useful MCP servers to augment your current tasks or projects. It prefers using existing web search MCP tools for discovery, or suggests installing one if not available.
Content

MCP Ambassador

License: MIT

mcp-ambassador is a specialized MCP (Multi-Capability Provider) server designed to assist AI agents in discovering other relevant MCP servers.

Purpose

Instead of performing searches itself, mcp-ambassador acts as a search instruction generator. When an AI agent (like a chatbot or coding assistant) identifies a potential need for tools related to the user's current task or conversation context, it can call the mcp-ambassador.

The ambassador analyzes the request (e.g., "Find tools for working with FL Studio") and returns structured instructions, including specific search queries, telling the calling agent how to use its own web search capabilities (like a Brave Search or Google Search MCP) to find potentially relevant MCP servers.

This allows the primary AI agent to leverage its existing tools more effectively for discovering new MCPs tailored to the user's immediate needs.

Workflow

  1. User & Primary Agent: A user interacts with their primary AI agent.
  2. Need Identification (Agent): The agent detects a topic (e.g., "Data analysis with Python") where specialized MCP tools might be helpful but aren't currently available to the agent.
  3. Agent Calls Ambassador: The agent calls the mcp-ambassador's discover_servers tool with a task_description (e.g., {"task_description": "Data analysis with Python"}).
  4. Ambassador Generates Instructions: The ambassador returns a Markdown string containing search queries (e.g., "MCP server for Data analysis with Python") and instructions for the agent.
  5. Agent Executes Search: The agent uses its own available web search tool, executes the provided queries, and analyzes the results.
  6. Agent Presents Findings: The agent summarizes the findings and recommends potential MCP servers to the user.

Installation

# Clone the repository
git clone https://github.com/WynnD/mcp-ambassador.git
cd mcp-ambassador

# Install dependencies
npm install

(Note: Publishing to npm is planned for easier installation via npm install mcp-ambassador)

Usage

Running the Server

You can run the server directly using tsx (which handles TypeScript compilation on the fly):

npx tsx src/index.ts

This will start the MCP server, listening via standard input/output (stdio).

Registering with an MCP Client

Add the following entry to your MCP client's configuration file (e.g., mcp.json) to make it discoverable:

{
  "mcpServers": {
    "mcp-ambassador": {
      "command": "npx",
      // Adjust the path to where you cloned the repository
      "args": ["tsx", "/path/to/your/mcp-ambassador/src/index.ts"]
    }
    // ... other servers
  }
}

Example Tool Call

An AI agent would call the tool like this (using a hypothetical MCP client):

const result = await mcpClient.callTool('mcp-ambassador', 'discover_servers', {
  task_description: 'Working with FL Studio audio projects'
});
console.log(result);

Example Output

The tool would return a Markdown string similar to this:

### Action Required: Search for MCP Servers

I have identified a potential need related to "Working with FL Studio audio projects". To find relevant MCP servers, please perform the following actions using your available web search tool (e.g., `brave_web_search`, `google_search`):

1.  **Execute Search Query 1:**
    ```
    MCP server for Working with FL Studio audio projects
    ```
2.  **(Optional) Execute Search Query 2 for broader results:**
    ```
    Tools to help with Working with FL Studio audio projects
    ```
3.  **Analyze Results:** Look for results mentioning "MCP", specific tool names, or links to code repositories (like GitHub) that seem relevant to "Working with FL Studio audio projects".

**Note:** If you do not have a web search tool available, please inform the user and suggest installing one (e.g., Brave Search MCP).

Development

  • Implementation Plan: See IMPLEMENTATION_PLAN.md for detailed design and future plans.
  • Linting/Formatting: (Add setup instructions if using ESLint/Prettier)
  • Testing: (Add instructions for running tests once implemented)

Contributing

(Add contribution guidelines if applicable)

License

This project is licensed under the MIT License - see the LICENSE file for details (if you add one).

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
ChatWiseThe second fastest AI chatbot™
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
DeepChatYour AI Partner on Desktop
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.