Skip to main content
Glama

MCP Aggregation Gateway — 22k+ MCP search & call

Server Details

One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
call_server_toolInspect

通过网关代理调用某个远程 MCP 服务的具体工具,并把结果原样返回。

【这是调用平台 MCP 的第三步】在 search_servers 找到服务、list_server_tools 拿到工具名与
入参 schema 后,调用本工具实际执行。网关会向目标 MCP 发起 initialize + tools/call(超时 30 秒),
兼容 Streamable HTTP 与 SSE。

参数:
    endpoint:   目标远程 MCP 端点 URL(必须是平台库中已登记的地址,否则拒绝,防 SSRF)。
    tool_name:  要调用的工具名(来自 list_server_tools)。
    arguments:  工具入参字典,按该工具 inputSchema 填写。例如 {"city": "青岛", "days": 3}。

返回:目标工具的执行结果(content 文本/结构化内容原样透传,isError 标识是否业务错误)。
ParametersJSON Schema
NameRequiredDescriptionDefault
endpointYes
argumentsNo
tool_nameYes
list_server_toolsInspect

列出某个远程 MCP 服务提供的全部工具(工具名、描述、入参 schema)。

【这是调用平台 MCP 的第二步】在 search_servers 找到目标服务后,传入它的 server_id
(或直接传 endpoint_url),网关会以 MCP 客户端身份向目标服务发起 initialize + tools/list,
兼容 Streamable HTTP 与旧版 SSE 两种传输(超时 15 秒)。

参数:
    server_id: 平台目录中的服务 ID(来自 search_servers 返回的 id)。
    endpoint:  也可直接给远程 MCP 端点 URL;但该 endpoint 必须已在平台库中登记(否则拒绝,防 SSRF)。
    二选一,优先使用 server_id。

返回:目标服务的工具清单 [{name, description, inputSchema}] 与使用的传输类型。
拿到工具名后,用 call_server_tool(endpoint=..., tool_name=..., arguments=...) 调用。
ParametersJSON Schema
NameRequiredDescriptionDefault
endpointNo
server_idNo
search_serversInspect

搜索 MCP Marketplace 平台目录中已收录的 MCP 服务(只读,共约 2.2 万个)。

【这是调用平台 MCP 的第一步】当你需要某个能力(如"查天气""查汇率""查热搜""查IP")时,
先用本工具按关键词检索,拿到 server_id 与 endpoint_url,然后:
  - 用 list_server_tools(server_id=...) 查看该服务提供哪些工具;
  - 再用 call_server_tool(endpoint=..., tool_name=..., arguments={...}) 实际调用。

参数:
    query: 搜索关键词,中英文均可。支持多个关键词(空格分隔,AND 匹配),
           对名称(name)和描述(description)做模糊匹配。例如 "天气"、"weather"、"热搜 微博"。
    limit: 返回条数上限,默认 10,最大 30。

返回:匹配的 MCP 列表,每条含:
    - id / name / slug / description(描述摘要)
    - endpoint_url: 远程 MCP 端点(若有;以 http/https 开头则 remote_direct=true,可直接远程调用)
    - remote_direct: 是否远程可直连
    - alive / tools_count / checked_at: 平台能力验证状态(alive=1 表示最近验证存活,排在前面)
排序:验证存活(alive=1)且有远程端点的优先,其次按名称相关度。
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedcall_server_tool
    • First observedlist_server_tools
    • First observedsearch_servers

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    F
    maintenance
    Search and discover 100+ hosted MCP servers on Cloudflare's edge with semantic search. Browse tools, get full parameter schemas,and execute functions — one URL, no auth needed for discovery. Includes Slack, Stripe, GitHub, AWS, Discord, Salesforce, and 90+ more.
    2
    -
  • A
    license
    Not graded
    quality
    F
    maintenance
    Tool search engine for AI agents. One API call to discover the best MCP server for any task. 900+ services indexed with 4-dimensional value ranking.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Finds the right MCP server for a task from over 1,400 indexed servers ranked by community trust. Also provides outcome-ranked web search for AI agents with no API key or rate limits.
    4
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TSQS

Score is being calculated.

Resources