io.github.motecloud/motecloud-mcp-server
OfficialClick on "Deploy 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., "@io.github.motecloud/motecloud-mcp-serverlist available resources on your server"
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.
Motecloud MCP Server Distribution
This directory contains the public distribution metadata for the hosted Motecloud MCP server.
Registry Descriptor
server.json is the registry-ready descriptor for:
name:
io.github.motecloud/motecloud-mcp-servertransport: Streamable HTTP
endpoint:
https://motecloud.io/mcpauth: OAuth 2.1 with PKCE and dynamic client registration
The descriptor follows the MCP Registry server.json format and is intended
for registries such as the official MCP Registry and downstream registries that
consume the same metadata, including GitHub MCP Registry surfaces.
Related MCP server: MCP Dockerized Server
Public Discovery Endpoints
MCP transport:
https://motecloud.io/mcpOAuth metadata:
https://motecloud.io/.well-known/oauth-authorization-serverProtected resource metadata:
https://motecloud.io/.well-known/oauth-protected-resource/mcpJWKS:
https://motecloud.io/.well-known/jwks.json
Publishing
The release-mcp workflow validates server.json, publishes a GitHub release,
and can be used as the source artifact for registry submissions.
Official registry publishing currently uses the MCP Registry publisher flow. The expected namespace is GitHub-owned:
mcp-publisher publish packaging/mcp/server.jsonThe public distribution repository includes .github/workflows/publish-mcp-registry.yml,
which uses GitHub Actions OIDC:
gh workflow run publish-mcp-registry.yml --repo motecloud/motecloud-mcp-serverManual publishing is also supported with an authenticated GitHub login that can
prove ownership of the motecloud organization.
This server cannot be deployed
Maintenance
Related MCP Connectors
An authenticated remote MCP server for user-owned devices and one-shot capability invocation.
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA reference implementation for creating an MCP server supporting Streamable HTTP & SSE Transports with OAuth authorization, allowing developers to build OAuth-authorized MCP servers with minimal configuration.107MIT
- FlicenseNot gradedqualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.-
- FlicenseNot gradedqualityBmaintenanceAn MCP server with HTTP/stdio support, a web admin panel for managing services, capabilities, and user permissions with Bearer token authentication, enabling relay and access control for MCP tools.-
- FlicenseNot gradedqualityCmaintenanceA demonstration MCP server using FastMCP and streamable-http transport. It provides tools like weather and Kusto queries, secured by Microsoft Entra ID OAuth.-