mcp-ramp-server
v1.0.3
Published
Cross-Ramp SDK MCP Server - Mint/Burn 게임자산 블록체인 토큰 변환 API 문서 검색
Maintainers
Readme
mcp-ramp-server
Cross-Ramp SDK MCP Server - Search documentation for game asset to blockchain token conversion (Mint/Burn)
Installation
npm install -g mcp-ramp-serverCursor IDE Setup
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"ramp": {
"command": "npx",
"args": ["-y", "mcp-ramp-server"]
}
}
}Or after global installation:
{
"mcpServers": {
"ramp": {
"command": "mcp-ramp"
}
}
}Claude Desktop Setup
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"ramp": {
"command": "npx",
"args": ["-y", "mcp-ramp-server"]
}
}
}Available Tools
Search_Ramp_Docs
Search Cross-Ramp SDK documentation.
Usage Examples:
| Query | Description |
|-------|-------------|
| search Unity WebView | Search Unity WebView related code |
| guide web setup | Web platform setup guide |
| guide unity auth | Unity authentication token guide |
| debug cors web | Debug CORS errors |
| concept mint | Explain Mint concept |
| concept burn | Explain Burn concept |
| quickstart unity typescript | Unity TypeScript Quick Start |
| sample typescript auth | TypeScript authentication sample code |
| apiref webhook | Webhook API specification |
| console-search token | Search token related in Console API |
Core Concepts
| Concept | Description | |---------|-------------| | Mint | Convert game assets to blockchain tokens | | Burn | Convert blockchain tokens to game assets | | Catalog | Cross-Ramp exchange UI |
Supported Platforms
- Web: Next.js, React
- Unity: Unity WebView
- Backend: Go, C#, Node.js
Environment URLs
| Environment | URL | Network | |-------------|-----|---------| | Staging | stg-ramp.crosstoken.io | testnet | | Production | ramp.crosstoken.io | mainnet |
Resources
- cross-ramp-demos - Web/Unity demos
- cross-ramp-integration-sample - Backend samples
License
MIT
