Mcpgram

The connectivity layer for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Search Tools: Search every available tool across native connectors and external MCP servers. Returns unified results.
  • Get Tool: Full metadata + schema for a tool id from search_tools.
  • Get Tool Schema: JSON Schema for a tool's arguments.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

The connectivity layer for AI agents. Connect services like GitHub, Discord, Slack, Asana, Miro, Dropbox, Salesforce and more through one secure MCP gateway.

Список инструментов сервера (22)

Технические названия из tools/list. Нужны только разработчикам.

search_toolsSearch every available tool across native connectors and external MCP servers. Returns unified results.
get_toolFull metadata + schema for a tool id from search_tools.
get_tool_schemaJSON Schema for a tool's arguments.
execute_toolExecute any tool by id (or server_id + tool_name). Automatically routes to native connector or external MCP.
execute_batchRun multiple tools in parallel.
execute_workflowRun tools sequentially.
list_appsList connected applications (native + external MCP display names).
list_connectionsList connections with status and tool counts.
list_connected_serversList native connectors and external MCP servers with status, workspace, and tool counts.
connect_mcp_serverConnect an external MCP server by URL. Validates URL, initializes handshake, discovers tools, caches schemas, and saves the server. Auth: none | bearer | api_key | basic | oauth.
disconnect_mcp_serverDisconnect an external MCP server; removes tokens and tool cache.
refresh_serverReconnect and refresh tools/schemas for a connected MCP server.
discover_toolsForce tools/list on a server, update cache, detect changes.
connect_appStart OAuth for a native app (github, slack, notion, …).
disconnect_appGuidance to disconnect a native app.
wait_for_connectionPoll until an app appears connected after OAuth.
discover_mcpAlias of connect_mcp_server for one-shot discovery (same flow).
refresh_toolsRefresh internal catalog from MCPGRAM.
search_everythingSearch apps + tools across native and external MCP.
explain_toolNatural-language explanation of a tool.
mcpgram_healthUniversal Layer health + catalog size.
mcpgram_workspace_infoWorkspaces for this session.