Skip to main content
Glama
Citrus086

mcporter-bridge

by Citrus086

mcporter_list_servers

Lists all active and available MCP servers, showing which tools are ready to call. Helps you decide which large MCP to activate or release to manage context.

Instructions

【MCP 全景】列出所有已加载和可激活的 MCP 服务器。

返回分区:

  • active: 当前已加载的 MCP(可直接调用)

  • available: 未加载但可激活的大型 MCP

工具分类概览:

  • 搜索类:智谱网页搜索、Exa AI 搜索

  • 社交类:小红书、抖音平台操作

  • 开发类:GitHub 仓库阅读(zread)、技术文档查询(context7)

  • 职场类:LinkedIn 招聘求职

  • 多模态:图像分析、视频分析、OCR

  • 协作类:Notion、Figma 读写

  • 网页阅读:解析网页内容

注:实际可用 MCP 以调用结果为准,本列表仅为示例

⚠️ 大型 MCP 占用大量上下文,请遵循:按需激活 → 用完即释放

使用流程:

  1. 调用本工具查看 active.servers 找需要的 MCP

  2. 大型 MCP 需先 mcporter_activate_mcp(name="xxx") 激活

  3. 用 mcporter_call_tool 调用具体工具

  4. 用完立即 mcporter_deactivate_mcp(name="xxx") 释放上下文

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeout_msNo
include_availableNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Despite having no annotations, the description discloses that the list is only an example, warns about large MCPs consuming context, and explains the active vs available distinction. This goes well beyond the schema and covers behavioral traits that an agent needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but very well-structured with headers and bullet points. Every section (purpose, partitions, categories, usage flow) adds value, and the main purpose is front-loaded in the first sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is a list operation, and the description explains the return partitions, provides usage workflow with sibling tools, and includes contextual caveats. Given that an output schema exists, no return format explanation is necessary, so the description is complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention the two parameters (timeout_ms, include_available) at all, and the input schema provides no descriptions (0% coverage). The param names are only weakly self-explanatory, so the description fails to compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states '列出所有已加载和可激活的 MCP 服务器' (list all loaded and activatable MCP servers), which is a specific verb+resource. It distinguishes itself from sibling tools like mcporter_activate_mcp and mcporter_call_tool by focusing on listing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides an explicit usage flow: call this to view active.servers, activate large MCPs first, use mcporter_call_tool, then deactivate. This tells the agent exactly when to use this tool vs the alternatives, plus context warnings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Citrus086/mcporter-bridge'

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