Official MCP Server for Agent-Commerce-OS. Enables AI agents (Claude, etc.) to autonomously normalize web data via our Zero-Trust and Metered Billing infrastructure.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ghost-ship-mcp-serve": {
"command": "npx",
"args": [
"-y",
"SakuttoWorks/ghost-ship-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ghost-ship-mcp-serve npx -y SakuttoWorks/ghost-ship-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ghost-ship-mcp-serve": {
"command": "npx",
"args": [
"-y",
"SakuttoWorks/ghost-ship-mcp-server"
]
}
}
}
📋 Copy