Bitoasis Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Bitoasis Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that exposes the BitOasis cryptocurrency exchange API as tools for AI assistants.
Add to your MCP client config (Claude Desktop, VS Code, Cursor, etc.):
{
"mcpServers": {
"bitoasis": {
"command": "uvx",
"args": ["bitoasis-mcp"],
"env": {
"BITOASIS_API_KEY": "your-api-token-here"
}
}
}
}That's it — restart your MCP client and you're ready to go.
If your team hosts the BitOasis MCP server, just add the URL — nothing to install:
{
"mcpServers": {
"bitoasis": {
"url": "https://mcp.bitoasis.net/sse",
"headers": {
"Authorization": "Bearer your-api-token-here"
}
}
}
}{
"mcpServers": {
"bitoasis": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "BITOASIS_API_KEY", "bitoasis-mcp"],
"env": {
"BITOASIS_API_KEY": "your-api-token-here"
}
}
}
}BTC-AED)"What's the current price of BTC-AED?"
"Show my open orders for ETH-AED"
"Place a SOL-AED limit buy order: 2 SOL at 1000 AED"
"What are my balances?"
git clone https://github.com/bit-oasis/bitoasis-mcp.git
cd bitoasis-mcp
uv syncRun from source:
{
"mcpServers": {
"bitoasis": {
"command": "uv",
"args": ["run", "--directory", "/path/to/bitoasis-mcp", "bitoasis-mcp"],
"env": {
"BITOASIS_API_KEY": "your-api-token-here"
}
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.