Mcpgram

The connectivity layer for AI agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • 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.

What data it sees

Do you need an account

No: the server works without sign-in

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

Server tool list (22)

Raw names from tools/list. Only developers need these.

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.