io.github.motecloud/motecloud-mcp-server
OfficialClick 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., "@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 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
- Alicense-qualityDmaintenanceA 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.Last updated105MIT
- Flicense-qualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.Last updated
- Flicense-qualityBmaintenanceAn 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.Last updated
- Flicense-qualityCmaintenanceA demonstration MCP server using FastMCP and streamable-http transport. It provides tools like weather and Kusto queries, secured by Microsoft Entra ID OAuth.Last updated
Related MCP Connectors
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
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/motecloud/motecloud-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server