MCP Cloud
Allows interaction with GitHub, enabling management of repositories, issues, pull requests, and other GitHub resources.
Allows management of Meta Ads campaigns, ad sets, and related advertising data.
Enables interaction with Notion pages, databases, and other workspace content.
Provides tools for interacting with Shopify, such as retrieving product information and listing products.
Provides tools for sending messages, managing channels, and interacting with Slack workspaces.
Enables interaction with Supabase services, including database and authentication management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Cloudget product 123 from shopify"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-cloud
MCP Cloud — connect many business tools (GitHub, Shopify, Supabase, Meta Ads, Slack, Notion, …) behind one managed MCP endpoint with authentication, permissions and monitoring. This module is the connector registry + dispatch: register connectors, enforce per-connector permissions, route tool calls, and emit audit records.
Original project, aligned with the #2 trend "Agent Skills / MCP → MCP Cloud".
Usage
from mcp_cloud import MCPCloud
cloud = MCPCloud()
cloud.register("shopify", lambda action, args: f"{action}:{args.get('id')}",
allowed=["get_product", "list_products"])
print(cloud.call("shopify", "get_product", {"id": "123"}))
# {'ok': True, 'connector': 'shopify', 'action': 'get_product', 'result': 'get_product:123', ...}Related MCP server: OpenXNet MCP Server
Testing
pip install -e ".[dev]"
pytestLicense
MIT — see LICENSE.
Links
🌐 Website: huggehub.com
💻 GitHub: @astrodevit-creator
🔗 LinkedIn: El Badaoui Hatim
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA personal MCP connection aggregator that routes tool calls from a single endpoint to multiple backend MCP services like Zo, Context7, Notion, and Canva.
- AlicenseNot gradedqualityBmaintenanceProvides an isolated MCP gateway for SynapXnet AIOps, DataOps, and MLOps evidence-to-remediation workflows, with OAuth validation, scoped tool discovery, persistent approvals, and audit tracking.AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceCentralizes OAuth connections and tool access for AI agents, providing a single credential to call multiple services via MCP and REST with consistent errors and pagination.1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables MCP-compatible assistants to securely access external systems like Slack through permission-scoped, idempotent tools with tenant isolation, delegated OAuth consent, and an immutable audit trail.MIT
Related MCP Connectors
Search, document and execute authenticated API calls across 700+ apps via one MCP server
34 production API tools over one hosted MCP endpoint.
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/astrodevit-creator/mcp-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server