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_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. |
| execute_tool | Execute any tool by id (or server_id + tool_name). Automatically routes to native connector or external MCP. |
| execute_batch | Run multiple tools in parallel. |
| execute_workflow | Run tools sequentially. |
| list_apps | List connected applications (native + external MCP display names). |
| list_connections | List connections with status and tool counts. |
| list_connected_servers | List native connectors and external MCP servers with status, workspace, and tool counts. |
| connect_mcp_server | Connect 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_server | Disconnect an external MCP server; removes tokens and tool cache. |
| refresh_server | Reconnect and refresh tools/schemas for a connected MCP server. |
| discover_tools | Force tools/list on a server, update cache, detect changes. |
| connect_app | Start OAuth for a native app (github, slack, notion, …). |
| disconnect_app | Guidance to disconnect a native app. |
| wait_for_connection | Poll until an app appears connected after OAuth. |
| discover_mcp | Alias of connect_mcp_server for one-shot discovery (same flow). |
| refresh_tools | Refresh internal catalog from MCPGRAM. |
| search_everything | Search apps + tools across native and external MCP. |
| explain_tool | Natural-language explanation of a tool. |
| mcpgram_health | Universal Layer health + catalog size. |
| mcpgram_workspace_info | Workspaces for this session. |