3Dawn MCP Server

3Dawn MCP Server

Enables AI assistants to control the 3Dawn 3D marketplace, including generating 3D models, managing assets, browsing marketplace listings, and viewing earnings, all through natural language.

Category
访问服务器

README

<div align="center"> <img src="https://3dawn.xyz/logo-mark.png" alt="3Dawn MCP" width="80" /> <h1>3Dawn MCP Server</h1> <p><strong>Control the 3Dawn AI 3D marketplace from Claude, ChatGPT, or any MCP-compatible AI</strong></p>

License: MIT Python MCP Live </div>


What is this?

The 3Dawn MCP Server exposes the full 3Dawn platform to any AI assistant via the Model Context Protocol (MCP).

Connect it to Claude, ChatGPT, Cursor, or any MCP client and ask your AI to:

"Generate a cartoon robot 3D model and mint it as an NFT" "List all assets in my wallet and put the best one on the marketplace for 0.1 ETH" "What drops are active right now? How much have I earned from embeds?"

Transport: Streamable HTTP — works with remote Claude.ai integrations and local clients.


🛠️ Available Tools

🎨 Generation

Tool Description
generate_3d_from_text Start a text → 3D job (Meshy AI backend)
get_generation_status Poll a job until succeeded or failed
refine_3d_asset Apply a refinement pass to an existing model

📦 Assets

Tool Description
list_my_assets All 3D assets owned by a wallet
get_asset_details Full details for a specific asset
browse_featured_assets Trending / featured assets on the platform
get_embed_code Get iframe embed code (earns $0.02/view)
get_embed_analytics View count + earnings analytics for an asset

🛒 Marketplace

Tool Description
browse_marketplace Browse listings — filter by ETH or stock payment
get_listing_details Full details for a specific listing

🎰 Drops

Tool Description
browse_drops Browse drops by status (active / sold_out / ended)
get_drop_details Bonding curve, slots, countdown for a specific drop

👤 User & Earnings

Tool Description
get_user_profile Creator stats: assets, mints, listings, drops
get_user_earnings Detailed earnings: embed yield, sales, drops

📊 Platform

Tool Description
get_platform_stats Live platform-wide statistics
get_activity_feed Latest mints, sales, drops across the platform
list_available_stocks All tokenized stocks with live prices

🚀 Quick Start

Prerequisites

  • Python 3.11+
  • pip

Install

git clone https://github.com/3DawnRH/3dawn-mcp.git
cd 3dawn-mcp
pip install -r requirements.txt

Configure

cp .env.example .env

Edit .env:

# Required — point at the live platform or your self-hosted instance
3DAWN_API_URL=https://3dawn.xyz

# Optional — override the default port (8000)
# PORT=8000

No API keys needed to run the MCP server itself. The server talks to the public 3Dawn REST API.

Run

python server.py

The server listens on http://0.0.0.0:8000/mcp (Streamable HTTP transport).


🔌 Connect to Claude.ai

  1. Go to Claude.ai → Settings → Integrations → Add MCP Server
  2. Enter your server URL: https://your-host:8000/mcp
  3. Click Connect

For local testing, use a tunnel:

# Using ngrok
ngrok http 8000
# Then add the ngrok URL to Claude

🔌 Connect to Cursor / Local Clients

Add to your ~/.cursor/mcp.json (or equivalent):

{
  "mcpServers": {
    "3dawn": {
      "url": "http://localhost:8000/mcp"
    }
  }
}

💡 Example Prompts

Once connected to Claude or another AI:

Generate a sci-fi spaceship 3D model in realistic style for my wallet 0x1234…
Browse the 3Dawn marketplace and find the cheapest ETH listing. Show me its 3D model.
How many total assets have been created on 3Dawn? What are the top creators earning?
List all my assets at wallet 0xABCD… and tell me which ones are listed for sale.
Check the embed analytics for asset ID 42 — how much has it earned so far?

🏗️ Architecture

3dawn-mcp/
├── server.py       # FastMCP server — all 18 tools defined here
├── client.py       # Async HTTP client wrapping the 3Dawn REST API
├── requirements.txt
└── .env.example

Dependencies:

Package Purpose
mcp[cli] Model Context Protocol SDK
httpx Async HTTP for API calls
python-dotenv .env file loading

🧪 Testing Tools Manually

# Install MCP inspector
npx @modelcontextprotocol/inspector http://localhost:8000/mcp

Or use curl:

# List all tools
curl http://localhost:8000/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

🔧 Self-Hosting 3Dawn

To point the MCP server at your own 3Dawn instance:

3DAWN_API_URL=https://your-3dawn-instance.com

See 3dawn-app for self-hosting instructions.


🤝 Contributing

See CONTRIBUTING.md. PRs welcome — especially new tools!


🔐 Security

See SECURITY.md for vulnerability reporting.


📄 License

MIT — see LICENSE


<div align="center"> <a href="https://3dawn.xyz">3dawn.xyz</a> · <a href="https://github.com/3DawnRH/3dawn-app">Main App</a> · <a href="https://github.com/3DawnRH/3dawn-contracts">Contracts</a> · <a href="https://x.com/3DawnRH">@3DawnRH</a> </div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选