Mastergo_mcp

Created By
mastergo-design5 months ago
token获取方式 1. 访问 https://mastergo.com 2. 进入个人设置 3. 点击安全设置选项卡 4. 找到个人访问令牌 5. 点击生成令牌token - 设计文件必须放在 **团队项目** 中(团队版权限) - 草稿箱中的文件无法通过 MCP 工具访问
Overview

what is MasterGo Magic MCP?

MasterGo Magic MCP is a standalone Model Context Protocol (MCP) service that connects MasterGo design tools with AI models, allowing for direct retrieval of DSL data from MasterGo design files.

how to use MasterGo Magic MCP?

To use MasterGo Magic MCP, you need to obtain a personal access token from the MasterGo website and ensure your design files are in Team Projects. You can run the service using the command line with the required token.

key features of MasterGo Magic MCP?

  • Retrieves DSL data from MasterGo design files.
  • Runs directly with npx, requiring only a Node.js environment.
  • No external dependencies needed.

use cases of MasterGo Magic MCP?

  1. Integrating AI models with design files for enhanced functionality.
  2. Automating the retrieval of design specifications for development.
  3. Facilitating collaboration between design and development teams.

FAQ from MasterGo Magic MCP?

  • What is the requirement for using MCP tools?

You need a Team Edition or higher MasterGo account, as personal free editions do not support MCP tool access.

  • Can I access files in the draft box?

No, design files must be placed in Team Projects to be accessed via MCP tools.

  • How do I install MasterGo Magic MCP?

You can install it via the Smithery Marketplace or run it directly using npx with your token.

Server Config

{
  "mcpServers": {
    "mastergo-magic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mastergo/magic-mcp",
        "--token=your_token",
        "--url=https://mastergo.com/"
      ],
      "env": {
        "NPM_CONFIG_REGISTRY": "https://registry.npmjs.org/"
      }
    }
  }
}
Project Info
Created At
5 months ago
Updated At
5 months ago
Author Name
mastergo-design
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago