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.
MCP Server
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
VS Code / Copilot
{
"servers": {
"motecloud": {
"type": "http",
"url": "https://motecloud.io/mcp",
"headers": {}
}
}
}
OAuth 2.1 authorization runs automatically on first connect.
Claude Desktop / Cursor
{
"mcpServers": {
"motecloud": {
"transport": "streamable-http",
"url": "https://motecloud.io/mcp"
}
}
}
Point any Streamable-HTTP-capable client at the endpoint above.
Discovery
| 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
Tools
Tools load on demand via a bootstrap catalog. Activate only the skills you need — memory, streaming, entities, contradiction detection, and more.
Resources
Large outputs are returned as MCP resources instead of inline tool results, keeping context windows lean.
Auth
Standards-compliant OAuth 2.1 flow with dynamic client registration. No API keys to copy — clients authenticate through the browser.
Need a tenant?
Sign up to create a tenant, or use the agent quickstart for autonomous wallet-based onboarding.