MCP Server

Connect any MCP client to MoteCloud

MoteCloud exposes a production MCP server with OAuth 2.1 auth, streaming transport, and a skill-based tool catalog — ready for VS Code, Claude, Cursor, and any Streamable HTTP client.

Quickstart

Add MoteCloud to your MCP client

VS Code / Copilot

mcp.json configuration

{
  "servers": {
    "motecloud": {
      "type": "http",
      "url": "https://motecloud.io/mcp",
      "headers": {}
    }
  }
}

OAuth 2.1 authorization runs automatically on first connect.

Claude Desktop / Cursor

Streamable HTTP

{
  "mcpServers": {
    "motecloud": {
      "transport": "streamable-http",
      "url": "https://motecloud.io/mcp"
    }
  }
}

Point any Streamable-HTTP-capable client at the endpoint above.

Discovery

Machine-readable endpoints

Endpoint Purpose
https://motecloud.io/mcp Streamable HTTP MCP transport (POST / GET / DELETE)
/.well-known/oauth-authorization-server OAuth 2.1 authorization server metadata (RFC 8414)
/.well-known/oauth-protected-resource/mcp OAuth 2.0 Protected Resource Metadata (RFC 9728)
/.well-known/jwks.json JSON Web Key Set for token verification
/.well-known/motecloud-billing.json Agent-readable billing descriptor (prices, capabilities, auth paths)
/llms.txt LLM-friendly plain-text site description
/robots.txt Crawler directives and sitemap pointer

Capabilities

What the MCP server exposes

Tools

Skill-based tool catalog

Tools load on demand via a bootstrap catalog. Activate only the skills you need — memory, streaming, entities, contradiction detection, and more.

Resources

Session artifacts & billing info

Large outputs are returned as MCP resources instead of inline tool results, keeping context windows lean.

Auth

OAuth 2.1 with PKCE

Standards-compliant OAuth 2.1 flow with dynamic client registration. No API keys to copy — clients authenticate through the browser.

Need a tenant?

Get started

Sign up to create a tenant, or use the agent quickstart for autonomous wallet-based onboarding.