★ 1 stars
JavaScript
📦 Other
Updated today
Arbitova — AI-powered trade arbitration platform. Neutral verdict engine for disputed transactions, with MCP server, TypeScript & Python SDKs.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arbitova": {
"command": "npx",
"args": [
"-y",
"jiayuanliang0716-max/Arbitova"
]
}
}
}
Run in terminal:
claude mcp add arbitova npx -y jiayuanliang0716-max/Arbitova
Add to .cursor/mcp.json:
{
"mcpServers": {
"arbitova": {
"command": "npx",
"args": [
"-y",
"jiayuanliang0716-max/Arbitova"
]
}
}
}